Friday, June 28, 2019

UPDATE: math/ecm to disable OpenMP

This disables OpenMP in ecm

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/ecm/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile 2 Nov 2018 18:48:39 -0000 1.18
+++ Makefile 24 Jun 2019 18:33:30 -0000
@@ -5,7 +5,7 @@ COMMENT = elliptic curve method (ECM) fa
DISTNAME = ecm-6.4.4
SHARED_LIBS = ecm 0.1
CATEGORIES = math
-REVISION = 1
+REVISION = 2

HOMEPAGE = http://gforge.inria.fr/projects/ecm/

@@ -21,6 +21,7 @@ MASTER_SITES = http://gforge.inria.fr/f
LIB_DEPENDS = devel/gmp

CONFIGURE_STYLE = gnu
+CONFIGURE_ARGS = --disable-openmp
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

No comments:

Post a Comment