summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-08-04 14:40:59 +0200
committerAndreas Enge <andreas@enge.fr>2026-08-25 09:56:10 +0200
commit213e000aa77415cbbcd0ea70888b443277976641 (patch)
tree5fdf172e459f52ba2126c83da8852a3df3f15140 /gnu
parentae228f88a8e6b538b754a65ca794a11f2e791129 (diff)
gnu: Remove julia-arraylayouts.
* gnu/packages/julia-xyz.scm (julia-arraylayouts): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/julia-xyz.scm37
1 files changed, 0 insertions, 37 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 6e807f9cdff..e95feeba829 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -206,43 +206,6 @@ separate repository @code{Arpack.jl}.
206@end itemize") 206@end itemize")
207 (license license:expat))) 207 (license license:expat)))
208 208
209(define-public julia-arraylayouts
210 (package
211 (name "julia-arraylayouts")
212 (version "0.8.18")
213 (source
214 (origin
215 (method git-fetch)
216 (uri (git-reference
217 (url "https://github.com/JuliaMatrices/ArrayLayouts.jl")
218 (commit (string-append "v" version))))
219 (file-name (git-file-name name version))
220 (sha256
221 (base32 "11h0w1bqw2md5gh4dfmm1aazifcs2ydrc47hqzvav1xrx25b57z5"))))
222 (build-system julia-build-system)
223 (arguments
224 (if (not (target-x86-64?))
225 ;; This test is only broken when using openblas, not openblas-ilp64.
226 (list
227 #:phases
228 #~(modify-phases %standard-phases
229 (add-after 'unpack 'adjust-tests
230 (lambda _
231 (substitute* "test/test_layoutarray.jl"
232 (("test all\\(B") "test_broken all(B"))))))
233 '()))
234 (propagated-inputs
235 (list julia-fillarrays))
236 (native-inputs
237 (list julia-stablerngs))
238 (home-page "https://github.com/JuliaMatrices/ArrayLayouts.jl")
239 (synopsis "Array layouts and general fast linear algebra")
240 (description "This package implements a trait-based framework for describing
241array layouts such as column major, row major, etc. that can be dispatched to
242appropriate BLAS or optimised Julia linear algebra routines. This supports a
243much wider class of matrix types than Julia's in-built @code{StridedArray}.")
244 (license license:expat)))
245
246(define-public julia-astroangles 209(define-public julia-astroangles
247 (package 210 (package
248 (name "julia-astroangles") 211 (name "julia-astroangles")