elmerfem: fix build (#377826)

This commit is contained in:
Sandro
2025-01-30 16:12:19 +01:00
committed by GitHub
+2
View File
@@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
storepath = placeholder "out";
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
cmakeFlags = [
"-DELMER_INSTALL_LIB_DIR=${storepath}/lib"
"-DWITH_OpenMP:BOOLEAN=TRUE"