Skip to content

Commit

Permalink
devel/cpp2py: Remove llvm10 dependency
Browse files Browse the repository at this point in the history
cpp2py builds fine with llvm-16

PR:		273963
  • Loading branch information
brooksdavis authored and yurivict committed Sep 21, 2023
1 parent 85ccf09 commit cb74597
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions 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/
Expand All @@ -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
Expand All @@ -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\.]*$$

Expand Down

0 comments on commit cb74597

Please sign in to comment.