summaryrefslogtreecommitdiff
path: root/pkgs/development/julia-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* julia-modules: replace `git` with `gitMinimal`Pol Dellaiera2025-01-091-3/+3
* 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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev 57b193d8ddeaf4f5219d2bae1d23b081e4906e57 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-108-267/+432
* julia.withPackages: add juliaCpuTarget option (#361655)Nick Cao2024-12-042-15/+23
|\
| * julia.withPackages: add juliaCpuTarget optionTom McLaughlin2024-12-032-15/+23
* | julia.withPackages: Darwin support (#360353)Nick Cao2024-12-023-62/+108
|\ \
| * | julia.withPackages: set empty JULIA_SSL_CA_ROOTS_PATH on darwinTom McLaughlin2024-11-281-1/+16
| * | julia.withPackages: fix artifact fixupPhase on darwinTom McLaughlin2024-11-282-15/+33
| * | julia.withPackages: fix multiprocessing usage to work on macOSTom McLaughlin2024-11-271-52/+65
| |/
* / julia.withPackages: expose pname/version and move things to passthruTom McLaughlin2024-11-301-14/+16
|/
* julia.withPackages: use 4-space indentation for consistencythomasjm2024-10-151-11/+11
* julia.withPackages: pass extra args to update_package_add for julia 1.11+thomasjm2024-10-151-2/+10
* julia.withPackages: move julia resolve code to its own filethomasjm2024-10-152-96/+93
* julia.withPackages: remove handling for julia_16thomasjm2024-10-151-31/+1
* julia-modules: move makeWrapper to nativeBuildInputsStefan Frijters2024-09-051-2/+2
* julia.withPackages: remove 'with lib;'Felix Buehler2024-08-161-6/+3
* treewide: remove nested let-inPeder Bergebakken Sundt2024-08-091-2/+0
* Merge pull request #323628 from Stunkymonkey/treewide-ls-remove•••treewide: remove printed 'ls'Felix Bühler2024-07-181-1/+0
|\
| * treewide: remove printed 'ls'Felix Buehler2024-07-031-1/+0
* | Merge pull request #324004 from codedownio/julia-withpackages-override-fix•••julia.withPackages: fix for overrides not in a registryNick Cao2024-07-043-23/+59
|\ \
| * | julia.withPackages: fix for overrides not in a registrythomasjm2024-07-033-23/+59
| |/
* | julia.withPackages: fix weak deps on Julia 1.10thomasjm2024-07-011-1/+1
* | julia.withPackages: bump registry to latestthomasjm2024-07-011-3/+3
* | julia.withPackages: add a comment about Git usagethomasjm2024-07-011-0/+1
|/
* julia-top-n: fix self-inclusive srcPyrox2024-06-171-1/+10
* Merge pull request #316084 from codedownio/fix-julia-withpkgs-git•••julia.withPackages: fix compatibility with new git security featuresNick Cao2024-05-311-1/+4
|\
| * julia.withPackages: fix compatibility with new git security features (#315890)thomasjm2024-05-311-1/+4
* | julia.withPackages: be able to test different julia attrsthomasjm2024-05-313-1/+7
|/
* treewide: remove unused occurence of fetchFromGitHub argumentisabel2024-05-301-1/+0
* julia.withPackages: Disable pretty terminal output during nix build•••Prior to this patch, julia would log output destined for a terminal which can support cursor movements, which we don't have while building under nix. The only way I could find to turn this off is to set CI=true during precompilation, which substantially reduces the amount of log output you end up with, to only the salient output (one line per package, instead of many identical lines being printed). Signed-off-by: Peter Waller <p@pwaller.net> Peter Waller2024-05-031-0/+5
* julia.withPackages: fix some artifact buildsthomasjm2024-03-131-0/+4
* julia.withPackages: add testsTom McLaughlin2024-01-0511-0/+304
* julia.withPackages: fix transitive weak-deps resolvingTom McLaughlin2024-01-031-15/+19
* julia.withPackages: handle non-archive artifacts (fixes #277410)Tom McLaughlin2023-12-291-27/+63
* Merge pull request #275911 from codedownio/julia-withpackages-thomasjm-mainta...•••julia.withPackages: add thomasjm as maintainerNick Cao2023-12-221-0/+1
|\
| * julia.withPackages: let environment inherit meta from juliaTom McLaughlin2023-12-211-0/+1
* | julia.withPackages: better error message on missing nix-sha256 hashTom McLaughlin2023-12-221-1/+5
* | julia.withPackages: bump the augmented registry to pick up a few hash fixesTom McLaughlin2023-12-221-3/+3
|/
* 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. Tom McLaughlin2023-12-1417-0/+1040