automatic version update by autodist [release 2.8.0-1mamba;Wed Aug 14 2024]

This commit is contained in:
Automatic Build System 2024-08-19 18:28:32 +02:00
parent 345dd8b835
commit d8c3d0b9ac

View File

@ -1,6 +1,6 @@
Name: nlopt Name: nlopt
Version: 2.7.1 Version: 2.8.0
Release: 2mamba Release: 1mamba
Summary: A library for nonlinear optimization Summary: A library for nonlinear optimization
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -12,6 +12,7 @@ License: LGPL, MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libguile-devel
BuildRequires: libpython311-devel BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: octave-devel BuildRequires: octave-devel
@ -45,7 +46,10 @@ This package contains libraries and header files for developing applications tha
%setup -q %setup -q
%build %build
%cmake %cmake \
-DPython_EXECUTABLE=%{__python3} \
-DPython_INCLUDEDIR=%{python3_inc}
%cmake_build %cmake_build
%install %install
@ -63,13 +67,12 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libnlopt.so.* %{_libdir}/libnlopt.so.*
%{_libdir}/guile/3.0/extensions/nlopt_guile.so %{_libdir}/guile/3.0/extensions/nlopt_guile.so
%{_libdir}/octave/*/site/oct/*-openmamba-linux-gnu*/nlopt_optimize.oct %{_libdir}/octave/*/site/oct/*-openmamba-linux-gnu*/nlopt_optimize.oct
%{python3_sitearch}/_nlopt.so
%{python3_sitearch}/nlopt.py %{python3_sitearch}/nlopt.py
%{python3_sitearch}/_nlopt.cpython-*.so
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files -n lib%{name}-devel %files -n lib%{name}-devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/nlopt.f
%{_includedir}/nlopt.h %{_includedir}/nlopt.h
%{_includedir}/nlopt.hpp %{_includedir}/nlopt.hpp
%{_libdir}/libnlopt.so %{_libdir}/libnlopt.so
@ -84,6 +87,9 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog README.md TODO %doc ChangeLog README.md TODO
%changelog %changelog
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 2.8.0-1mamba
- automatic version update by autodist
* Thu Apr 04 2024 Automatic Build System <autodist@mambasoft.it> 2.7.1-2mamba * Thu Apr 04 2024 Automatic Build System <autodist@mambasoft.it> 2.7.1-2mamba
- rebuilt by autoport with build requirements: octave-devel>=9.1.0-1mamba - rebuilt by autoport with build requirements: octave-devel>=9.1.0-1mamba