octopus: Switch to new version structure

This commit is contained in:
Tyson Whitehead
2018-02-07 13:39:27 -05:00
parent bb7076d9f0
commit 1c1f16a2b3
5 changed files with 100 additions and 85 deletions

View File

@@ -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 { };