openmolcas: move override to package.nix

This commit is contained in:
Aliaksandr
2026-03-02 16:01:35 +02:00
parent dc75138724
commit 97102ad423
2 changed files with 2 additions and 5 deletions
+2 -1
View File
@@ -15,7 +15,7 @@
libxc,
makeWrapper,
gsl,
boost,
boost188,
autoPatchelfHook,
enableQcmaquis ? true,
# Note that the CASPT2 module is broken with MPI
@@ -29,6 +29,7 @@ assert blas-ilp64.isILP64;
assert lapack-ilp64.isILP64;
let
boost = boost188;
python = python3.withPackages (
ps: with ps; [
six
-4
View File
@@ -11601,10 +11601,6 @@ with pkgs;
hdf5 = hdf5-fortran;
};
openmolcas = callPackage ../by-name/op/openmolcas/package.nix {
boost = boost188;
};
siesta-mpi = callPackage ../by-name/si/siesta/package.nix { useMpi = true; };
### SCIENCE/BIOLOGY