Merge #290739: it++: Build with C++14 instead of C++11

...into staging-next
This commit is contained in:
Vladimír Čunát 2024-02-23 12:33:19 +01:00
commit 8c8dc02d9d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
];
cmakeFlags = [
"-DCMAKE_CXX_FLAGS=-std=c++11"
"-DCMAKE_CXX_FLAGS=-std=c++14"
"-DBLAS_FOUND:BOOL=TRUE"
"-DBLAS_LIBRARIES:STRING=${blas}/lib/libblas.so"
"-DLAPACK_FOUND:BOOL=TRUE"