summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-08-04 14:37:53 +0200
committerAndreas Enge <andreas@enge.fr>2026-08-25 09:55:55 +0200
commit1c42a259fd5299ffa72317d413a9ea208d24cdce (patch)
tree7606e124fc45878c439b8f0dbfebdb9b8eff2cf1 /gnu
parente170e2f96c4a64a867a2730d67b4b4c0abd74941 (diff)
gnu: Remove julia-axisarrays.
* gnu/packages/julia-xyz.scm (julia-axisarrays): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/julia-xyz.scm31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 5113d03abad..f4a77781e55 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -416,37 +416,6 @@ typically apply along the columns of a matrix, you can instead pick an arbitrary
416axis (dimension).") 416axis (dimension).")
417 (license license:expat))) 417 (license license:expat)))
418 418
419(define-public julia-axisarrays
420 (package
421 (name "julia-axisarrays")
422 (version "0.4.6")
423 (source
424 (origin
425 (method git-fetch)
426 (uri (git-reference
427 (url "https://github.com/JuliaArrays/AxisArrays.jl")
428 (commit (string-append "v" version))))
429 (file-name (git-file-name name version))
430 (sha256
431 (base32 "1bsd6y866ldfb4072hfm8fvc2k0vy72z2blcwfy2mpj8dlyskx3n"))))
432 (build-system julia-build-system)
433 (propagated-inputs
434 (list julia-rangearrays
435 julia-intervalsets
436 julia-itertools))
437 (native-inputs
438 (list julia-offsetarrays
439 julia-unitful))
440 (home-page "http://juliaarrays.github.io/AxisArrays.jl/latest/")
441 (synopsis "Arrays where each dimension can have a named axis with values")
442 (description "This package for the Julia language provides an array type
443(the AxisArray) that knows about its dimension names and axis values. This
444allows for indexing by name without incurring any runtime overhead. This
445permits one to implement algorithms that are oblivious to the storage order of
446the underlying arrays. AxisArrays can also be indexed by the values along their
447axes, allowing column names or interval selections.")
448 (license license:expat)))
449
450(define-public julia-bandedmatrices 419(define-public julia-bandedmatrices
451 (package 420 (package
452 (name "julia-bandedmatrices") 421 (name "julia-bandedmatrices")