guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 771a2d342ee5582e6c141f6499e5e508ce573deb
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 4 14:39:49 2026 +0200

    gnu: Remove julia-blockbandedmatrices.
    
    * gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Delete variable.
---
 gnu/packages/julia-xyz.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 81fc968161..6ec1c92e29 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
 access to the full matrix to use in in for example a linear solver.")
     (license license:expat)))
 
-(define-public julia-blockbandedmatrices
-  (package
-    (name "julia-blockbandedmatrices")
-    (version "0.11.9")
-    (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/JuliaMatrices/BlockBandedMatrices.jl";)
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32 "1qag5awl8cmsyhpajv6llhpqbzxfii1bacppbjvmb1fqs9s0lifd"))))
-    (build-system julia-build-system)
-    (propagated-inputs
-     (list julia-arraylayouts
-           julia-bandedmatrices
-           julia-blockarrays
-           julia-fillarrays
-           julia-matrixfactorizations))
-    (home-page "https://github.com/JuliaMatrices/BlockBandedMatrices.jl";)
-    (synopsis "Block-banded matrices and banded-block-banded matrices")
-    (description "This package supports representing block-banded and
-banded-block-banded matrices by only storing the entries in the non-zero bands.
-A @code{BlockBandedMatrix} is a subtype of @code{BlockMatrix} of
-@code{BlockArrays.jl} whose layout of non-zero blocks is banded.")
-    (license license:expat)))
-
 (define-public julia-bson
   (package
     (name "julia-bson")

Reply via email to