pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ffts



Module Name:    pkgsrc
Committed By:   gson
Date:           Sat Aug 13 13:24:19 UTC 2022

Modified Files:
        pkgsrc/math/ffts: Makefile

Log Message:
Mark as only for x86_64.  The ffts library does support some other
platforms, but the pkgsrc package currently does not yet support
configuring the library for them.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/ffts/Makefile

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

Modified files:

Index: pkgsrc/math/ffts/Makefile
diff -u pkgsrc/math/ffts/Makefile:1.2 pkgsrc/math/ffts/Makefile:1.3
--- pkgsrc/math/ffts/Makefile:1.2       Tue Jul  4 19:51:42 2017
+++ pkgsrc/math/ffts/Makefile   Sat Aug 13 13:24:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/07/04 19:51:42 gson Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/13 13:24:19 gson Exp $
 
 GIT_COMMIT=            fe86885ecafd0d16eb122f3212403d1d5a86e24e
 
@@ -20,6 +20,8 @@ USE_LIBTOOL=          yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS=                --enable-sse --enable-single
 
+ONLY_FOR_PLATFORM=     *-*-x86_64
+
 pre-configure:
        set -e; cd ${WRKSRC}; \
        aclocal; autoheader; automake -a --foreign -i; autoconf



Home | Main Index | Thread Index | Old Index