Package Release Info

clhep-2.4.7.1-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

clhep-Cast-devel
clhep-devel
clhep-doc
clhep-Evaluator-devel
clhep-Exceptions-devel
clhep-GenericFunctions-devel
clhep-Geometry-devel
clhep-Matrix-devel
clhep-Random-devel
clhep-RandomObjects-devel
clhep-RefCount-devel
clhep-Units-devel
clhep-Utility-devel
clhep-Vector-devel
libCLHEP-2_4_7_1
libCLHEP-Cast-2_4_7_1
libCLHEP-Evaluator-2_4_7_1
libCLHEP-Exceptions-2_4_7_1
libCLHEP-GenericFunctions-2_4_7_1
libCLHEP-Geometry-2_4_7_1
libCLHEP-Matrix-2_4_7_1
libCLHEP-Random-2_4_7_1
libCLHEP-RandomObjects-2_4_7_1
libCLHEP-RefCount-2_4_7_1
libCLHEP-Vector-2_4_7_1

Change Logs

* Sun Jan 07 2024 Atri Bhattacharya <badshah400@gmail.com>
- Add BuildRequires: graphviz for dot, needed by doxygen when
  generating docs.
* Fri Jan 05 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Split out complex helper macros into clhep.macros.
* Sun Dec 17 2023 Atri Bhattacharya <badshah400@gmail.com>
- Split out individual subpackages for different CLHEP libraries,
  in keeping with dependency chart here:
  https://proj-clhep.web.cern.ch/proj-clhep/packages.html.
  * clhep-devel now drags in all the clhep-*-devel subpackages.
- Add clhep-docdir.patch to get documentation to install to a
  user configurable dir.
- Split out doc package and install doxygen generated HTML
  documentation to it; add as Recommends to clhep-devel.
* Thu Oct 12 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.6.7.1:
  * Random: add missing shootArray implementations
  * Random: mixmax_skip_N8.icc and mixmax_skip_N240.icc were
    removed as no longer necessary
- Run tests as part of %check.
* Sat Sep 30 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.6.7.0:
  * Random: MIXMAX update for performance
* Mon Apr 10 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.4.6.4:
  * Add support for -std=c++20 and -std=c++2a.
* Mon Jan 02 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.4.6.3:
  * Fix compilation warnings on XCode 14.1 for implicit type
    conversions.
- Changes from version 2.4.6.2:
  * Evaluator/test/testEvaluator.output: match change in e_SI.
- Changes from version 2.4.6.1:
  * Evaluator/src/setSystemOfUnits.cc: update units to match
    Units/SystemOfUnits.h.
  * Random: add the cstdint header where uint32_t and uint64_t are
    used.
* Wed Nov 09 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.4.6.0:
  * Evaluator: Resolve worrying GCC 12 warnings
  * Random: Resolve worrying GCC 12 warnings
- Drop no longer needed clhep-rpmlintrc file.
- Minor offset changes to clhep-respect-build_static_libs.patch.
* Fri Sep 30 2022 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Update to version 2.4.5.3:
  For details, see include ChangeLog or
  https://gitlab.cern.ch/CLHEP/CLHEP/-/blob/CLHEP_2_4_5_3/ChangeLog
- Drop obsolete clhep-randomobjects-pkgconfig-requires.patch
* Sun Apr 05 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.4.1.3:
  * Vector/Vector/*.h: added move constructor and move assignment.
  * Geometry/Geometry/*.h: added move constructor and move
    assignment.
- Changes from previous versions: See ChangeLog file.
- Drop clhep-thread_local-header-location.patch: incorporated
  upstream.
- Use cmake macros for configuring, building, and installing.
- Use %license to install license file.
- Update Source URL.
- Add clhep-randomobjects-pkgconfig-requires.patch to remove a
  spurious '=' sign copied into clhep-randomobjects.pc pkgconfig
  file.
- Add clhep-respect-build_static_libs.patch: Don't install static
  libs and don't refer to them in installed cmake scripts if
  BUILD_STATIC_LIBS is turned OFF; drop static libs package.