git: eb6d76b83322 - main - math/symengine: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 00:14:24 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eb6d76b83322cdecc3fca305e79183bee50926c5
commit eb6d76b83322cdecc3fca305e79183bee50926c5
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-08 00:14:01 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-08 00:14:01 +0000
math/symengine: Fix build
Reported by: fallout
---
math/symengine/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/symengine/Makefile b/math/symengine/Makefile
index 1bcac467c742..03facad999da 100644
--- a/math/symengine/Makefile
+++ b/math/symengine/Makefile
@@ -1,6 +1,7 @@
PORTNAME= symengine
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -75,7 +76,7 @@ PIRANHA_DESC= piranha
PIRANHA_CMAKE_ON= -DINTEGER_CLASS:STRING=piranha
PIRANHA_BUILD_DEPENDS= piranha>0:math/piranha
-LLVM_VERSION= ${LLVM_DEFAULT}
+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} && \