mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
math/dbcsr: fix build on GCC architectures
This port uses C++14, add USES=compiler:c++14-lang: target_compile_features The compiler feature "cxx_std_14" is not known to CXX compiler Approved by: mentors (implicit approval)
This commit is contained in:
parent
6cb306ae2d
commit
5b618e0f56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506874
@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= fypp:devel/py-fypp@${PY_FLAVOR}
|
||||
|
||||
USES= blaslapack:openblas cmake:noninja fortran python:build
|
||||
USES= blaslapack:openblas cmake:noninja compiler:c++14-lang fortran \
|
||||
python:build
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cp2k
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user