Unverified Commit 13108ece authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #258201 from markuskowa/split-libxc

libxc: split outputs -> out, dev
parents 028db405 ef2d57ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ in stdenv.mkDerivation rec {
                 -ftree-vectorize -funroll-loops -msse2 \
                 -std=f2008 \
                 -fopenmp -ftree-vectorize -funroll-loops \
                 -I${libxc}/include -I${lib.getDev libxsmm}/include \
                 -I${lib.getDev libxc}/include -I${lib.getDev libxsmm}/include \
                 -I${libint}/include ${lib.optionalString enableElpa "$(pkg-config --variable=fcflags elpa)"}
    LIBS       = -lfftw3 -lfftw3_threads \
                 -lscalapack -lblas -llapack \
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
        --replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
  '';

  outputs = [ "out" "dev" ];

  nativeBuildInputs = [ perl cmake gfortran ];

  preConfigure = ''