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:
Piotr Kubaj
2019-07-18 19:34:26 +00:00
parent 6cb306ae2d
commit 5b618e0f56

View File

@@ -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