guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e170e2f96c4a64a867a2730d67b4b4c0abd74941
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 4 14:37:27 2026 +0200

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

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 321fa47ae6..5113d03aba 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4599,35 +4599,6 @@ still being completely generic
 @code{NaN} instead of throwing a @code{DomainError}.")
     (license license:expat)))
 
-(define-public julia-nlsolversbase
-  (package
-    (name "julia-nlsolversbase")
-    (version "7.8.0")
-    (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/JuliaNLSolvers/NLSolversBase.jl";)
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32 "0n8qh5a2ghjx1j70zxn0hmh8gzpa46kmjg8di879y9974bfk0f98"))))
-    (build-system julia-build-system)
-    (propagated-inputs
-     (list julia-diffresults
-           julia-finitediff
-           julia-forwarddiff))
-    (native-inputs
-     (list julia-optimtestproblems
-           julia-recursivearraytools))
-    (home-page "https://github.com/JuliaNLSolvers/NLSolversBase.jl";)
-    (synopsis "Optimization and equation solver software in JuliaNLSolvers")
-    (description "This package aims at establishing common ground for Optim.jl,
-LineSearches.jl, and NLsolve.jl.  The common ground is mainly the types used to
-hold objective related callables, information about the objectives, and an
-interface to interact with these types.")
-    (license license:expat)))
-
 (define-public julia-nnlib
   (package
     (name "julia-nnlib")

Reply via email to