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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user