22 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
9a997d356d Accepting request 1137271 from science
OBS-URL: https://build.opensuse.org/request/show/1137271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=10
2024-01-07 20:39:32 +00:00
1804acd874 Accepting request 1137252 from home:StefanBruens:branches:science
- update to 3.4.2
  * Bug fixes:
    + small fix in ClosestPair2D class for compatibility with c++20
    + SISCone updated to 3.0.6, which eliminates default
      -ffast-math compile-time argument, which could cause
      interference with other code. 
- update to 3.4.1
  * New features:
    + JetDefinition has a new clustering strategy, N2PlainEEAccurate
    + two new functions to make it possible for plugin algorithms
      to modify user info:
      - PseudoJet::set_user_info_shared_ptr(...)
      - ClusterSequence::plugin_non_const_jet(...)
  * Bug fixes:
    + Resolved MAJOR BUG that arose with full thread-safety enabled
    + eliminated NaN from square-root of negative mean areas in
      background estimation (now returns zero) 
  + Other changes:
    + auto_ptr interface is now disabled by default

OBS-URL: https://build.opensuse.org/request/show/1137252
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=17
2024-01-06 17:10:59 +00:00
893ae961c3 Accepting request 945273 from science
OBS-URL: https://build.opensuse.org/request/show/945273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=9
2022-01-10 22:53:22 +00:00
03af134bfa Accepting request 944702 from home:badshah400:branches:science
Remove rpath references from fastjet-configs script.

OBS-URL: https://build.opensuse.org/request/show/944702
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=16
2022-01-10 11:14:41 +00:00
62f31f96e9 Accepting request 914683 from science
* Update to 3.4.0
* Build with enable-cgal-header-only for openSUSE > Leap 15.2  (where cgal version is >= 5).

OBS-URL: https://build.opensuse.org/request/show/914683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=8
2021-08-28 20:29:06 +00:00
8100e14f90 OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=15 2021-08-27 19:39:37 +00:00
cbf8e83b26 OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=14 2021-08-27 19:37:09 +00:00
f5a4b868c1 Accepting request 914673 from home:dstoecker:branches:science
- update to 3.4.0
- New features:
 * addition of support for thread safety. It requires a compiler
  * supporting the C++11 standard (or later) and must be explicitly
    enabled at configure time. There are two options
   - the --enable-limited-thread-safety configure option is generally
     sufficient if each thread is processing entirely distinct events.
     It should have essentially no speed overhead.
   - the --enable-thread-safety configure option is required if you
     want to be able to read/copy/process a common set of PseudoJets
     across multiple threads. Depending on the system, our tests have
     shown speed penalties of up to 10-15%. For further details, see
     section 10 of the manual 
  * The jet area infrastructure has new calls to facilitate
    reproducible multi-threaded running: AreaDefinition::with_fixed_seed(seed)
    and GhostedAreaSpec::get_last_seed(seed). See section 10.3.1 of the manual.
  * The background estimators have a new interface to facilitate
    reproducible multi-threaded running: BackgroundEstimatorBase::estimate(...)
    returns a BackgroundEstimate object, which contains rho, sigma, etc. For
    details on using it, see sections 8 and 10.3.2 of the manual. The
    Subtractor class has been updated to use this. 
 * Improvements to existing features:
  * the Python interface now has improved exceptions (a fastjet Error
    is translated into a FastJetError python exception) and can be
    more easily be used with projects using FastJet that want to
    define their own python wrappers. Thanks to Patrick Komiske
    for the suggestions.
  * PxConePlugin now has an optional mode argument for e+e- running
    (mode=1) instead of pp running (mode=2). Thanks to Stefan Kluth
     for the suggestion. 
 * Bug fixes:
  * the Fortran interface to e+e- interface now returns jets ordered
    in decreasing energy rather than decreasing transverse momentum. 
 * Changes compared to the fastjet-3.4.0-beta.1 release:
  * added set_default_stream_and_mutex to Error and LimitedWarnings
    to help guard against garbled output.

OBS-URL: https://build.opensuse.org/request/show/914673
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=13
2021-08-27 19:36:42 +00:00
362cde84f2 Accepting request 858398 from science
OBS-URL: https://build.opensuse.org/request/show/858398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=7
2020-12-28 09:30:09 +00:00
70384655ad Accepting request 857928 from home:badshah400:branches:science
* Update to version 3.3.4.
* Summary of changes from v3.3.2 -> v3.3.3.
* Enable cgal linking; BuildRequires and Requires for -devel pkg: cgal-devel.
* Run spec-cleaner for minor cleanups.

OBS-URL: https://build.opensuse.org/request/show/857928
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=11
2020-12-23 23:29:25 +00:00
eb88dc2f1b Accepting request 746504 from science
OBS-URL: https://build.opensuse.org/request/show/746504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=6
2019-11-30 09:35:55 +00:00
Ana Guerrero
e572b3cc2c Accepting request 746446 from home:badshah400:branches:science
(Sorry for the multiple sr's)
- Update to version 3.3.2:
- Changes from version 3.3.1:
- Use fdupes to link duplicated files.
- Update License to GPL-2.0-or-later.

- Update to version 3.3.0:
  * This release adds a first version of a Python interface to
    FastJet 
- Enable python bindings:
  * Split out a python-fastjet subpackage.
  * Add python BuildRequires
  * Pass --enable-pyext to configure
  * Package python examples.

OBS-URL: https://build.opensuse.org/request/show/746446
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=9
2019-11-08 08:14:06 +00:00
fb010fd54c Accepting request 440164 from science
1

OBS-URL: https://build.opensuse.org/request/show/440164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=5
2016-11-14 19:16:29 +00:00
Matthias Mailänder
045e8cf19d Accepting request 440071 from home:badshah400:branches:science
Update to v3.2.1

OBS-URL: https://build.opensuse.org/request/show/440071
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=7
2016-11-13 20:52:08 +00:00
62ea2ec50a Accepting request 343077 from science
1

OBS-URL: https://build.opensuse.org/request/show/343077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=4
2015-11-10 09:03:37 +00:00
0c6b10188b Accepting request 342992 from home:posophe:branches:science
update

OBS-URL: https://build.opensuse.org/request/show/342992
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=5
2015-11-09 07:22:36 +00:00
f80ff1c5a3 Accepting request 280949 from science
1

OBS-URL: https://build.opensuse.org/request/show/280949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=3
2015-01-14 10:45:13 +00:00
dc33ad5b75 Accepting request 280896 from home:posophe:branches:science
Update

OBS-URL: https://build.opensuse.org/request/show/280896
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=3
2015-01-12 17:31:43 +00:00
Stephan Kulow
cef4bdb3a9 Accepting request 230702 from science
FastJet is a high energy particle physics package

OBS-URL: https://build.opensuse.org/request/show/230702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastjet?expand=0&rev=1
2014-04-25 09:34:27 +00:00
Matthias Mailänder
6fc5f2bc0c Accepting request 213808 from home:badshah400:heppack
New package: A high energy particle physics package

OBS-URL: https://build.opensuse.org/request/show/213808
OBS-URL: https://build.opensuse.org/package/show/science/fastjet?expand=0&rev=1
2014-01-14 16:47:57 +00:00