Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -23,5 +23,5 @@ geant4_add_pymodule(pyG4global
|
||||
pymodG4global.cc
|
||||
)
|
||||
|
||||
target_link_libraries(pyG4global PRIVATE G4global G4track pyG4Boost)
|
||||
target_link_libraries(pyG4global PRIVATE G4global G4track)
|
||||
install(TARGETS pyG4global 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 "G4UnitsTable.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 "G4Version.hh"
|
||||
#include "G4strstreambuf.hh"
|
||||
#include "G4UImanager.hh"
|
||||
|
||||
Reference in New Issue
Block a user