Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 07:33:08 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb06a26f0f4e - main - math/symengine: fix dependency on llvm
Message-ID:  <69dc9c34.3bd4f.5a51b197@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb06a26f0f4ed4c161ce3c0a48e5cecfe58631eb

commit fb06a26f0f4ed4c161ce3c0a48e5cecfe58631eb
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-13 06:49:23 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-13 07:22:43 +0000

    math/symengine: fix dependency on llvm
    
    By using llvm this port get linked to libllvm which means lib_depends
    not only run_depends on it.
    
    Fix by using USES=llvm:lib
---
 math/symengine/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/symengine/Makefile b/math/symengine/Makefile
index 5b3e422ace25..e648f73daa71 100644
--- a/math/symengine/Makefile
+++ b/math/symengine/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	symengine
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.14.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -44,7 +44,7 @@ LLVM_DESC=		Build with LLVM
 LLVM_CMAKE_BOOL=	WITH_LLVM
 LLVM_CMAKE_ON=		-DLLVM_INCLUDE_DIRS:STRING=${LOCALBASE}/llvm${LLVM_VERSION}/include \
 			-DFREEBSD_LLVM_VERSION=${LLVM_VERSION}
-LLVM_BUILD_DEPENDS=	llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}
+LLVM_USES=		llvm:lib
 
 MPC_DESC=		Build with MPC
 MPC_CMAKE_BOOL=		WITH_MPC


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc9c34.3bd4f.5a51b197>