Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
set_cxx_soname.patch | Set C++ library SONAME Sets library name to libnlopt_cxx.so instead of libnlopt.so for the default build (which activates C++ algorithms). |
Drew Parsons <dparsons@debian.org> | not-needed | 2020-11-18 | ||
docs_skip_mdx_math.patch | Provide nlopt-doc package with HTML documentation Debian patch docs_skip_mdx_math.patch skips mdx_math in docs. It is provided by python-markdown-math which is not packaged yet. Needed to render inline TeX maths e.g. $lb_i = ub_i$, so we'll manage without that for now. |
Drew Parsons <dparsons@debian.org> | not-needed | 2019-09-26 | ||
fix-octave-install-path.patch | Fix installation path of Octave files Without this patch, the Octave files would be installed in a path that contains the version number of the Octave version against which they were compiled. Thus, the package would need to be recompiled after each new (minor) version of Octave. The present patch makes the installation path independent from the Octave version (of course, rebuilds may still be needed because of ABI bumps). |
Sébastien Villemot <sebastien@debian.org> | not-needed | 2020-02-05 | ||
octave-private-libraries.patch | Do not link against Octave libraries Since Octave 5, the .oct files are no longer linked against Octave libraries. And since Octave 6.4.0-2 in Debian, those libraries have been made private (as does upstream by default), hence linking against them leads to a FTBFS. |
Sébastien Villemot <sebastien@debian.org> | no | 2022-01-17 | ||
mkdocs-1.3.patch | Fix FTBFS against mkdocs 1.3.0 The config option 'pages' has been removed and superseded by the 'nav' option in mkdocs 1.3.0. |
Sébastien Villemot <sebastien@debian.org> | no | debian | 2022-04-14 | |
python3.13.patch | [PATCH] Python: Replace deprecated PyEval_CallObject Closes #565 |
Julien Schueller <schueller@phimeca.com> | no | 2024-08-15 |