diff --git a/libsuitesparse.spec b/libsuitesparse.spec index e609751..2d7b7d4 100644 --- a/libsuitesparse.spec +++ b/libsuitesparse.spec @@ -1,5 +1,5 @@ Name: libsuitesparse -Version: 7.3.1 +Version: 7.4.0 Release: 1mamba Summary: A collection of sparse matrix libraries Group: System/Libraries @@ -68,7 +68,7 @@ sed -i "/CHOLMOD/d" Makefile CXXFLAGS+="%{optflags} -ffat-lto-objects" \ CMAKE_OPTIONS="-DBLA_VENDOR=Generic \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/suitesparse \ + -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ -DCMAKE_BUILD_TYPE=None" @@ -89,7 +89,7 @@ sed -i "/CHOLMOD/d" Makefile %files devel %defattr(-,root,root) -%{_bindir}/mongoose +%{_bindir}/suitesparse_mongoose %dir %{_includedir}/suitesparse %{_includedir}/suitesparse/*.h %{_includedir}/suitesparse/*.hpp @@ -100,6 +100,9 @@ sed -i "/CHOLMOD/d" Makefile %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jan 02 2024 Automatic Build System 7.4.0-1mamba +- automatic version update by autodist + * Sat Nov 04 2023 Automatic Build System 7.3.1-1mamba - automatic version update by autodist