aboutsummaryrefslogtreecommitdiff
path: root/math/symengine/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-03-14 06:06:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-03-14 06:06:37 +0000
commit86a63751f52c9b862fd9842d42e02e903a5547e9 (patch)
treef61539c8ae88d04744f9a48b2157c766f3837053 /math/symengine/Makefile
parentf71e82356be44ffcf578f1b45138d8544f6544b2 (diff)
downloadports-86a63751f52c9b862fd9842d42e02e903a5547e9.tar.gz
ports-86a63751f52c9b862fd9842d42e02e903a5547e9.zip
math/symengine: Update 0.6.0 -> 0.7.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=568360
Diffstat (limited to 'math/symengine/Makefile')
-rw-r--r--math/symengine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/symengine/Makefile b/math/symengine/Makefile
index 1a6173882ac7..b56a4eec8f5a 100644
--- a/math/symengine/Makefile
+++ b/math/symengine/Makefile
@@ -2,7 +2,7 @@
PORTNAME= symengine
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.0
+DISTVERSION= 0.7.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -75,7 +75,7 @@ PIRANHA_BUILD_DEPENDS= piranha>0:math/piranha
LLVM_VERSION= ${LLVM_DEFAULT}
-do-test:
+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} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \