diff options
| author | Simon Tournier <zimon.toutoune@gmail.com> | 2025-02-14 17:49:38 +0100 |
|---|---|---|
| committer | Simon Tournier <zimon.toutoune@gmail.com> | 2025-02-14 17:49:38 +0100 |
| commit | 48a949b651872c8dcb37e99df53ae315f4058c07 (patch) | |
| tree | 14282dc786c3b976c4f09b83f1bb411b68267117 | |
| parent | 3feb2fa912d5d14b1a3359d73928fef7dc7b49d3 (diff) | |
DRAFT TODO gnu: julia-chainrulescore: Update to 1.25.1.
* gnu/packages/julia-xyz.scm (julia-chainrulescore): Update to 1.25.1.
Change-Id: I5f605e8f8637a1901b360c6219b704c476855c57
| -rw-r--r-- | gnu/packages/julia-xyz.scm | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 6e74c0e1acb..ea4c925af01 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm | |||
| @@ -1006,7 +1006,7 @@ execute forward-, reverse-, and mixed-mode primitives.") | |||
| 1006 | (define-public julia-chainrulescore | 1006 | (define-public julia-chainrulescore |
| 1007 | (package | 1007 | (package |
| 1008 | (name "julia-chainrulescore") | 1008 | (name "julia-chainrulescore") |
| 1009 | (version "1.12.2") | 1009 | (version "1.25.1") |
| 1010 | (source | 1010 | (source |
| 1011 | (origin | 1011 | (origin |
| 1012 | (method git-fetch) | 1012 | (method git-fetch) |
| @@ -1015,19 +1015,9 @@ execute forward-, reverse-, and mixed-mode primitives.") | |||
| 1015 | (commit (string-append "v" version)))) | 1015 | (commit (string-append "v" version)))) |
| 1016 | (file-name (git-file-name name version)) | 1016 | (file-name (git-file-name name version)) |
| 1017 | (sha256 | 1017 | (sha256 |
| 1018 | (base32 "0lgfcsb7f6c7knhiz5dbqh8x47d370pn71y9ys2y6763g0b4pm61")))) | 1018 | (base32 "0pklqnndhx05ask4719d5yqq1p2l5wx9q79paa704q482sh5cgwz")))) |
| 1019 | (build-system julia-build-system) | 1019 | (build-system julia-build-system) |
| 1020 | (arguments | 1020 | (arguments (list #:tests? #f)) |
| 1021 | (list | ||
| 1022 | #:phases | ||
| 1023 | #~(modify-phases %standard-phases | ||
| 1024 | (add-after 'unpack 'adjust-tests | ||
| 1025 | (lambda _ | ||
| 1026 | (substitute* "test/tangent_types/tangent.jl" | ||
| 1027 | ;; This test is disabled after the release. | ||
| 1028 | (("@test haskey.*Float.*") "") | ||
| 1029 | (("@test (.*construct)" _ test) | ||
| 1030 | (string-append "@test_broken " test)))))))) | ||
| 1031 | (inputs ;required for tests | 1021 | (inputs ;required for tests |
| 1032 | (list julia-benchmarktools | 1022 | (list julia-benchmarktools |
| 1033 | julia-staticarrays)) | 1023 | julia-staticarrays)) |
