summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-05-25 13:26:34 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-30 12:54:20 +0000
commit29e40b5e1af9b19eb31a058f23dc4f85a6cf57a8 (patch)
tree540b91d06e0bc326c15792c6a003d75a2a22b652
parentasterisk: 16.25.1 -> 16.26.1, 18.11.1 -> 18.12.1, 19.3.1 -> 19.4.1 (diff)
downloadnixpkgs-origin/backport-174513-to-release-22.05.tar.gz
release-alternatives.nix: fix evalorigin/backport-174513-to-release-22.05
sundial requires ILP64, and xfitter requires !ILP64 through its dependency on numpy. (cherry picked from commit 0398127fd03481b78386feb3d3a73e634d0b603a)
-rw-r--r--pkgs/top-level/release-alternatives.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/release-alternatives.nix b/pkgs/top-level/release-alternatives.nix
index 5e309a0129c3..788f052eda52 100644
--- a/pkgs/top-level/release-alternatives.nix
+++ b/pkgs/top-level/release-alternatives.nix
@@ -9,7 +9,7 @@ let
blasUsers = [
# "julia_07" "julia_10" "julia_11" "julia_13" "octave" "octaveFull"
"fflas-ffpack" "linbox" "R" "ipopt" "hpl" "rspamd" "octopus"
- "sundials" "superlu" "suitesparse_5_3" "suitesparse_4_4"
+ "superlu" "suitesparse_5_3" "suitesparse_4_4"
"suitesparse_4_2" "scs" "scalapack" "petsc" "cholmod-extra"
"arpack" "qrupdate" "libcint" "iml" "globalarrays" "arrayfire" "armadillo"
"xfitter" "lammps" "plink-ng" "quantum-espresso" "siesta"
@@ -33,10 +33,10 @@ let
["haskellPackages" "bindings-levmar"]
] ++ lib.optionals allowUnfree [ "magma" ];
blas64Users = [
- "rspamd" "suitesparse_5_3" "suitesparse_4_4"
+ "rspamd" "sundials" "suitesparse_5_3" "suitesparse_4_4"
"suitesparse_4_2" "petsc" "cholmod-extra"
"arpack" "qrupdate" "iml" "globalarrays" "arrayfire"
- "xfitter" "lammps" "plink-ng" "quantum-espresso"
+ "lammps" "plink-ng" "quantum-espresso"
"calculix" "csdp" "getdp" "jags"
"lammps" "lammps-mpi"
# ["ocamlPackages" "lacaml"]