2 Commits

Author SHA256 Message Date
5946cf3dfb Accepting request 1291091 from science
OBS-URL: https://build.opensuse.org/request/show/1291091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=11
2025-07-08 13:29:31 +00:00
c96851d329 - update to 3.5.1
* CMake build system improvements, notably Windows DLL support
    and new option to turn off build of examples and build just
    the Python interface
- update to 3.5.0
  * Introduction of a new CMake-based build system.
  * Inclusion of SISCone 3.1.1, with its own CMake support
  * Speed improvements for corner cases of the N2Plain strategy
    noted in 2503.08146.
- update to 3.4.3
  * python interface looks also for python3-config
  * various build-system upgrades

OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=19
2025-07-07 17:57:33 +00:00
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3d33155b55ce43f420cd6d99b525acf7bdc2593a7bb7ea898a9ddb3d8ca38e3
size 2973605

3
fastjet-3.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a4154163e72041dee3fdde9cb24e814625e178091a8734a6ad5375e5371b423
size 3069022

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jul 6 22:21:36 UTC 2025 - Christoph G <foss@grueninger.de>
- update to 3.5.1
* CMake build system improvements, notably Windows DLL support
and new option to turn off build of examples and build just
the Python interface
- update to 3.5.0
* Introduction of a new CMake-based build system.
* Inclusion of SISCone 3.1.1, with its own CMake support
* Speed improvements for corner cases of the N2Plain strategy
noted in 2503.08146.
- update to 3.4.3
* python interface looks also for python3-config
* various build-system upgrades
-------------------------------------------------------------------
Sat Jan 6 12:40:42 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fastjet
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: fastjet
Version: 3.4.2
Version: 3.5.1
Release: 0
Summary: Package for jet finding in pp and e+e- collisions
License: GPL-2.0-or-later
@@ -162,7 +162,7 @@ sed -i "s|-Wl,-rpath,[^ ]\+||g" %{buildroot}%{_bindir}/fastjet-config
%files -n libfastjet0
%license COPYING
%doc ChangeLog README
%doc ChangeLog README.md
%{_libdir}/libfastjet.so.*
%{_libdir}/libfastjettools.so.*
%{_libdir}/libfastjetplugins.so.*
@@ -185,6 +185,6 @@ sed -i "s|-Wl,-rpath,[^ ]\+||g" %{buildroot}%{_bindir}/fastjet-config
%files -n python3-%{name}
%{python3_sitelib}/fastjet.*
%{python3_sitelib}/__pycache__/*
%{python3_sitearch}/_fastjet.*
%{python3_sitearch}/_fastjet_swig.*
%changelog