mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: julia-arrayinterface: Update to 5.0.8.
* gnu/packages/julia-xyz.scm (julia-arrayinterface): Update to 5.0.8. [propagated-inputs]: Remove julia-static; add julia-compat and julia-static-0.6. [native-inputs]: Add julia-static-0.6.
This commit is contained in:
parent
3dc512f9a2
commit
1529ba07de
1 changed files with 6 additions and 4 deletions
|
@ -149,7 +149,7 @@ (define-public julia-aqua
|
|||
(define-public julia-arrayinterface
|
||||
(package
|
||||
(name "julia-arrayinterface")
|
||||
(version "3.1.19")
|
||||
(version "5.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -158,7 +158,7 @@ (define-public julia-arrayinterface
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cmldnzvdgmfnrnrzgj6v1mfr2rvk5096392rwmhd3iyx7v0pq33"))))
|
||||
(base32 "0b0h4ihc8sykd96rn16vpk5kfk0p1si5iim61cixk9x12ma8ia3h"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
;; XXXX: Unexpected failures for i686, e.g.,
|
||||
|
@ -168,15 +168,17 @@ (define-public julia-arrayinterface
|
|||
(list #:tests? (not (or (%current-target-system)
|
||||
(target-x86-32?)))))
|
||||
(propagated-inputs
|
||||
(list julia-ifelse
|
||||
(list julia-compat
|
||||
julia-ifelse
|
||||
julia-requires
|
||||
julia-static))
|
||||
julia-static-0.6))
|
||||
(native-inputs
|
||||
(list julia-aqua
|
||||
julia-bandedmatrices
|
||||
julia-blockbandedmatrices
|
||||
julia-ifelse
|
||||
julia-offsetarrays
|
||||
julia-static-0.6
|
||||
julia-staticarrays))
|
||||
(home-page "https://github.com/JuliaArrays/ArrayInterface.jl")
|
||||
(synopsis "Base array interface primitives")
|
||||
|
|
Loading…
Reference in a new issue