pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/fftw
Module Name: pkgsrc
Committed By: adam
Date: Fri May 24 15:56:21 UTC 2019
Added Files:
pkgsrc/math/fftw: Makefile.common
Log Message:
fftw: introduce Makefile.common
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/fftw/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/fftw/Makefile.common
diff -u /dev/null pkgsrc/math/fftw/Makefile.common:1.1
--- /dev/null Fri May 24 15:56:22 2019
+++ pkgsrc/math/fftw/Makefile.common Fri May 24 15:56:21 2019
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile.common,v 1.1 2019/05/24 15:56:21 adam Exp $
+# used by math/fftw/Makefile
+# used by math/fftwf/Makefile
+
+DISTNAME= fftw-3.3.8
+CATEGORIES= math
+MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
+MASTER_SITES+= http://www.fftw.org/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.fftw.org/
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-shared
+TEST_TARGET= check
+
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(PKGSRC_RUN_TEST) && !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
+USE_TOOLS+= perl
+.endif
+
+PLIST_VARS+= pthreads
+PTHREAD_OPTS= native
+.include "../../mk/pthread.buildlink3.mk"
+.if ${PTHREAD_TYPE} == "native"
+CONFIGURE_ARGS+= --enable-threads
+PLIST.pthreads= yes
+.endif
Home |
Main Index |
Thread Index |
Old Index