mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/cpp2py: Remove llvm10 dependency
cpp2py builds fine with llvm-16 PR: 273963
This commit is contained in:
parent
85ccf09471
commit
cb7459705b
1 changed files with 4 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= cpp2py
|
PORTNAME= cpp2py
|
||||||
DISTVERSION= 2.0.0
|
DISTVERSION= 2.0.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
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}h5py>0:science/py-h5py@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
||||||
BUILD_DEPENDS= ${PY_DEPENDS} \
|
BUILD_DEPENDS= ${PY_DEPENDS}
|
||||||
llvm${LLVM_VER}>0:devel/llvm${LLVM_VER}
|
RUN_DEPENDS= ${PY_DEPENDS}
|
||||||
RUN_DEPENDS= ${PY_DEPENDS} \
|
|
||||||
llvm${LLVM_VER}>0:devel/llvm${LLVM_VER}
|
|
||||||
|
|
||||||
USES= cmake compiler:c++14-lang gettext-runtime python shebangfix
|
USES= cmake compiler:c++14-lang gettext-runtime python shebangfix
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -30,10 +28,7 @@ GH_ACCOUNT= TRIQS
|
||||||
|
|
||||||
SHEBANG_FILES= bin/c*
|
SHEBANG_FILES= bin/c*
|
||||||
|
|
||||||
CMAKE_ARGS= -DPYTHON_INTERPRETER:STRING=${PYTHON_CMD} \
|
CMAKE_ARGS= -DPYTHON_INTERPRETER:STRING=${PYTHON_CMD}
|
||||||
-DFREEBSD_LLVM_VER:STRING=${LLVM_VER}
|
|
||||||
|
|
||||||
LLVM_VER= 10
|
|
||||||
|
|
||||||
PORTSCOUT= limit:^[0-9\.]*$$
|
PORTSCOUT= limit:^[0-9\.]*$$
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue