guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 128bf42ba25014ed1bafbcaad7117329ad463801
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 4 14:38:45 2026 +0200

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

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index ea07cbafa3..7a230145f4 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3497,47 +3497,6 @@ the Julia language.  It has the goals of ease-of-use, 
broad algorithmic support,
 and exceptional performance.")
     (license license:expat)))
 
-(define-public julia-intervalsets
-  (package
-    (name "julia-intervalsets")
-    (version "0.5.3")
-    (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/JuliaMath/IntervalSets.jl";)
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32 "0gsz89cd3iygbl5qr389k9vwpg7w1nk0s90g25nsmk34y9hifxag"))))
-    (build-system julia-build-system)
-    (arguments
-     (list
-      #:phases
-      (if (target-x86-32?)
-          #~(modify-phases %standard-phases
-              (add-after 'unpack 'remove-failing-test-i686
-                (lambda _
-                  (substitute* "test/runtests.jl"
-                    ;; For some reason, the output is correct but the test
-                    ;; is considered as failed:
-                    ;; Expression: duration(ClosedInterval(A, B)) ≡ 60
-                    ;; Evaluated: 60 ≡ 60
-                    (("@test duration\\(ClosedInterval")
-                     "@test_broken duration(ClosedInterval")))))
-          #~%standard-phases)))
-    (propagated-inputs
-     (list julia-ellipsisnotation))
-    (native-inputs
-     (list julia-offsetarrays))
-    (home-page "https://github.com/JuliaMath/IntervalSets.jl";)
-    (synopsis "Interval Sets for Julia")
-    (description "This package is intended to implement a \"minimal\" 
foundation
-for intervals upon which other packages might build.  In particular, we
-encourage type-piracy for the reason that only one interval package can
-unambiguously define the @code{..} and @code{±} operators.")
-    (license license:expat)))
-
 (define-public julia-intervaltrees
   ;; Last upstream release on May 2020 and this last release does not contain
   ;; the file Project.toml.

Reply via email to