pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fasttree: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Dec 4 07:29:29 2024 -0600
Changeset:	a356739f732a3044b6d87143f42a0e5a8989eb4b

Modified Files:
	fasttree/Makefile
	fasttree/files/Makefile
Removed Files:
	fasttree/TODO

Log Message:
fasttree: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a356739f732a3044b6d87143f42a0e5a8989eb4b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fasttree/Makefile       | 9 ---------
 fasttree/TODO           | 2 --
 fasttree/files/Makefile | 3 +--
 3 files changed, 1 insertion(+), 13 deletions(-)

diffs:
diff --git a/fasttree/Makefile b/fasttree/Makefile
index f75c039bf6..8e4c556dd8 100644
--- a/fasttree/Makefile
+++ b/fasttree/Makefile
@@ -1,9 +1,4 @@
 # $NetBSD$
-#
-###########################################################
-#                  Generated by fbsd2pkg                  #
-#              Tue Jan 16 21:48:02 CST 2018               #
-###########################################################
 
 DISTNAME=	FastTree-2.1.11
 CATEGORIES=	biology
@@ -17,10 +12,6 @@ LICENSE=	gnu-gpl-v2
 
 WRKSRC=		${WRKDIR}
 
-# CFLAGS=		-fopenmp -DNO_SSE
-
-INSTALLATION_DIRS=	bin
-
 .include "../../mk/bsd.prefs.mk"
 
 # Xcode supports -Xpreprocessor -fopenmp, but does not supply OpenMP libs
diff --git a/fasttree/TODO b/fasttree/TODO
deleted file mode 100644
index 4ba83df5df..0000000000
--- a/fasttree/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-
-FreeBSD: malloc -> aligned_alloc
diff --git a/fasttree/files/Makefile b/fasttree/files/Makefile
index 3898356bc5..d46e7a5f7d 100644
--- a/fasttree/files/Makefile
+++ b/fasttree/files/Makefile
@@ -3,12 +3,11 @@ BIN =		FastTree
 SRC =		FastTree*.c
 CC ?=		gcc
 CFLAGS ?=	-O3
-CFLAGS +=	-DOPENMP -fopenmp -finline-functions -funroll-loops
+CFLAGS +=	-DOPENMP -fopenmp
 
 MKDIR ?=	mkdir
 INSTALL ?=	install
 PREFIX ?=	/usr/local
-DESTDIR ?=	.
 
 .PHONY:	all install clean
 


Home | Main Index | Thread Index | Old Index