Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

octave-nlopt_optimize-2.7.1-3.9 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: octave-nlopt_optimize Distribution: openSUSE Tumbleweed
Version: 2.7.1 Vendor: openSUSE
Release: 3.9 Build date: Sat Nov 19 22:10:10 2022
Group: Productivity/Scientific/Math Build host: obs-arm-11
Size: 151066 Source RPM: nlopt-2.7.1-3.9.src.rpm
Packager: http://bugs.opensuse.org
Url: https://nlopt.readthedocs.io/en/latest/
Summary: Octave interface to nonlinear optimization libray
NLopt is a free/open-source library for nonlinear optimization,
providing a common interface for a number of different free
optimization routines available online as well as original
implementations of various other algorithms.

This package contains the Octave interface for NLopt.

Provides

Requires

License

LGPL-2.0-only

Changelog

* Fri Feb 11 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Build for all supported python flavours.
  - Edit flavor names so that auto-generated python packages are
    called pythonXY-nlopt and not pythonXY-nlopt-bindings; no-name
    flavor now builds the bindings, while "main" flavor builds the
    main C/C++ library and devel package.
* Tue Feb 08 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Split bindings into separate build, to avoid the octave (and
    thus Java, Qt5, ...) dependency. Also allows to build the
    library on SLE 15.x.
  - Adjust Python3 package name (python-nlopt -> python3-nlopt)
