Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2022 00:14:24 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb6d76b83322 - main - math/symengine: Fix build
Message-ID:  <202205080014.2480EOh2093229@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205080014.2480EOh2093229>