Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package adios2 for openSUSE:Factory checked in at 2023-08-05 12:55:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adios2 (Old) and /work/SRC/openSUSE:Factory/.adios2.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adios2" Sat Aug 5 12:55:06 2023 rev:2 rq:1102412 version:2.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/adios2/adios2.changes 2023-07-29 20:10:18.605931546 +0200 +++ /work/SRC/openSUSE:Factory/.adios2.new.22712/adios2.changes 2023-08-05 12:55:17.388726019 +0200 @@ -1,0 +2,18 @@ +Mon Aug 04 00:00:00 UTC 2023 - Vicente Adolfo Bolea Sanchez <vicente.bo...@gmail.com> - 2.9.0 + +- Added ADIOS2 v2.9.1. + * Release notes: https://github.com/ornladios/ADIOS2/releases/tag/v2.9.1 + * Many bugfixes are included in this patch release. + * Several Bugfixes for BP5 components. + * Kokkos_CUDA option uses kokkos_wrapper. + * Kokkos_HIP option is working now. + * Added C API for fetching the version and features of the built adios2. + * Removed patch 0003-cmake-evpath-namespace-modules-install-dir.patch. + * Added patch 0003-fix-adios2_evpath_modules.patch + +------------------------------------------------------------------- +Mon Jul 31 12:05:28 UTC 2023 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Add libffi-devel as BuildRequires for successful s390x builds + +------------------------------------------------------------------- Old: ---- 0003-cmake-evpath-namespace-modules-install-dir.patch adios2-v2.9.0.tar.gz New: ---- 0003-fix-adios2_evpath_modules.patch ADIOS2-2.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adios2.spec ++++++ --- /var/tmp/diff_new_pack.9Kf6R2/_old 2023-08-05 12:55:17.892729242 +0200 +++ /var/tmp/diff_new_pack.9Kf6R2/_new 2023-08-05 12:55:17.896729268 +0200 @@ -1,5 +1,5 @@ # -# spec file for package adios2 +# spec file # # Copyright (c) 2023 SUSE LLC # @@ -19,7 +19,7 @@ %define flavor @BUILD_FLAVOR@%{nil} %define major_ver 2 %define minor_ver 9 -%define patch_ver 0 +%define patch_ver 1 # Name the suffix of the pkg %if "%{flavor}" != "%{nil}" %define pkg_suffix -%{flavor} @@ -66,22 +66,23 @@ License: Apache-2.0 Group: Productivity/Scientific/Other URL: https://adios2.readthedocs.io/en/release/ -Source0: adios2-v%{version}.tar.gz +Source0: ADIOS2-%{version}.tar.gz Source1: adios2-rpmlintrc # https://github.com/ornladios/ADIOS2/pull/3585 Patch0: 0001-cmake-set-correct-soname.patch # https://github.com/ornladios/ADIOS2/pull/3586 Patch1: 0002-fix-test-post-install.patch -# https://github.com/ornladios/ADIOS2/pull/3689 -Patch2: 0003-cmake-evpath-namespace-modules-install-dir.patch +Patch2: 0003-fix-adios2_evpath_modules.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gcc-fortran BuildRequires: libbz2-devel +BuildRequires: libffi-devel BuildRequires: liblz4-devel BuildRequires: ninja BuildRequires: zlib-devel +Requires: libffi Requires: python3 ExcludeArch: %{ix86} # mpi4py pkg (Not MPI-4) ++++++ 0003-fix-adios2_evpath_modules.patch ++++++ diff --git a/thirdparty/EVPath/CMakeLists.txt b/thirdparty/EVPath/CMakeLists.txt index 2029fbeff..e78ffa09a 100644 --- a/thirdparty/EVPath/CMakeLists.txt +++ b/thirdparty/EVPath/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_INSTALL_CMAKEDIR "${CMAKE_INSTALL_CMAKEDIR}/thirdparty") set(EVPATH_LIBRARY_PREFIX adios2${ADIOS2_LIBRARY_SUFFIX}_ CACHE INTERNAL "") set(EVPATH_QUIET ON CACHE INTERNAL "") set(EVPATH_INSTALL_HEADERS OFF CACHE INTERNAL "") -set(EVPATH_INSTALL_MODULE_DIR "${CMAKE_INSTALL_LIBDIR}/adios2_evpath_modules" CACHE INTERNAL "") +set(EVPATH_INSTALL_MODULE_DIR "${CMAKE_INSTALL_LIBDIR}/adios2-evpath-modules-${ADIOS2_VERSION_MAJOR}_${ADIOS2_VERSION_MINOR}" CACHE INTERNAL "") set(EVPATH_INSTALL_PKGCONFIG OFF CACHE INTERNAL "") set(EVPATH_NO_RDMA ON CACHE INTERNAL "") set(EVPATH_USE_UDT4 OFF CACHE INTERNAL "")