1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: nlopt: Fix python bindings.

* gnu/packages/maths.scm (nlopt)[inputs]: Move python...
[native-inputs]: ...here. Add python-numpy.

Change-Id: I38b976a65aed412863a5a7cd498c7f2ddcc79b55
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Reza Housseini
2025-11-19 11:33:02 +01:00
committed by Andreas Enge
parent 2a2fe7705e
commit f5079ae69e

View File

@@ -2664,8 +2664,8 @@ with the provided training tools.")
""
,(format #f "~a/lib/guile/3.0/extensions/" out))))))
(setenv "NLOPT_UNINSTALLED" "1")))))))
(inputs (list guile-3.0 octave python))
(native-inputs (list pkg-config swig-4.0))
(inputs (list guile-3.0 octave))
(native-inputs (list pkg-config python python-numpy swig-4.0))
(home-page "http://ab-initio.mit.edu/wiki/")
(synopsis "Library for nonlinear optimization")
(description "NLopt is a library for nonlinear optimization, providing a