Nick Cao
bc84d24ec9
julia_111: 1.11.0 -> 1.11.1
2024-10-16 19:16:03 -04:00
Nick Cao
1b5cd03b92
julia_111-bin: 1.11.0 -> 1.11.1
2024-10-16 19:13:39 -04:00
Nick Cao
0c4b516b28
julia_16-bin: drop
2024-10-11 16:09:12 -04:00
Nick Cao
e957f43d11
julia_111: init at 1.11.0
2024-10-11 16:09:12 -04:00
Nick Cao
89dcf5ffc4
julia_111-bin: init at 1.11.0
2024-10-11 16:09:11 -04:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Nick Cao
c2a6b2e909
julia: fix build by adding zlib to buildInputs
2024-08-08 15:25:00 -04:00
MilesCranmer
5d99a8dc80
julia: update JULIA_CPU_TARGET from latest upstream settings
2024-06-08 20:53:49 +01:00
Nick Cao
e0399f66a7
julia_110: 1.10.3 -> 1.10.4
2024-06-04 19:01:45 -04:00
Nick Cao
ab880c58dc
julia_110-bin: 1.10.3 -> 1.10.4
2024-06-04 19:01:44 -04:00
Nick Cao
8acafcff69
Merge pull request #308070 from NickCao/julia
...
julia_110: 1.10.2 -> 1.10.3
2024-05-07 19:07:11 -04:00
Peder Bergebakken Sundt
db15bbc3d5
treewide: remove unreferenced patch files ( #308127 )
...
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2024-05-02 12:41:45 +00:00
Nick Cao
0d4729da83
julia_110: 1.10.2 -> 1.10.3
2024-04-30 14:42:16 -04:00
Nick Cao
ccbd91e98f
julia_110-bin: 1.10.2 -> 1.10.3
2024-04-30 14:39:47 -04:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Nick Cao
25dfe767ba
julia_110-bin: 1.10.1 -> 1.10.2
2024-03-01 21:40:54 -05:00
Nick Cao
4c95815403
julia_110-bin: 1.10.0 -> 1.10.1
2024-03-01 21:37:51 -05:00
Nick Cao
59225e7e00
julia_110: 1.10.1 -> 1.10.2
2024-03-01 21:37:50 -05:00
Nick Cao
45b0db0e3f
julia_110: 1.10.0 -> 1.10.1
2024-03-01 21:37:50 -05:00
Nick Cao
1193b2fe31
julia-bin: skip more flaky tests
2024-01-25 07:37:48 -05:00
Nick Cao
9965625325
julia_110: skip more flaky tests
2024-01-25 07:35:18 -05:00
Nick Cao
849371a0a5
julia_1{9,10}-bin: deduplicate common code
2024-01-11 21:48:47 -05:00
Nick Cao
e2ada3ce79
julia_1{9,10}: deduplicate common code
2024-01-11 11:33:23 -05:00
Nick Cao
fd37c3101b
julia_18{,-bin}: drop as it has reached end of life
2024-01-11 11:17:34 -05:00
Nick Cao
19799b28e1
julia_110: init at 1.10.0
2024-01-10 21:18:40 -05:00
Nick Cao
1233e6952e
julia_110-bin: init at 1.10.0
2024-01-10 20:01:21 -05:00
Nick Cao
1d6afa959b
julia_16-bin: 1.6.6 -> 1.6.7
2023-12-26 17:05:44 -05:00
Tom McLaughlin
4fd3f8de6c
julia: add thomasjm as maintainer
2023-12-21 16:17:59 -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
Nick Cao
d604a7ea43
julia_19-bin: 1.9.3 -> 1.9.4
2023-11-14 13:51:21 -05:00
Nick Cao
d307bbb5c4
julia_19: 1.9.3 -> 1.9.4
...
Diff: https://github.com/JuliaLang/julia/compare/None...v1.9.4
2023-11-14 13:48:38 -05:00
Sergey Volkov
4bc0e5fbc8
julia: fix URL to building instruction in README
...
Instructions in the upstream were redone and splitted to separate
files for different platforms.
2023-10-25 13:05:58 +02:00
Nick Cao
84f4cad1ec
julia_19-bin: 1.9.2 -> 1.9.3
2023-08-25 10:35:17 +08:00
Nick Cao
d4dce223ef
julia_19: 1.9.2 -> 1.9.3
...
Diff: https://github.com/JuliaLang/julia/compare/v1.9.2...v1.9.3
2023-08-25 10:32:07 +08:00
Nick Cao
0fe1529f1a
julia_19: disable install check for aarch64-linux
2023-08-19 19:58:42 +08:00
Nick Cao
efbb6ed944
julia_19: 1.9.1 -> 1.9.2
...
Diff: https://github.com/JuliaLang/julia/compare/None...v1.9.2
2023-07-11 10:26:52 +08:00
Nick Cao
c9ff9e4bb9
julia_19-bin: 1.9.1 -> 1.9.2
2023-07-11 10:14:13 +08:00
Nick Cao
729058d86a
Merge pull request #236649 from NickCao/julia
...
julia_19: 1.9.0 -> 1.9.1
2023-06-08 21:07:19 -06:00
Weijia Wang
6ea0aa6814
julia_19-bin: 1.9.0 -> 1.9.1
2023-06-08 16:36:27 +03:00
Nick Cao
d4886a0689
julia_19: 1.9.0 -> 1.9.1
...
Diff: https://github.com/JuliaLang/julia/compare/v1.9.0...v1.9.1
2023-06-08 19:56:32 +08:00
Gaetan Lepage
242173b0f2
julia-bin: 1.8.5 -> 1.9.0
2023-05-12 15:50:31 +02:00
Gaetan Lepage
2f82431c7f
julia: 1.8.5 -> 1.9.0
2023-05-09 23:57:28 +02:00
Nick Cao
adfc3fec36
julia_19: 1.9.0-beta4 -> 1.9.0-rc1
2023-03-09 23:41:38 +08:00
Joshua Niemelä
a4f7cd5fe3
julia_19: add joshniemela to maintainers
2023-02-18 02:59:03 +01:00
Joshua Niemelä
e37ca9c317
julia_19: 1.9.0-beta2 -> 1.9.0-beta4
2023-02-17 14:33:13 +01:00
Pontus Stenetorp
e4da279361
treewide: remove ninjin as maintainer
2023-01-20 14:30:48 +00:00
Weijia Wang
a862d89303
julia_18-bin: add darwin support
2023-01-17 02:11:22 +01:00
Nick Cao
f3bde26086
Merge pull request #210315 from NickCao/julia_19
...
julia_19: init at 1.9.0-beta2
2023-01-13 13:49:09 +08:00
Nick Cao
a0d2fa17be
julia_19: init at 1.9.0-beta2
2023-01-12 16:39:56 +08:00
Mario Rodas
7b9bc04277
Merge pull request #209985 from r-ryantm/auto-update/julia_18
...
julia_18: 1.8.4 -> 1.8.5
2023-01-12 02:51:28 -05:00