summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-08-04 14:39:49 +0200
committerAndreas Enge <andreas@enge.fr>2026-08-25 09:56:05 +0200
commit771a2d342ee5582e6c141f6499e5e508ce573deb (patch)
tree764ad73622eb9ae3886a5d17730d78bdd9551a05 /gnu
parent311e0bb563a37e93c2531638d52c1efaf19f42c8 (diff)
gnu: Remove julia-blockbandedmatrices.
* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/julia-xyz.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 81fc968161a..6ec1c92e29f 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -694,34 +694,6 @@ extraction and insertion of blocks while @code{PseudoBlockArray} supports fast
694access to the full matrix to use in in for example a linear solver.") 694access to the full matrix to use in in for example a linear solver.")
695 (license license:expat))) 695 (license license:expat)))
696 696
697(define-public julia-blockbandedmatrices
698 (package
699 (name "julia-blockbandedmatrices")
700 (version "0.11.9")
701 (source
702 (origin
703 (method git-fetch)
704 (uri (git-reference
705 (url "https://github.com/JuliaMatrices/BlockBandedMatrices.jl")
706 (commit (string-append "v" version))))
707 (file-name (git-file-name name version))
708 (sha256
709 (base32 "1qag5awl8cmsyhpajv6llhpqbzxfii1bacppbjvmb1fqs9s0lifd"))))
710 (build-system julia-build-system)
711 (propagated-inputs
712 (list julia-arraylayouts
713 julia-bandedmatrices
714 julia-blockarrays
715 julia-fillarrays
716 julia-matrixfactorizations))
717 (home-page "https://github.com/JuliaMatrices/BlockBandedMatrices.jl")
718 (synopsis "Block-banded matrices and banded-block-banded matrices")
719 (description "This package supports representing block-banded and
720banded-block-banded matrices by only storing the entries in the non-zero bands.
721A @code{BlockBandedMatrix} is a subtype of @code{BlockMatrix} of
722@code{BlockArrays.jl} whose layout of non-zero blocks is banded.")
723 (license license:expat)))
724
725(define-public julia-bson 697(define-public julia-bson
726 (package 698 (package
727 (name "julia-bson") 699 (name "julia-bson")