about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMilesCranmer <miles.cranmer@gmail.com>2024-06-08 20:45:54 +0100
committerMilesCranmer <miles.cranmer@gmail.com>2024-06-08 20:53:49 +0100
commit5d99a8dc803c7f5961dfcc72f80c5e08c326de1d (patch)
treea166a090ccc3afc9f78e257b489290baf8e4cc1e
parentb8b2a78273ca50b9818a933836370a1a189ced95 (diff)
julia: update JULIA_CPU_TARGET from latest upstream settings
-rw-r--r--pkgs/development/compilers/julia/generic.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/julia/generic.nix b/pkgs/development/compilers/julia/generic.nix
index 7f690d44e1634..209e97edcce70 100644
--- a/pkgs/development/compilers/julia/generic.nix
+++ b/pkgs/development/compilers/julia/generic.nix
@@ -52,10 +52,10 @@ stdenv.mkDerivation rec {
     "prefix=$(out)"
     "USE_BINARYBUILDER=0"
   ] ++ lib.optionals stdenv.isx86_64 [
-    # https://github.com/JuliaCI/julia-buildbot/blob/master/master/inventory.py
-    "JULIA_CPU_TARGET=generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)"
+    # https://github.com/JuliaCI/julia-buildkite/blob/main/utilities/build_envs.sh
+    "JULIA_CPU_TARGET=generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1);x86-64-v4,-rdrnd,base(1)"
   ] ++ lib.optionals stdenv.isAarch64 [
-    "JULIA_CPU_TARGET=generic;cortex-a57;thunderx2t99;armv8.2-a,crypto,fullfp16,lse,rdm"
+    "JULIA_CPU_TARGET=generic;cortex-a57;thunderx2t99;carmel,clone_all;apple-m1,base(3);neoverse-512tvb,base(3)"
   ];
 
   # remove forbidden reference to $TMPDIR