git: fdcd2aa43f0c - main - math/symengine: Use llvm-15; Add dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jan 2023 05:38:16 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdcd2aa43f0c4641966215d5ddad49b531b79575 commit fdcd2aa43f0c4641966215d5ddad49b531b79575 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-16 01:27:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-16 05:38:10 +0000 math/symengine: Use llvm-15; Add dependency --- math/symengine/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/math/symengine/Makefile b/math/symengine/Makefile index 3f3642b71284..70a514aadaf9 100644 --- a/math/symengine/Makefile +++ b/math/symengine/Makefile @@ -1,7 +1,7 @@ PORTNAME= symengine DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -12,9 +12,10 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ - libgmp.so:math/gmp + libgmp.so:math/gmp \ + libzstd.so:archivers/zstd -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++14-lang llvm:min=15,max=15 USE_GITHUB= yes USE_LDCONFIG= yes @@ -78,8 +79,6 @@ PIRANHA_DESC= piranha PIRANHA_CMAKE_ON= -DINTEGER_CLASS:STRING=piranha PIRANHA_BUILD_DEPENDS= piranha>0:math/piranha -LLVM_VERSION= 13 # ${LLVM_DEFAULT} - llvm-90 fails for some reason - do-test: # one test fails: https://github.com/symengine/symengine/issues/1697 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \