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
|
||||
Version: 7.7.0
|
||||
Version: 7.8.0
|
||||
Release: 1mamba
|
||||
Summary: A collection of sparse matrix 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
|
||||
License: GPL, LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#liblapack.so.3()(64bit): .so link not found
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatlas-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgomp-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
%ifnarch aarch64 arm
|
||||
BuildRequires: libquadmath-devel
|
||||
%endif
|
||||
BuildRequires: libopenblas-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: libumfpack
|
||||
@ -64,17 +60,32 @@ sed -i "/CHOLMOD/d" Makefile
|
||||
%endif
|
||||
|
||||
%build
|
||||
%make \
|
||||
CXXFLAGS+="%{optflags} -ffat-lto-objects" \
|
||||
CMAKE_OPTIONS="-DBLA_VENDOR=Generic \
|
||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
|
||||
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
||||
-DCMAKE_BUILD_TYPE=None"
|
||||
%cmake \
|
||||
\
|
||||
%ifnarch x86_64
|
||||
-DCHOLMOD_USE_CUDA=OFF \
|
||||
-DSUITESPARSE_USE_CUDA=OFF \
|
||||
-DSPQR_USE_CUDA=OFF \
|
||||
-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
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -100,6 +111,9 @@ sed -i "/CHOLMOD/d" Makefile
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user