Skip to content

Commit

Permalink
julia: use generic CPU target by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 5, 2024
1 parent bd400e8 commit f400af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/kernels/julia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ let
juliaWithPackages = (callPackage ./julia-modules {}).override {
inherit packageOverrides julia;
inherit (settings) precompile;
juliaCpuTarget = "generic";
};

displayName = "Julia";
Expand Down
3 changes: 2 additions & 1 deletion tests/app/Spec/Tests/Julia.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import TestLib.Types
tests :: LanguageSpec
tests = do
juliaTests "julia_19"
juliaTests "julia_110"
juliaTests "julia_19-bin"

juliaTests "julia_110"
juliaTests "julia_110-bin"

kernelName :: Text -> Text
Expand Down

0 comments on commit f400af9

Please sign in to comment.