thomasjm
f94050dd24
julia.withPackages: use 4-space indentation for consistency
2024-10-15 21:48:15 -04:00
thomasjm
d51280ffba
julia.withPackages: pass extra args to update_package_add for julia 1.11+
2024-10-15 21:48:02 -04:00
thomasjm
c61ac9e1ea
julia.withPackages: move julia resolve code to its own file
2024-10-15 21:47:40 -04:00
thomasjm
ff29338aa9
julia.withPackages: remove handling for julia_16
2024-10-15 21:46:39 -04:00
Stefan Frijters
085724ef17
julia-modules: move makeWrapper to nativeBuildInputs
2024-09-05 10:25:38 +02:00
Felix Buehler
9b63020bc6
julia.withPackages: remove 'with lib;'
2024-08-16 16:09:03 +02:00
Peder Bergebakken Sundt
dfbc165dc7
treewide: remove nested let-in
2024-08-09 03:58:35 +02:00
Felix Bühler
03c7f5b7a5
Merge pull request #323628 from Stunkymonkey/treewide-ls-remove
...
treewide: remove printed 'ls'
2024-07-18 00:47:45 +02:00
Nick Cao
c99ceeab58
Merge pull request #324004 from codedownio/julia-withpackages-override-fix
...
julia.withPackages: fix for overrides not in a registry
2024-07-04 21:23:38 -04:00
thomasjm
729e2822ff
julia.withPackages: fix for overrides not in a registry
2024-07-03 18:12:44 -07:00
Felix Buehler
3a2073ec5b
treewide: remove printed 'ls'
2024-07-03 23:08:14 +02:00
thomasjm
e0ce7570a2
julia.withPackages: fix weak deps on Julia 1.10
2024-07-01 23:40:53 -07:00
thomasjm
eac352421d
julia.withPackages: bump registry to latest
2024-07-01 23:40:41 -07:00
thomasjm
9a582b1334
julia.withPackages: add a comment about Git usage
2024-07-01 23:39:34 -07:00
Pyrox
e4556a5877
julia-top-n: fix self-inclusive src
2024-06-17 13:26:17 -04:00
Nick Cao
ce653dce76
Merge pull request #316084 from codedownio/fix-julia-withpkgs-git
...
julia.withPackages: fix compatibility with new git security features
2024-05-31 14:54:30 -04:00
thomasjm
6946c3342e
julia.withPackages: be able to test different julia attrs
2024-05-31 01:06:44 -07:00
thomasjm
4ebab7e86d
julia.withPackages: fix compatibility with new git security features ( #315890 )
2024-05-31 00:48:27 -07:00
isabel
63aceac766
treewide: remove unused occurence of fetchFromGitHub argument
2024-05-30 05:56:07 +00:00
Peter Waller
a4c899381e
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>
2024-05-03 15:27:28 +01:00
thomasjm
10c3c185c6
julia.withPackages: fix some artifact builds
2024-03-13 02:17:31 -07:00
Tom McLaughlin
00c8a2b81d
julia.withPackages: add tests
2024-01-05 17:50:46 -08:00
Tom McLaughlin
2402762c6f
julia.withPackages: fix transitive weak-deps resolving
2024-01-03 16:33:51 -08:00
Tom McLaughlin
e9cdd5fae8
julia.withPackages: handle non-archive artifacts ( fixes #277410 )
2023-12-29 14:56:09 -07:00
Nick Cao
5c55482a29
Merge pull request #275911 from codedownio/julia-withpackages-thomasjm-maintainer
...
julia.withPackages: add thomasjm as maintainer
2023-12-22 09:47:37 -05:00
Tom McLaughlin
df22fb01df
julia.withPackages: better error message on missing nix-sha256 hash
2023-12-22 01:15:42 -07:00
Tom McLaughlin
820f1a3bbe
julia.withPackages: bump the augmented registry to pick up a few hash fixes
2023-12-22 01:15:02 -07: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