GNU bug report logs -
#78796
[PATCH] gnu: nlopt: Update to 2.10.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sun, 15 Jun 2025 07:09:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78796 in the body.
You can then email your comments to 78796 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#78796
; Package
guix-patches
.
(Sun, 15 Jun 2025 07:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 15 Jun 2025 07:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (nlopt): Update to 2.10.0.
[arguments]<#:configure-flags>: Turn on building tests.
Change-Id: I78106ae3379b2cb3c896dcc1314da966fcd0b9a9
---
gnu/packages/maths.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e6306c081d..2f6f7f37f6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2590,7 +2590,7 @@ (define-public n2p2
(define-public nlopt
(package
(name "nlopt")
- (version "2.7.1")
+ (version "2.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2598,10 +2598,12 @@ (define-public nlopt
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1xpdza28i8w441fwv6a5f3qk4zi7ys6ws9fx6kr5ny27dfdz6rr1"))))
+ (base32 "04257r7a1bjmm6hznf9v6fimz2p93dk745sf89wmxzhg3rh0ak44"))))
(build-system cmake-build-system)
(arguments
- `(#:phases
+ `(#:configure-flags
+ (list "-DNLOPT_TESTS=ON")
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'set-libnlopt-file-name
(lambda* (#:key outputs #:allow-other-keys)
base-commit: cf09bda7c52664b99ad2928e757cbac0e037829c
--
2.43.0
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sun, 15 Jun 2025 17:00:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Sun, 15 Jun 2025 17:00:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 78796-done <at> debbugs.gnu.org (full text, mbox):
Hello Andy,
after checking that all direct dependents that built before do still
build, I have pushed this patch. While it does not (yet) help with
updating octave, it at least makes some progress. Thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Jul 2025 11:24:39 GMT)
Full text and
rfc822 format available.
This bug report was last modified 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.