We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d963211 commit f8c4ceeCopy full SHA for f8c4cee
pkgs/by-name/el/elmerfem/package.nix
@@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
58
59
storepath = placeholder "out";
60
61
+ NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
62
+
63
cmakeFlags = [
64
"-DELMER_INSTALL_LIB_DIR=${storepath}/lib"
65
"-DWITH_OpenMP:BOOLEAN=TRUE"
0 commit comments