ergoscf: fix build with gcc-14 (#368150)
This commit is contained in:
@@ -31,7 +31,11 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-performance"
|
"--enable-performance"
|
||||||
] ++ lib.optional stdenv.hostPlatform.isx86_64 "--enable-sse-intrinsics";
|
] ++ lib.optional stdenv.hostPlatform.isx86_64 "--enable-sse-intrinsics";
|
||||||
|
|
||||||
LDFLAGS = "-lblas -llapack";
|
env = {
|
||||||
|
# Required for compilation with gcc-14
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
|
||||||
|
LDFLAGS = "-lblas -llapack";
|
||||||
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user