Bug#885224: nlopt: please migrate to guile-2.2

Sergey B Kirpichev skirpichev at gmail.com
Mon Dec 24 11:34:24 GMT 2018


On Fri, 6 Jul 2018 15:29:48 +0200 Andreas Tille <tille at debian.org> wrote:
> I've checked this by simply replacing Build-Depends like this:
> 
> 
> diff --git a/debian/control b/debian/control
> index 600f8f1..ba9335d 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 11~),
>                 dh-octave,
>                 python-all-dev,
>                 python-numpy,
> -               guile-2.0,
> -               guile-2.0-dev,
> +               guile-2.2,
> +               guile-2.2-dev,
>                 dh-exec
>  Standards-Version: 4.1.4
>  Vcs-Browser: https://salsa.debian.org/science-team/nlopt
> @@ -175,7 +175,7 @@ Section: libs
>  Depends: libnlopt0 (= ${binary:Version}),
>           ${shlibs:Depends},
>           ${misc:Depends},
> -         guile-2.0
> +         guile-2.2
>  Pre-Depends: ${misc:Pre-Depends}
>  Description: nonlinear optimization library -- Guile bindings
>   NLopt is a free/open-source library for nonlinear optimization, providing
> 
> 
> Unfortunately this does not work and leads to build errors.  Some
> patches would be welcome.

I suspect, this is fixed in newer version, published
on Github.  I'll try to adapt package to build nlopt-2.5.0 (there
are some major changes like changing build system to cmake).



More information about the debian-science-maintainers mailing list