pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/ffts Mark as only for x86_64. The ffts library d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8654568497b8
branches: trunk
changeset: 383167:8654568497b8
user: gson <gson%pkgsrc.org@localhost>
date: Sat Aug 13 13:24:19 2022 +0000
description:
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.
diffstat:
math/ffts/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r bfedf2f83fbf -r 8654568497b8 math/ffts/Makefile
--- a/math/ffts/Makefile Sat Aug 13 12:59:13 2022 +0000
+++ b/math/ffts/Makefile Sat Aug 13 13:24:19 2022 +0000
@@ -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 @@
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