[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60075] [PATCH 08/58] gnu: Remove julia-identityranges.
From: |
Efraim Flashner |
Subject: |
[bug#60075] [PATCH 08/58] gnu: Remove julia-identityranges. |
Date: |
Wed, 14 Dec 2022 22:35:06 +0200 |
* gnu/packages/julia-xyz.scm (julia-identityranges): Delete variable.
---
gnu/packages/julia-xyz.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 6ec4df3486..845e71f0f2 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2475,32 +2475,6 @@ (define-public julia-http
implementing both a client and a server.")
(license license:expat)))
-(define-public julia-identityranges
- (package
- (name "julia-identityranges")
- (version "0.3.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/JuliaArrays/IdentityRanges.jl")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0jvl4xn8f8k70sn473li5q62wbiycl5qi25b5k456h3a0j1lbiml"))))
- (build-system julia-build-system)
- (propagated-inputs
- (list julia-offsetarrays))
- (home-page "https://github.com/JuliaArrays/IdentityRanges.jl")
- (synopsis "Ranges that preserve indices of views")
- (description "@code{IdentityRanges} are Julia-language a helper type for
-creating \"views\" of arrays. They are a custom type of AbstractUnitRange that
-makes it easy to preserve the indices of array views. The key property of an
-@code{IdentityRange r} is that @code{r[i] == i} (hence the name of the
-type/package), and that they support arbitrary start/stop indices (i.e., not
-just starting at 1).")
- (license license:expat)))
-
(define-public julia-ifelse
(package
(name "julia-ifelse")
--
2.38.1
- [bug#60075] [PATCH 24/58] gnu: julia-reversediff: Update to 1.14.4., (continued)
- [bug#60075] [PATCH 24/58] gnu: julia-reversediff: Update to 1.14.4., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 15/58] gnu: julia-forwarddiff: Update to 0.10.34., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 19/58] gnu: julia-categoricalarrays: Update to 0.10.7., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 14/58] gnu: julia-diffrules: Update to 1.12.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 20/58] gnu: julia-pooledarrays: Update to 1.4.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 13/58] gnu: julia-nanmath: Update to 0.3.7., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 27/58] gnu: julia-zygote: Update to 0.6.41., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 29/58] gnu: julia-chainrulescore: Update to 1.12.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 30/58] gnu: julia-chainrulestestutils: Update to 1.5.1., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 31/58] gnu: Add julia-realdot., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 08/58] gnu: Remove julia-identityranges.,
Efraim Flashner <=
- [bug#60075] [PATCH 22/58] gnu: julia-offsetarrays: Update to 1.12.8., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 28/58] gnu: julia-nnlib: Update to 0.7.34., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 07/58] gnu: julia-imagetransformations: Update to 0.9.5., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 23/58] gnu: julia-dataframes: Update to 1.3.6., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 25/58] gnu: julia-functors: Update to 0.4.1., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 26/58] gnu: julia-zygoterules: Update to 0.2.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 34/58] gnu: julia-tracker: Update to 0.2.22., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 39/58] gnu: julia-requires: Update to 1.3.0., Efraim Flashner, 2022/12/14