FreeBSD Bugzilla – Attachment 245046 Details for
Bug 273963
devel/cpp2py: remove llvm10 dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
remove needless llvm dependency
cpp2py.diff (text/plain), 921 bytes, created by
Brooks Davis
on 2023-09-20 11:06:51 UTC
(
hide
)
Description:
remove needless llvm dependency
Filename:
MIME Type:
Creator:
Brooks Davis
Created:
2023-09-20 11:06:51 UTC
Size:
921 bytes
patch
obsolete
>diff --git a/devel/cpp2py/Makefile b/devel/cpp2py/Makefile >index 5202d55bac6e..c66f12b737cf 100644 >--- a/devel/cpp2py/Makefile >+++ b/devel/cpp2py/Makefile >@@ -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,8 +28,7 @@ GH_ACCOUNT= TRIQS > > SHEBANG_FILES= bin/c* > >-CMAKE_ARGS= -DPYTHON_INTERPRETER:STRING=${PYTHON_CMD} \ >- -DFREEBSD_LLVM_VER:STRING=${LLVM_VER} >+CMAKE_ARGS= -DPYTHON_INTERPRETER:STRING=${PYTHON_CMD} > > LLVM_VER= 10 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273963
: 245046