Commit Graph

14 Commits

Author SHA1 Message Date
MilesCranmer
5084388d89 julia: build from source for aarch64-darwin
Co-authored-by: Tom McLaughlin <tom@codedown.io>
Co-authored-by: George Huebner <george@feyor.sh>
2026-04-12 13:10:43 -05:00
Tom McLaughlin
338b5bde5d julia.withPackages: improve weak dependency handling 2025-08-13 03:00:03 -07:00
poz
efdf461186 julia-modules: remove unused arguments 2025-07-03 13:11:36 +02:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Nick Cao
032239c962 julia.withPackages: add juliaCpuTarget option (#361655) 2024-12-04 10:01:12 -05:00
Tom McLaughlin
b69b526e6d julia.withPackages: add juliaCpuTarget option 2024-12-03 21:40:07 -08:00
Nick Cao
31c8248362 julia.withPackages: Darwin support (#360353) 2024-12-02 14:13:31 -05:00
Tom McLaughlin
fb35df9f91 julia.withPackages: expose pname/version and move things to passthru 2024-11-30 02:39:01 -07:00
Tom McLaughlin
c31efe9150 julia.withPackages: fix artifact fixupPhase on darwin 2024-11-28 23:32:35 -08:00
Stefan Frijters
085724ef17 julia-modules: move makeWrapper to nativeBuildInputs 2024-09-05 10:25:38 +02:00
Peder Bergebakken Sundt
dfbc165dc7 treewide: remove nested let-in 2024-08-09 03:58:35 +02:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
Tom McLaughlin
42e7a23280 julia.withPackages: let environment inherit meta from julia 2023-12-21 16:17:14 -07:00
Tom McLaughlin
36bf6afd42 julia.withPackages: init on supported Julias (1.6, 1.8, 1.9)
Be able to build arbitrary Julia environments in Nixpkgs, in the same style as python.withPackages.
2023-12-14 23:00:34 -08:00