3
0
Fork 0
forked from mirrors/nixpkgs

sirius: fixup build with gcc13

This commit is contained in:
Vladimír Čunát 2024-01-11 17:19:22 +01:00
parent 98639164fb
commit acd19036ac
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -85,6 +85,11 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ mpi ];
CXXFLAGS = [
# GCC 13: error: 'uintptr_t' in namespace 'std' does not name a type
"-include cstdint"
];
cmakeFlags = [
"-DUSE_SCALAPACK=ON"
"-DBUILD_TESTING=ON"