Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+19
View File
@@ -11,6 +11,25 @@ Geant4Py is a Geant4-Python bridge.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
16 Nov. 2020 B. Morgan (geant4py-V10-06-04)
- Boost 1.73 modified use of its bind and placeholder functionality, resulting
in Boost.Python spamming pragma messages about deprecation of this.
See https://github.com/boostorg/python/pull/315. Add BOOST_BIND_GLOBAL_PLACEHOLDERS
as a private compile definition to geant4py targets to suppress these.
11 Nov. 2020 B. Morgan (geant4py-V10-06-03)
- Address Bugzilla 2283
- Make CMAKE_INSTALL_PYTHONDIR a user-configurable cache variable
- RPATH issue is addressed by use of CMAKE_SKIP_INSTALL_RPATH variable by client
6 Oct. 2020 B. Morgan (geant4py-V10-06-02)
- Add binding to G4PhysListFactory (GitHub PR #14, contributed by Daniel Hellfeld)
- Add simple test case of binding.
25 Aug. 2020 B. Morgan (geant4py-V10-06-01)
- Remove obsolete boost.python indexing suite. Only required on
very old Boost versions <= 1.33
19 Mar. 2020 B. Morgan (geant4py-V10-06-00)
- Integrate build, test, and install of geant4py with core Geant4
CMake buildsystem.