octopus: Switch to new version structure
This commit is contained in:
@@ -8,11 +8,16 @@ self: super: pkgs: with pkgs; {
|
||||
|
||||
#firedrake = callPackage ./firedrake { };
|
||||
|
||||
libxc3 = callPackage ./octopus/libxc3.nix { };
|
||||
inherit (callPackages ./octopus/libxc.nix { }) libxc301 libxc404;
|
||||
libxc3 = libxc301;
|
||||
libxc4 = libxc404;
|
||||
libxc = libxc4;
|
||||
|
||||
#meraculous = callPackage ./meraculous.nix { };
|
||||
|
||||
octopus = callPackage ./octopus { };
|
||||
inherit (callPackages ./octopus/octopus.nix { }) octopus72;
|
||||
octopus7 = octopus72;
|
||||
octopus = octopus7;
|
||||
|
||||
openfoam = callPackage ./openfoam.nix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user