From d8c3d0b9ac3bf9a1536b7a3724e141fcf79fa464 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 19 Aug 2024 18:28:32 +0200 Subject: [PATCH] automatic version update by autodist [release 2.8.0-1mamba;Wed Aug 14 2024] --- nlopt.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/nlopt.spec b/nlopt.spec index 527d916..f16205f 100644 --- a/nlopt.spec +++ b/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 2.8.0-1mamba +- automatic version update by autodist + * Thu Apr 04 2024 Automatic Build System 2.7.1-2mamba - rebuilt by autoport with build requirements: octave-devel>=9.1.0-1mamba