automatic version update by autodist [release 7.8.0-1mamba;Tue Aug 06 2024]
This commit is contained in:
parent
b799a3bbdf
commit
b5fce348f9
@ -1,5 +1,5 @@
|
|||||||
Name: libsuitesparse
|
Name: libsuitesparse
|
||||||
Version: 7.7.0
|
Version: 7.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A collection of sparse matrix libraries
|
Summary: A collection of sparse matrix libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,17 +10,13 @@ URL: https://people.engr.tamu.edu/davis/suitesparse.html
|
|||||||
Source: https://github.com/DrTimothyAldenDavis/SuiteSparse.git/v%{version}/SuiteSparse-%{version}.tar.bz2
|
Source: https://github.com/DrTimothyAldenDavis/SuiteSparse.git/v%{version}/SuiteSparse-%{version}.tar.bz2
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
#liblapack.so.3()(64bit): .so link not found
|
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatlas-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgmp-devel
|
BuildRequires: libgmp-devel
|
||||||
BuildRequires: libgomp-devel
|
BuildRequires: libgomp-devel
|
||||||
BuildRequires: libmpfr-devel
|
BuildRequires: libmpfr-devel
|
||||||
%ifnarch aarch64 arm
|
BuildRequires: libopenblas-devel
|
||||||
BuildRequires: libquadmath-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: libumfpack
|
Provides: libumfpack
|
||||||
@ -64,17 +60,32 @@ sed -i "/CHOLMOD/d" Makefile
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make \
|
%cmake \
|
||||||
CXXFLAGS+="%{optflags} -ffat-lto-objects" \
|
\
|
||||||
CMAKE_OPTIONS="-DBLA_VENDOR=Generic \
|
%ifnarch x86_64
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
-DCHOLMOD_USE_CUDA=OFF \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
|
-DSUITESPARSE_USE_CUDA=OFF \
|
||||||
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
-DSPQR_USE_CUDA=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=None"
|
-DGRAPHBLAS_USE_JIT= OFF \
|
||||||
|
%endif
|
||||||
|
-DCMAKE_BUILD_TYPE=None
|
||||||
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
#% make \
|
||||||
|
# CXXFLAGS+="%{optflags} -ffat-lto-objects" \
|
||||||
|
# CMAKE_OPTIONS="-DBLA_VENDOR=Generic \
|
||||||
|
# -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
|
# -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
|
||||||
|
# -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
||||||
|
#%ifnarch x86_64
|
||||||
|
# -DGRAPHBLAS_USE_CUDA=OFF \
|
||||||
|
#%endif
|
||||||
|
# -DCMAKE_BUILD_TYPE=None"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -100,6 +111,9 @@ sed -i "/CHOLMOD/d" Makefile
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 06 2024 Automatic Build System <autodist@openmamba.org> 7.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 7.7.0-1mamba
|
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 7.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user