Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lfortran for openSUSE:Factory checked in at 2024-01-12 23:45:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lfortran (Old) and /work/SRC/openSUSE:Factory/.lfortran.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lfortran" Fri Jan 12 23:45:27 2024 rev:2 rq:1138194 version:0.30.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lfortran/lfortran.changes 2024-01-05 21:45:32.371336174 +0100 +++ /work/SRC/openSUSE:Factory/.lfortran.new.21961/lfortran.changes 2024-01-12 23:45:54.979672960 +0100 @@ -1,0 +2,5 @@ +Tue Jan 9 02:56:57 UTC 2024 - Christoph Junghans <jungh...@votca.org> + +- Add kokkos dep + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lfortran.spec ++++++ --- /var/tmp/diff_new_pack.YTxhJi/_old 2024-01-12 23:45:55.663697996 +0100 +++ /var/tmp/diff_new_pack.YTxhJi/_new 2024-01-12 23:45:55.663697996 +0100 @@ -42,6 +42,9 @@ BuildRequires: fmt-devel BuildRequires: gcc-c++ >= 8 BuildRequires: nlohmann_json-devel +BuildRequires: kokkos-devel +# kokkos is not link, but only use for backend=cpp +Requires: kokkos-devel BuildRequires: libffi-devel BuildRequires: libunwind-devel BuildRequires: libuuid-devel @@ -102,6 +105,7 @@ -DWITH_RUNTIME_LIBRARY=ON \ -DWITH_FMT=ON \ -DWITH_JSON=ON \ + -DWITH_KOKKOS=ON \ -DWITH_STACKTRACE=OFF \ -DWITH_UNWIND=ON \ -DWITH_WHEREAMI=OFF \