mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
openmolcas: bump boost version
This commit is contained in:
parent
f893cc7daa
commit
11a28beb53
@ -13,7 +13,7 @@
|
||||
, libxc
|
||||
, makeWrapper
|
||||
, gsl
|
||||
, boost175
|
||||
, boost180
|
||||
, autoPatchelfHook
|
||||
# Note that the CASPT2 module is broken with MPI
|
||||
# See https://gitlab.com/Molcas/OpenMolcas/-/issues/169
|
||||
@ -93,7 +93,7 @@ stdenv.mkDerivation {
|
||||
armadillo
|
||||
libxc
|
||||
gsl.dev
|
||||
boost175
|
||||
boost180
|
||||
] ++ lib.optionals enableMpi [
|
||||
mpi
|
||||
globalarrays
|
||||
@ -155,7 +155,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://gitlab.com/Molcas/OpenMolcas";
|
||||
maintainers = [ maintainers.markuskowa ];
|
||||
license = with licenses; [ lgpl21Only bsd3 ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
||||
mainProgram = "pymolcas";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user