summaryrefslogtreecommitdiff
path: root/math/cado-nfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/cado-nfs/Makefile')
-rw-r--r--math/cado-nfs/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile
index 6f0fb0500462..34094d61e26a 100644
--- a/math/cado-nfs/Makefile
+++ b/math/cado-nfs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cado-nfs
DISTVERSIONPREFIX= v
-DISTVERSION= 2.3.0-20240318
+DISTVERSION= 2.3.0-20240408
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
bash:shells/bash
LIB_DEPENDS= libecm.so:math/gmp-ecm \
+ libfmt.so:devel/libfmt \
libgf2x.so:math/gf2x \
libgmp.so:math/gmp \
libhwloc.so:devel/hwloc2
@@ -22,18 +23,15 @@ USES= cmake:noninja compiler:c++11-lang gmake perl5 python shebangfix # noninja
USE_GITLAB= yes
GL_SITE= https://gitlab.inria.fr
-GL_TAGNAME= a24829267c8e81f58d8c643c7c5be5e454ef106e
+GL_TAGNAME= 58d113d3608e41378753cd949b077f7c80449279
SHEBANG_GLOB= *.py
-MAKE_ENV+= WRKSRC=${WRKSRC} # for files/fake-c++: workaround for external libfmt getting into the build
-
CXXFLAGS_i386= -msse2 # workaround for error: always_inline function '_mm_setzero_si128' requires target feature 'sse2', but would be inlined into function 'gf2x_mul4' that is compiled without support for 'sse2'
TEST_TARGET= check # 'test' does the same but is less verbose
-BINARY_ALIAS= python3=${PYTHON_CMD} \
- c++=${FILESDIR}/fake-c++ # workaround for external libfmt getting into the build
+BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.options.mk>