From a5cf6850e32d9ca0d19f865af8cb19f6cdb8992f Mon Sep 17 00:00:00 2001 From: Christopher Poole Date: Sat, 27 Sep 2014 10:45:06 +1000 Subject: [PATCH] Removed all versions of geant4 except for the latest one. --- .../libraries/physics/geant4/default.nix | 31 ---------- .../libraries/physics/geant4/fetch.nix | 59 ------------------- .../libraries/physics/geant4/g4py/default.nix | 35 ----------- 3 files changed, 125 deletions(-) diff --git a/pkgs/development/libraries/physics/geant4/default.nix b/pkgs/development/libraries/physics/geant4/default.nix index 54a9ad42d2d7..1e1fc7ea3b8f 100644 --- a/pkgs/development/libraries/physics/geant4/default.nix +++ b/pkgs/development/libraries/physics/geant4/default.nix @@ -142,37 +142,6 @@ let }; in { - - ### VERSION 9.6 - - v9_6 = buildGeant4 { - inherit (fetchGeant4.v9_6) version src; - }; - - v9_6_1 = buildGeant4 { - inherit (fetchGeant4.v9_6_1) version src; - }; - - v9_6_2 = buildGeant4 { - inherit (fetchGeant4.v9_6_2) version src; - }; - - v9_6_3 = buildGeant4 { - inherit (fetchGeant4.v9_6_3) version src; - }; - - ## VERSION 10.0 - - v10_0 = buildGeant4 { - inherit (fetchGeant4.v10_0) version src; - multiThreadingCapable = true; - }; - - v10_0_1 = buildGeant4 { - inherit (fetchGeant4.v10_0_1) version src; - multiThreadingCapable = true; - }; - v10_0_2 = buildGeant4 { inherit (fetchGeant4.v10_0_2) version src; multiThreadingCapable = true; diff --git a/pkgs/development/libraries/physics/geant4/fetch.nix b/pkgs/development/libraries/physics/geant4/fetch.nix index 0c2f4b5dc544..0e5dd54c6ae7 100644 --- a/pkgs/development/libraries/physics/geant4/fetch.nix +++ b/pkgs/development/libraries/physics/geant4/fetch.nix @@ -7,65 +7,6 @@ let }; in { - - ### VERSION 9.6 - - v9_6 = fetch { - version = "9.6"; - - src = fetchurl{ - url = "http://geant4.cern.ch/support/source/geant4.9.6.tar.gz"; - sha256 = "3b1caf87664ef35cab25563b2911653701e98c75a9bd6c64f364d1a1213247e5"; - }; - }; - - v9_6_1 = fetch { - version = "9.6.1"; - - src = fetchurl{ - url = "http://geant4.cern.ch/support/source/geant4.9.6.p01.tar.gz"; - sha256 = "575c45029afc2405d70c38e6dcfd1a752564b2540f33a922230039be81c8e4b6"; - }; - }; - - v9_6_2 = fetch { - version = "9.6.2"; - - src = fetchurl{ - url = "http://geant4.cern.ch/support/source/geant4.9.6.p02.tar.gz"; - sha256 = "cf5df83b7e2c99e6729449b32d3ecb0727b4692317426b66fc7fd41951c7351f"; - }; - }; - - v9_6_3 = fetch { - version = "9.6.3"; - - src = fetchurl{ - url = "http://geant4.cern.ch/support/source/geant4.9.6.p03.tar.gz"; - sha256 = "3a7e969039e8992716b3bc33b44cbdbff9c8d5850385f1a02fdd756a4fa6305c"; - }; - }; - - ### Version 10.0 - - v10_0 = fetch { - version = "10.0"; - - src = fetchurl{ - url = "http://geant4.cern.ch/support/source/geant4.10.00.tar.gz"; - sha256 = "ffec1714b03748b6d691eb0b91906f4c74422c1ad1f8afa918e03be421af8a17"; - }; - }; - - v10_0_1 = fetch { - version = "10.0.1"; - - src = fetchurl{ - url = "http://geant4.cern.ch/support/source/geant4.10.00.p01.tar.gz"; - sha256 = "09c431ff3ef81034282c46501cea01046d4a20438c2ea2a7339576e1ecf26ba0"; - }; - }; - v10_0_2 = fetch { version = "10.0.2"; diff --git a/pkgs/development/libraries/physics/geant4/g4py/default.nix b/pkgs/development/libraries/physics/geant4/g4py/default.nix index f6ca6562b6fe..f90b2e6c4aee 100644 --- a/pkgs/development/libraries/physics/geant4/g4py/default.nix +++ b/pkgs/development/libraries/physics/geant4/g4py/default.nix @@ -63,41 +63,6 @@ let }; in { - - ### VERSION 9.6 - - v9_6 = buildG4py { - inherit (fetchGeant4.v9_6) version src; - geant4 = geant4.v9_6; - }; - - v9_6_1 = buildG4py { - inherit (fetchGeant4.v9_6_1) version src; - geant4 = geant4.v9_6_1; - }; - - v9_6_2 = buildG4py { - inherit (fetchGeant4.v9_6_2) version src; - geant4 = geant4.v9_6_2; - }; - - v9_6_3 = buildG4py { - inherit (fetchGeant4.v9_6_3) version src; - geant4 = geant4.v9_6_3; - }; - - ## VERSION 10.0 - - v10_0 = buildG4py { - inherit (fetchGeant4.v10_0) version src; - geant4 = geant4.v10_0; - }; - - v10_0_1 = buildG4py { - inherit (fetchGeant4.v10_0_1) version src; - geant4 = geant4.v10_0_1; - }; - v10_0_2 = buildG4py { inherit (fetchGeant4.v10_0_2) version src; geant4 = geant4.v10_0_2;