Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -13,5 +13,5 @@ geant4_add_pymodule(pyG4materials
|
||||
pymodG4materials.cc
|
||||
)
|
||||
|
||||
target_link_libraries(pyG4materials PRIVATE G4materials pyG4Boost)
|
||||
target_link_libraries(pyG4materials PRIVATE G4materials)
|
||||
install(TARGETS pyG4materials DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4")
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
// 2005 Q
|
||||
// ====================================================================
|
||||
#include <boost/python.hpp>
|
||||
#include "pyG4indexing.hh"
|
||||
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
|
||||
#include "G4Element.hh"
|
||||
#include "G4ElementTable.hh"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
// 2005 Q
|
||||
// ====================================================================
|
||||
#include <boost/python.hpp>
|
||||
#include "pyG4indexing.hh"
|
||||
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
|
||||
#include "G4ElementVector.hh"
|
||||
|
||||
using namespace boost::python;
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
// 2005 Q
|
||||
// ====================================================================
|
||||
#include <boost/python.hpp>
|
||||
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
|
||||
#include "G4Version.hh"
|
||||
#include "pyG4indexing.hh"
|
||||
#include "G4Isotope.hh"
|
||||
|
||||
using namespace boost::python;
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
// 2005 Q
|
||||
// ====================================================================
|
||||
#include <boost/python.hpp>
|
||||
#include "pyG4indexing.hh"
|
||||
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
|
||||
#include "G4Material.hh"
|
||||
#include "G4MaterialTable.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user