git: cb7459705bbf - main - devel/cpp2py: Remove llvm10 dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Sep 2023 03:18:50 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb7459705bbf7ae511e33df615e7a875929a57da commit cb7459705bbf7ae511e33df615e7a875929a57da Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2023-09-21 03:17:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-09-21 03:17:57 +0000 devel/cpp2py: Remove llvm10 dependency cpp2py builds fine with llvm-16 PR: 273963 --- devel/cpp2py/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/devel/cpp2py/Makefile b/devel/cpp2py/Makefile index 5202d55bac6e..bc1ed3bd9ce2 100644 --- a/devel/cpp2py/Makefile +++ b/devel/cpp2py/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpp2py DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -17,10 +17,8 @@ PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -BUILD_DEPENDS= ${PY_DEPENDS} \ - llvm${LLVM_VER}>0:devel/llvm${LLVM_VER} -RUN_DEPENDS= ${PY_DEPENDS} \ - llvm${LLVM_VER}>0:devel/llvm${LLVM_VER} +BUILD_DEPENDS= ${PY_DEPENDS} +RUN_DEPENDS= ${PY_DEPENDS} USES= cmake compiler:c++14-lang gettext-runtime python shebangfix USE_LDCONFIG= yes @@ -30,10 +28,7 @@ GH_ACCOUNT= TRIQS SHEBANG_FILES= bin/c* -CMAKE_ARGS= -DPYTHON_INTERPRETER:STRING=${PYTHON_CMD} \ - -DFREEBSD_LLVM_VER:STRING=${LLVM_VER} - -LLVM_VER= 10 +CMAKE_ARGS= -DPYTHON_INTERPRETER:STRING=${PYTHON_CMD} PORTSCOUT= limit:^[0-9\.]*$$