Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package HepMC for openSUSE:Factory checked in at 2022-11-07 13:52:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/HepMC (Old) and /work/SRC/openSUSE:Factory/.HepMC.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "HepMC" Mon Nov 7 13:52:15 2022 rev:14 rq:1034150 version:3.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/HepMC/HepMC.changes 2022-03-02 18:21:04.196655878 +0100 +++ /work/SRC/openSUSE:Factory/.HepMC.new.1597/HepMC.changes 2022-11-07 13:52:25.596049505 +0100 @@ -1,0 +2,9 @@ +Sat Nov 5 06:22:44 UTC 2022 - Atri Bhattacharya <[email protected]> + +- Disable pythia interface, pythia now includes HepMC interface by + default; this avoids a build cycle (boo#1204987, + https://gitlab.cern.ch/hepmc/HepMC3/-/commit/9827d5fb95ece04bafbc6e09cfd792afd51f74d3). +- Add _constraints file to ensure builds do not OOM on some + workers. + +------------------------------------------------------------------- New: ---- _constraints ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ HepMC.spec ++++++ --- /var/tmp/diff_new_pack.OiX33y/_old 2022-11-07 13:52:26.116052428 +0100 +++ /var/tmp/diff_new_pack.OiX33y/_new 2022-11-07 13:52:26.124052473 +0100 @@ -17,7 +17,6 @@ %bcond_with rootio -%bcond_without pythia %define so_main 3 %define libmain libHepMC3-%{so_main} @@ -33,6 +32,8 @@ License: GPL-3.0-or-later URL: http://hepmc.web.cern.ch/hepmc/ Source: http://hepmc.web.cern.ch/hepmc/releases/%{name}3-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pybind11-devel >= 2.6.0} BuildRequires: cmake BuildRequires: doxygen BuildRequires: fdupes @@ -41,11 +42,6 @@ BuildRequires: ghostscript-fonts-std BuildRequires: graphviz-gd BuildRequires: python-rpm-macros -%if %{with pythia} -BuildRequires: pythia-devel -%endif -BuildRequires: %{python_module devel} -BuildRequires: %{python_module pybind11-devel >= 2.6.0} BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -121,6 +117,7 @@ pushd ../${PYTHON}_build %cmake -DHEPMC3_ENABLE_ROOTIO:BOOL=%{?with_rootio:ON}%{!?with_rootio:OFF} \ -DHEPMC3_BUILD_STATIC_LIBS:BOOL=OFF \ + -DHEPMC3_INSTALL_INTERFACES:BOOL=ON \ -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name}3 \ -DHEPMC3_PYTHON_VERSIONS:STRING="%{$python_version}" \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ ++++++ _constraints ++++++ <?xml version="1.0" encoding="UTF-8"?> <constraints> <hardware> <memory> <size unit="G">2</size> </memory> <disk> <size unit="G">4</size> </disk> <memoryperjob> <size unit="M">1536</size> </memoryperjob> </hardware> </constraints>
