Commit Graph

311 Commits

Author SHA1 Message Date
Sergei Volkov
5e6337bc53 julia_110: 1.10.11 -> 1.10.12 2026-08-16 20:26:11 +02:00
Sergei Volkov
932f293361 julia_110-bin: 1.10.11 -> 1.10.12 2026-08-16 20:26:07 +02:00
Sergei Volkov
224597ded0 julia_112: 1.12.6 -> 1.12.7 2026-08-16 10:28:26 +02:00
Sergei Volkov
35a5df33f4 julia_112-bin: 1.12.6 -> 1.12.7 2026-08-16 10:28:26 +02:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
Weijia Wang
88115fd457 julia_110{,-bin}: 1.10.10 -> 1.10.11 (#498871) 2026-04-28 08:50:19 +00:00
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
Sergei Volkov
fc0efc8eee julia_112: 1.12.5 -> 1.12.6 2026-04-11 13:48:41 +02:00
Sergei Volkov
3277245523 julia_112-bin: 1.12.5 -> 1.12.6 2026-04-11 13:48:28 +02:00
Sergei Volkov
07247c6c55 julia_110-bin: 1.10.10 -> 1.10.11 2026-03-11 14:20:43 +01:00
Sergei Volkov
786bcc30c9 julia_110: 1.10.10 -> 1.10.11 2026-03-11 14:00:04 +01:00
Weijia Wang
e958e43435 julia_111{,-bin}: 1.11.8 -> 1.11.9 (#488402) 2026-03-03 11:01:55 +00:00
Sergei Volkov
7658e534c0 julia_112: 1.12.4 -> 1.12.5 2026-02-11 08:37:48 +01:00
Sergei Volkov
b10ec5ecc5 julia_112-bin: 1.12.4 -> 1.12.5 2026-02-10 22:45:03 +01:00
Sergei Volkov
4a687cabf9 julia_111: 1.11.8 -> 1.11.9 2026-02-09 08:34:52 +01:00
Sergei Volkov
9954dc4e02 julia_111-bin: 1.11.8 -> 1.11.9 2026-02-08 17:58:25 +01:00
Sergey Volkov
9944f22905 julia_112: 1.12.1 -> 1.12.4 2026-01-21 22:46:39 +01:00
Sergei Volkov
2a09f86daf julia_112: fix building 2026-01-19 12:27:09 +01:00
Weijia Wang
16ea3e1342 julia_111{,-bin}: 1.11.7 -> 1.11.8 (#479839) 2026-01-16 12:46:08 +00:00
Nick Cao
80b6284a3b julia_{110,111}: build with gcc 14 2026-01-13 17:56:10 -05:00
Nick Cao
1274269575 julia_111-bin: 1.11.7 -> 1.11.8 2026-01-13 16:43:24 -05:00
Nick Cao
7a63b1cc0f julia_111: 1.11.7 -> 1.11.8 2026-01-13 16:42:05 -05:00
Sergei Volkov
9436c4fdc0 julia_112-bin: 1.12.3 -> 1.12.4 2026-01-08 17:49:47 +01:00
7c6f434c
db88f34eb3 Julia_112-bin: 1.12.1 -> 1.12.3 (#464242) 2025-12-19 07:31:33 +00:00
Sergey Volkov
c7ff202af4 julia_112-bin: 1.12.1 -> 1.12.3 2025-12-18 11:24:20 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Sergey Volkov
e1147dbecd julia: move skipped tests from vendored patches to package code 2025-10-29 15:21:16 +01:00
Sergey Volkov
81cf417d43 julia_19{,-bin}: drop 2025-10-29 15:16:12 +01:00
Sergey Volkov
ac8888bd11 julia: add taranarmo to maintainers 2025-10-29 15:16:12 +01:00
Weijia Wang
55fa66ffe9 julia_110: fix build with cmake 4 2025-10-23 20:08:56 +02:00
Sergey Volkov
f99dc0652e julia_112: init at 1.12.1 2025-10-23 15:28:57 +02:00
Sergey Volkov
7aa6e24987 julia_112-bin: init at 1.12.1 2025-10-23 15:28:46 +02:00
Gaétan Lepage
55f2008c61 julia_110{,-bin}: 1.10.9 -> 1.10.10 (#443877) 2025-09-22 15:49:40 +00:00
Nick Cao
1e99817c08 julia_110-bin: 1.10.9 -> 1.10.10 2025-09-17 17:46:51 -04:00
Nick Cao
b91a7322fb julia_110: 1.10.9 -> 1.10.10 2025-09-17 17:46:51 -04:00
Nick Cao
2608a87788 julia_111-bin: 1.11.6 -> 1.11.7 2025-09-16 18:44:42 -04:00
Nick Cao
00470853e5 julia_111: 1.11.6 -> 1.11.7 2025-09-16 18:43:09 -04:00
Ben Siraphob
2f77d9aa7c pkgs: fix README typos 2025-08-27 11:46:28 -07:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Weijia Wang
aa9abfd720 julia_111: 1.11.5 -> 1.11.6 2025-07-11 22:49:57 -05:00
Weijia Wang
2cc3ecba01 julia_111-bin: 1.11.5 -> 1.11.6 2025-07-11 22:49:44 -05:00
Tristan Ross
8b39978a84 julia: fix building on aarch64-linux 2025-05-01 13:01:11 -07:00
Nick Cao
4afe781eb8 julia_111: 1.11.4 -> 1.11.5 2025-04-14 19:44:05 -04:00
Nick Cao
966616b59c julia_111-bin: 1.11.4 -> 1.11.5 2025-04-14 19:42:22 -04:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Nick Cao
ea4edc44cc julia_111: 1.11.3 -> 1.11.4 2025-03-11 15:05:52 -04:00
Nick Cao
f105c8e973 julia_111-bin: 1.11.3 -> 1.11.4 2025-03-11 15:05:52 -04:00
Nick Cao
c8ece57f16 julia_110: 1.10.8 -> 1.10.9 2025-03-11 15:05:51 -04:00
Nick Cao
80ba690907 julia_110-bin: 1.10.8 -> 1.10.9 2025-03-11 15:05:51 -04:00
Nick Cao
237c868837 julia_110: revert upstream commit breaking build 2025-01-25 14:39:02 -05:00