guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 89a68c06594ce94d680941cc6c6a0a8c303996e3
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 4 14:40:25 2026 +0200
gnu: Remove julia-bandedmatrices.
* gnu/packages/julia-xyz.scm (julia-bandedmatrices): Delete variable.
---
gnu/packages/julia-xyz.scm | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 27a9811a33..f93b3f3902 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -371,43 +371,6 @@ typically apply along the columns of a matrix, you can
instead pick an arbitrary
axis (dimension).")
(license license:expat)))
-(define-public julia-bandedmatrices
- (package
- (name "julia-bandedmatrices")
- (version "0.17.9")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/JuliaMatrices/BandedMatrices.jl")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0nrcasjdpwf15z7l2lzyhxjqxlnqk5if78s15sh4gdgxf9kzj3a6"))
- (snippet
- #~(begin
- (use-modules (guix build utils))
- ;; From upstream commit 8bbf901bb7fb417fe90be26e0cd9a141cfdfe19c,
- ;; included in 0.17.34.
- (substitute* "src/BandedMatrices.jl"
- (("const libblas = Base\\.libblas_name")
- "const libblas = LinearAlgebra.BLAS.libblas")
- (("const liblapack = Base\\.liblapack_name")
- "const liblapack = LinearAlgebra.BLAS.liblapack"))))))
- (build-system julia-build-system)
- (propagated-inputs
- (list julia-aqua
- julia-arraylayouts
- julia-fillarrays))
- (native-inputs
- (list julia-aqua
- julia-genericlinearalgebra))
- (home-page "https://github.com/JuliaMatrices/BandedMatrices.jl")
- (synopsis "Julia package for representing banded matrices")
- (description "This package supports representing banded matrices by only
-the entries on the bands.")
- (license license:expat)))
-
(define-public julia-benchmarktools
(package
(name "julia-benchmarktools")