automatic version update by autodist [release 2.8.0-1mamba;Wed Aug 14 2024]
This commit is contained in:
parent
345dd8b835
commit
d8c3d0b9ac
16
nlopt.spec
16
nlopt.spec
@ -1,6 +1,6 @@
|
||||
Name: nlopt
|
||||
Version: 2.7.1
|
||||
Release: 2mamba
|
||||
Version: 2.8.0
|
||||
Release: 1mamba
|
||||
Summary: A library for nonlinear optimization
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -12,6 +12,7 @@ License: LGPL, MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: octave-devel
|
||||
@ -45,7 +46,10 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake \
|
||||
-DPython_EXECUTABLE=%{__python3} \
|
||||
-DPython_INCLUDEDIR=%{python3_inc}
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@ -63,13 +67,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libnlopt.so.*
|
||||
%{_libdir}/guile/3.0/extensions/nlopt_guile.so
|
||||
%{_libdir}/octave/*/site/oct/*-openmamba-linux-gnu*/nlopt_optimize.oct
|
||||
%{python3_sitearch}/_nlopt.so
|
||||
%{python3_sitearch}/nlopt.py
|
||||
%{python3_sitearch}/_nlopt.cpython-*.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/nlopt.f
|
||||
%{_includedir}/nlopt.h
|
||||
%{_includedir}/nlopt.hpp
|
||||
%{_libdir}/libnlopt.so
|
||||
@ -84,6 +87,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc ChangeLog README.md TODO
|
||||
|
||||
%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
|
||||
- rebuilt by autoport with build requirements: octave-devel>=9.1.0-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user