Unverified Commit b4b31ad4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

elmerfem: fix build (#377826)

parents 5154fd68 f8c4cee9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"