Commit f1b44ffc authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

nwchem: remove test jobs from output

The tests are not needed to run the program.
Removing the tests saves about 220 MB.
parent ff75cea6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ stdenv.mkDerivation rec {
    cp -r $NWCHEM_TOP/src/data $out/share/nwchem/
    cp -r $NWCHEM_TOP/src/basis/libraries $out/share/nwchem/data
    cp -r $NWCHEM_TOP/src/nwpw/libraryps $out/share/nwchem/data
    cp -r $NWCHEM_TOP/QA $out/share/nwchem

    wrapProgram $out/bin/nwchem \
      --set-default NWCHEM_BASIS_LIBRARY $out/share/nwchem/data/libraries/
@@ -196,7 +195,7 @@ stdenv.mkDerivation rec {
    runHook preInstallCheck

    # run a simple water test
    mpirun -np 2 $out/bin/nwchem $out/share/nwchem/QA/tests/h2o/h2o.nw > h2o.out
    mpirun -np 2 $out/bin/nwchem $NWCHEM_TOP/QA/tests/h2o/h2o.nw > h2o.out
    grep "Total SCF energy" h2o.out  | grep 76.010538

    runHook postInstallCheck