nwchem: build with ILP64 support
This commit is contained in:
@@ -37126,7 +37126,10 @@ with pkgs;
|
||||
|
||||
mopac = callPackage ../applications/science/chemistry/mopac { };
|
||||
|
||||
nwchem = callPackage ../applications/science/chemistry/nwchem { };
|
||||
nwchem = callPackage ../applications/science/chemistry/nwchem {
|
||||
blas = blas-ilp64;
|
||||
lapack = lapack-ilp64;
|
||||
};
|
||||
|
||||
octopus = callPackage ../applications/science/chemistry/octopus { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user