Skip to content

Commit

Permalink
Remove comment about juliaCpuTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McLaughlin committed Dec 4, 2024
1 parent 9d860fc commit fe7defd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/kernels/julia/julia-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
, packageOverrides ? {}
, makeTransitiveDependenciesImportable ? false # Used to support symbol indexing

# If precompilation is present, we want to set a specific CPU target, in case this package
# ends up being stored in a Nix cache.
, juliaCpuTarget ? (if precompile then "haswell" else null)
, juliaCpuTarget ? null
}:

packageNames:
Expand Down

0 comments on commit fe7defd

Please sign in to comment.