automatic version update by autodist [release 2.10.2-1mamba;Sun Oct 27 2024]
This commit is contained in:
parent
aa0667e299
commit
9b9d749e56
14
adios2.spec
14
adios2.spec
@ -1,5 +1,5 @@
|
||||
Name: adios2
|
||||
Version: 2.10.1
|
||||
Version: 2.10.2
|
||||
Release: 1mamba
|
||||
Summary: A framework for scientific data I/O to publish and subscribe to data when and where required
|
||||
Group: Development/Tools
|
||||
@ -10,15 +10,14 @@ URL: https://github.com/ornladios/ADIOS2
|
||||
Source: https://github.com/ornladios/ADIOS2.git/v%{version}/ADIOS2-%{version}.tar.bz2
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgfortran
|
||||
BuildRequires: libhdf5-devel
|
||||
BuildRequires: libmpi-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libquadmath-devel
|
||||
BuildRequires: libsodium-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -59,6 +58,8 @@ This package contains libraries and header files for developing applications tha
|
||||
-DADIOS2_USE_EXTERNAL_DEPENDENCIES=ON \
|
||||
-DADIOS2_HAVE_HDF5_VOL=OFF \
|
||||
-DADIOS2_BUILD_EXAMPLES=OFF \
|
||||
-DPython_EXECUTABLE=%{__python3} \
|
||||
-DPython_INCLUDE_DIR=%{python3_inc} \
|
||||
%ifarch %{ix86}
|
||||
-DCMAKE_CXX_FLAGS="%{optflags} -Wno-narrowing"
|
||||
%endif
|
||||
@ -73,16 +74,12 @@ export CMAKE_PREFIX_PATH=%{buildroot}%{_libdir}/cmake
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/adios2_*
|
||||
%ifnarch %{ix86}
|
||||
%{_bindir}/bp2h5
|
||||
%{_bindir}/bp2h5_mpi
|
||||
%endif
|
||||
%{_bindir}/bp4dbg
|
||||
%{_bindir}/bp5dbg
|
||||
%{_bindir}/bpls
|
||||
@ -111,6 +108,9 @@ export CMAKE_PREFIX_PATH=%{buildroot}%{_libdir}/cmake
|
||||
%{_libdir}/cmake/adios2/*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 27 2024 Automatic Build System <autodist@openmamba.org> 2.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 2.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user