diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-09 19:42:50 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-09 19:42:50 +0000 |
commit | 73e341e26712bc4d58f2f066b801fc2cb14bbfe3 (patch) | |
tree | e65c88b3ad7cc24b2a061fd8797d1af1fb95db63 /science/agrum | |
parent | 10ec53bf1725b4505c8babeeb06fe8a8e4a11002 (diff) | |
download | ports-73e341e26712bc4d58f2f066b801fc2cb14bbfe3.tar.gz ports-73e341e26712bc4d58f2f066b801fc2cb14bbfe3.zip |
Notes
Diffstat (limited to 'science/agrum')
-rw-r--r-- | science/agrum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile index a92bb7be2d22..eb7d9aa9010d 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -33,7 +33,7 @@ OPENMP_LIB_DEPENDS= libomp.so:devel/openmp PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python -PYTHON_VARS= PLIST_SUB+="PYTHON_VER_MAJ=${PYTHON_VER:R}" +PYTHON_PLIST_SUB= PYTHON_VER_MAJ=${PYTHON_VER:R} # use clang from ports because cmake can't find OpenMP with base clang, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} |