* Tue Dec 07 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.7.1:
    * Various minor bugfixes (gh#stevengj/nlopt#268,
      gh#stevengj/nlopt#409, gh#stevengj/nlopt#420)
    * Build improvements (support Octave 6.x, Guile 3.x, Cmake 3.2).
* Sun Nov 29 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.7.0:
    * New nlopt_set_param API for setting internal algorithm
      parameters (gh#stevengj/nlopt#365).
    * Avoid library-symbol conflicts (gh#stevengj/nlopt#355,
      gh#stevengj/nlopt#361)
  - Run tests using ctest as part of %check section.
  - Handle erroneous RPATH in openSUSE:Leap:15.2's %cmake macro by
    explicitly setting CMAKE_SKIP_RPATH to OFF and
    CMAKE_SKIP_INSTALL_RPATH to ON; while only required for 15.2,
    setting these for all versions doesn't hurt.
* Sun Apr 26 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to verion 2.6.2:
    * Fixed forced stop exception with dimension elimination
      (gh#stevengj/nlopt#317).
    * Fixed get_initial_step wrapping (gh#stevengj/nlopt#319).
    * Various build fixes (gh#stevengj/nlopt#314,
      gh#stevengj/nlopt#308, gh#stevengj/nlopt#303,
      gh#stevengj/nlopt#278).
  - Rename source tarball into %{name}-%{version} format.
* Mon Apr 15 2019 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.6.1:
    * Fix nlopt_version return value for 2.6.x and update soname and
      docs.
  - Changes from version 2.6.0:
    * New set_upper_bound and set_lower_bound functions in the
      low-level C API to set one bound at a time
      (gh#stevengi/nlopt#257).
    * There is no longer a separate libnlopt_cxx library — C++
      algorithms (stogo) are compiled and included by default
      (gh#stevengi/nlopt#198).
    * Bug fixes:
    * gh#stevengi/nlopt#197
    * gh#stevengi/nlopt#216
    * gh#stevengi/nlopt#245
    * gh#stevengi/nlopt#250
    * gh#stevengi/nlopt#230
    * gh#stevengi/nlopt#261
    * gh#stevengi/nlopt#242
    * gh#stevengi/nlopt#258.
  - Drop patches incorporated upstream:
    * nlopt-octave-5.0.patch
    * nlopt-cmake-3.13.patch.
* Sat Mar 30 2019 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.5.0:
    * New AGS global solver (gh#stevengj/nlopt#194).
    * New `nlopt_get_numevals` function providing a built-in
      evaluation counter (gh#stevengj/nlopt#160).
    * New `nlopt_get_errmsg` function for more descriptive error
      messages.
    * Build system is converted to `cmake` (gh#stevengj/nlopt#49).
    * Plugins updated for recent Octave and Guile versions.
    * Various other build fixes and minor bug fixes.
  - Drop patches already incorporated upstream or otherwise fixed:
    * nlopt-2.3-pkgconfig.patch
    * pythondir.patch
    * nlopt-octave-4.0.patch
    * nlopt-octave4.4-prefixdir.patch
    * nlopt-octave4.4-do_multi_index_op.patch
  - New patches:
    * nlopt-octave-5.0.patch: Fix compilation and running against
      octave >= 5.0; patch taken from upstream git commit.
    * nlopt-cmake-3.13.patch: Fix building python module when using
      cmake 3.13+; patch taken from upstream git commit and rebased
      to apply cleanly.
  - Switch to building python3 modules instead of python2.
  - Switch to cmake build system in keeping with upstream; introduce
    BuildRequires: cmake and drop libtool.
  - New BuildRequires: swig needed to build python module.
  - Use %%autosetup to setup build directory and apply patches.
* Sat Jun 02 2018 badshah400@gmail.com
  - Add patches to fix compilation against octave 4.4:
    * nlopt-octave4.4-prefixdir.patch: Fix how to find octave's
      prefix dir in configure.ac: octave-config no longer supports
      the keyword PREFIX and uses OCTAVE_HOME in its stead; patch
      being sent upstream. Add BuildRequires: libtool and regenerate
      build files (autoreconf -fvi) before configuring build.
    * nlopt-octave4.4-do_multi_index_op.patch: Replace
      do_multi_index_op by feval; the former is dropped from octave
      4.4; patch being sent upstream.
  - Package python modules installed to sitelib as well.
* Thu Jun 23 2016 badshah400@gmail.com
  - Use %requires_eq octave-cli instead of Requires, octave installs
    its files to versioned dirs, so it is important for nlopt to
    be rebuilt for every version update of octave. Making the
    Requires version dependent achieves this.
* Tue Nov 17 2015 dmitry_r@opensuse.org
  - Fix compatibility with Octave 4.0
    * nlopt-octave-4.0.patch

Files

/usr/lib/octave/7.2.0/site
/usr/lib/octave/7.2.0/site/oct
/usr/lib/octave/7.2.0/site/oct/armv6hl-suse-linux-gnueabi
/usr/lib/octave/7.2.0/site/oct/armv6hl-suse-linux-gnueabi/nlopt_optimize.oct
/usr/share/licenses/octave-nlopt_optimize
/usr/share/licenses/octave-nlopt_optimize/COPYING
/usr/share/octave/7.2.0/site/m/NLOPT_AUGLAG.m
/usr/share/octave/7.2.0/site/m/NLOPT_AUGLAG_EQ.m
/usr/share/octave/7.2.0/site/m/NLOPT_GD_MLSL.m
/usr/share/octave/7.2.0/site/m/NLOPT_GD_MLSL_LDS.m
/usr/share/octave/7.2.0/site/m/NLOPT_GD_STOGO.m
/usr/share/octave/7.2.0/site/m/NLOPT_GD_STOGO_RAND.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_CRS2_LM.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_DIRECT.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_DIRECT_L.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_DIRECT_L_NOSCAL.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_DIRECT_L_RAND.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_DIRECT_L_RAND_NOSCAL.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_DIRECT_NOSCAL.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_ESCH.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_ISRES.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_MLSL.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_MLSL_LDS.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_ORIG_DIRECT.m
/usr/share/octave/7.2.0/site/m/NLOPT_GN_ORIG_DIRECT_L.m
/usr/share/octave/7.2.0/site/m/NLOPT_G_MLSL.m
/usr/share/octave/7.2.0/site/m/NLOPT_G_MLSL_LDS.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_AUGLAG.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_AUGLAG_EQ.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_CCSAQ.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_LBFGS.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_LBFGS_NOCEDAL.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_MMA.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_SLSQP.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_TNEWTON.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_TNEWTON_PRECOND.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_TNEWTON_PRECOND_RESTART.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_TNEWTON_RESTART.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_VAR1.m
/usr/share/octave/7.2.0/site/m/NLOPT_LD_VAR2.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_AUGLAG.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_AUGLAG_EQ.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_BOBYQA.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_COBYLA.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_NELDERMEAD.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_NEWUOA.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_NEWUOA_BOUND.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_PRAXIS.m
/usr/share/octave/7.2.0/site/m/NLOPT_LN_SBPLX.m
/usr/share/octave/7.2.0/site/m/nlopt_minimize.m
/usr/share/octave/7.2.0/site/m/nlopt_minimize_constrained.m


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Feb 25 23:52:09 2024