I have a repeated problem relate to XCode which affect on building Geant4 and the building of its modules. I do not have any idea what should I do? I try to contact with XCode Support but they could not help.
sarahabdelaziz@Sarahs-MacBook-Pro g4test % cd microyz-build
sarahabdelaziz@Sarahs-MacBook-Pro microyz-build % cmake ../microyz
-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found EXPAT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/lib/libexpat.tbd (Required is at least version "2.6.1")
CMake Deprecation Warning at /usr/local/lib/cmake/Geant4/PTL/PTLConfig.cmake:30 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
/opt/homebrew/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/local/lib/cmake/Geant4/Geant4Config.cmake:286 (find_dependency)
CMakeLists.txt:15 (find_package)
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/OpenGL.framework
-- Found X11: /opt/homebrew/include
-- Looking for XOpenDisplay in /opt/homebrew/lib/libX11.dylib;/opt/homebrew/lib/libXext.dylib
-- Looking for XOpenDisplay in /opt/homebrew/lib/libX11.dylib;/opt/homebrew/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found XQuartzGL: /usr/X11R6/include
-- Found Geant4: /usr/local/lib/cmake/Geant4/Geant4Config.cmake (found version "11.2.2")
-- Configuring done (3.9s)
CMake Error in CMakeLists.txt:
Imported target "Geant4::G4Tree" includes non-existent path
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
CMake Error in CMakeLists.txt:
Imported target "Geant4::G4Tree" includes non-existent path
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
sarahabdelaziz@Sarahs-MacBook-Pro microyz-build %
Could you help, please?
My mac is Sequoia 15.2, Xcode version is 16.2, geant4.11.2.2
jrellin
December 13, 2024, 10:47pm
2
Was it able to run previously? Can you run one of the basic examples?
It looks, at first glance, like a pathing issue. I am not too familiar with XCode but are the paths set to Geant4’s libraries?
bmorgan
December 14, 2024, 8:15am
3
The reason for this the presence of a file /usr/local/lib/cmake/Geant4/Geant4PackageCache.cmake which stores locations of packages used to build Geant4. System updates on macOS will change some of these locations, causing the regular failures you’re seeing. To resolve this, simply delete the /usr/local/lib/cmake/Geant4/Geant4Config.cmake file. This is safe as the file is only used if present.
To avoid this problem in future installs, either upgrade to Geant4 11.3 where this file is not installed by default, or install Geant4 with the GEANT4_INSTALL_PACKAGE_CACHE cmake option set to OFF.
Yes, I did B1 example and another modules but suddenly it gave me this error. I do not why? It is not the first time.
Thanks. I will download Geant4.11.3 and again build it and delete the v 11.2.2 with its build directory .
I hope this problem will be solved.
I make a new build. Then ccmake …
The C compiler identification is AppleClang 16.0.0.16000026
The CXX compiler identification is AppleClang 16.0.0.16000026
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -
skipped
Detecting C compile features
Detecting C compile features - done
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -
skipped
Detecting CXX compile features
Detecting CXX compile features - done
Checking C++ feature CXXSTDLIB_FILESYSTEM_NATIVE - Success
Performing Test HAVE_TLS
Performing Test HAVE_TLS - Success
Found EXPAT:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.
2.sdk/usr/lib/libexpat.tbd (found version "2.6.3")
Reusing dataset G4NDL (4.7.1)
Pre-configuring dataset G4EMLOW (8.6.1)
Pre-configuring dataset PhotonEvaporation (6.1)
Pre-configuring dataset RadioactiveDecay (6.1.2)
Pre-configuring dataset G4PARTICLEXS (4.1)
Reusing dataset G4PII (1.3)
Reusing dataset RealSurface (2.2)
Reusing dataset G4SAIDDATA (2.0)
Reusing dataset G4ABLA (3.3)
Reusing dataset G4INCL (1.2)
Pre-configuring dataset G4ENSDFSTATE (3.0)
Pre-configuring dataset G4CHANNELING (1.0)
*WARNING*
Geant4 has been pre-configured to look for datasets
in the directory:
/usr/local/share/Geant4/data
but the following datasets are NOT present on disk at
that location:
G4EMLOW (8.6.1)
PhotonEvaporation (6.1)
RadioactiveDecay (6.1.2)
G4PARTICLEXS (4.1)
G4ENSDFSTATE (3.0)
G4CHANNELING (1.0)
- If you have access to cvmfs, you can use standard datasets
by reconfiguring with:
cmake -DGEANT4_INSTALL_DATADIR=/cvmfs/geant4.cern.ch/share/data <...>
The variable can also be set in ccmake or cmake-gui.
- If you want to have these datasets installed by Geant4,
simply re-run cmake with GEANT4_INSTALL_DATA=ON. This will
configure the build to download and install these datasets for you.
For example, use:
cmake -DGEANT4_INSTALL_DATA=ON <otherargs>
If you're running on a Windows system, this is the best
solution as CMake will unpack the datasets for you
without any further software being required
- Alternatively, you can install these datasets manually
now or after you have installed Geant4. To do this,
download the following files:
https://cern.ch/geant4-data/datasets/G4EMLOW.8.6.1.tar.gz
https://cern.ch/geant4-data/datasets/G4PhotonEvaporation.6.1.tar.gz
https://cern.ch/geant4-data/datasets/G4RadioactiveDecay.6.1.2.tar.gz
https://cern.ch/geant4-data/datasets/G4PARTICLEXS.4.1.tar.gz
https://cern.ch/geant4-data/datasets/G4ENSDFSTATE.3.0.tar.gz
https://cern.ch/geant4-data/datasets/G4CHANNELING.1.0.tar.gz
and unpack them under the directory:
/usr/local/share/Geant4/data
As we supply the datasets packed in gzipped tar files,
you will need the 'tar' utility to unpack them.
Nota bene: Missing datasets will not affect or break
compilation and installation of the Geant4
libraries.
Looking for sys/types.h
Looking for sys/types.h - found
Looking for stdint.h
Looking for stdint.h - found
Looking for stddef.h
Looking for stddef.h - found
Check size of off64_t
Check size of off64_t - failed
Looking for fseeko
Looking for fseeko - found
Looking for unistd.h
Looking for unistd.h - found
Performing Test G4ZLIB_NEEDS_DNP
Performing Test G4ZLIB_NEEDS_DNP - Success
Building PTL with option BUILD_STATIC_LIBS - OFF
Building PTL with option BUILD_SHARED_LIBS - ON
Building PTL with option BUILD_OBJECT_LIBS -
Building PTL with CMAKE_CXX_STANDARD - 17
Building PTL with option PTL_USE_COVERAGE -
Building PTL with option PTL_USE_SANITIZER -
Building PTL with option PTL_USE_CLANG_TIDY -
Building PTL with option PTL_USE_TBB - OFF
Building PTL with option PTL_USE_LOCKS - OFF
Building PTL with option PTL_INSTALL_HEADERS - ON
Building PTL with option PTL_INSTALL_CONFIG - ON
Performing Test CMAKE_HAVE_LIBC_PTHREAD
Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
Found Threads: TRUE
The following Geant4 features are enabled:
CMAKE_CXX_STANDARD: Compiling against C++ Standard '17'
GEANT4_BUILD_MULTITHREADED: Build multithread enabled libraries
GEANT4_BUILD_TLS_MODEL: Building with TLS model 'initial-exec'
GEANT4_USE_SYSTEM_EXPAT: Using system EXPAT library
Configuring done (3.3s)
Then press e
CMAKE_BUILD_TYPE *Release
CMAKE_INSTALL_PREFIX */usr/local
CMAKE_OSX_ARCHITECTURES *
CMAKE_OSX_DEPLOYMENT_TARGET *
CMAKE_OSX_SYSROOT */Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.
GEANT4_BUILD_MULTITHREADED *ON
GEANT4_INSTALL_DATA *ON
GEANT4_INSTALL_DATADIR *
GEANT4_USE_G3TOG4 *OFF
GEANT4_USE_GDML *OFF
GEANT4_USE_INVENTOR *OFF
GEANT4_USE_INVENTOR_QT *OFF
GEANT4_USE_OPENGL_X11 *OFF
GEANT4_USE_QT *ON
GEANT4_USE_RAYTRACER_X11 *OFF
GEANT4_USE_SYSTEM_CLHEP *ON
GEANT4_USE_SYSTEM_EXPAT *ON
GEANT4_USE_SYSTEM_ZLIB *OFF
GEANT4_USE_VTK *OFF
GEANT4_USE_XM *OFF
Then press c configure
CLHEP_DIR */opt/homebrew/lib/CLHEP-2.4.7.1
QT_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5
Qt53DCore_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt53DCore
Qt53DExtras_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt53DExtras
Qt53DInput_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt53DInput
Qt53DLogic_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt53DLogic
Qt53DRender_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt53DRender
Qt5Core_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5Core
Qt5Gamepad_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5Gamepad
Qt5Gui_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5Gui
Qt5Network_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5Network
Qt5OpenGL_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5OpenGL
Qt5Widgets_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5Widgets
Qt5_DIR */opt/homebrew/opt/qt@5/lib/cmake/Qt5
CMAKE_BUILD_TYPE Release
CMAKE_INSTALL_PREFIX /usr/local
CMAKE_OSX_ARCHITECTURES
CMAKE_OSX_DEPLOYMENT_TARGET
CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.
GEANT4_BUILD_MULTITHREADED ON
GEANT4_INSTALL_DATA ON
GEANT4_INSTALL_DATADIR
GEANT4_USE_G3TOG4 OFF
GEANT4_USE_GDML OFF
GEANT4_USE_INVENTOR OFF
GEANT4_USE_INVENTOR_QT OFF
GEANT4_USE_OPENGL_X11 OFF
GEANT4_USE_QT ON
GEANT4_USE_RAYTRACER_X11 OFF
GEANT4_USE_SYSTEM_CLHEP ON
GEANT4_USE_SYSTEM_EXPAT ON
GEANT4_USE_SYSTEM_ZLIB OFF
Then cmake
sarahabdelaziz@Sarahs-MacBook-Pro build % cmake ..
-- Checking C++ feature CXXSTDLIB_FILESYSTEM_NATIVE - Success
-- Reusing dataset G4NDL (4.7.1)
-- Configuring download of missing dataset G4EMLOW (8.6.1)
-- Configuring download of missing dataset PhotonEvaporation (6.1)
-- Configuring download of missing dataset RadioactiveDecay (6.1.2)
-- Configuring download of missing dataset G4PARTICLEXS (4.1)
-- Reusing dataset G4PII (1.3)
-- Reusing dataset RealSurface (2.2)
-- Reusing dataset G4SAIDDATA (2.0)
-- Reusing dataset G4ABLA (3.3)
-- Reusing dataset G4INCL (1.2)
-- Configuring download of missing dataset G4ENSDFSTATE (3.0)
-- Configuring download of missing dataset G4CHANNELING (1.0)
-- The following Geant4 features are enabled:
CMAKE_CXX_STANDARD: Compiling against C++ Standard '17'
GEANT4_BUILD_MULTITHREADED: Build multithread enabled libraries
GEANT4_BUILD_TLS_MODEL: Building with TLS model 'initial-exec'
GEANT4_USE_SYSTEM_CLHEP: Using system CLHEP library
GEANT4_USE_SYSTEM_EXPAT: Using system EXPAT library
GEANT4_USE_QT: Build Geant4 with Qt5 support
GEANT4_USE_QT3D: Build Geant4 Qt3D driver
-- Configuring done (1.6s)
-- Generating done (0.8s)
-- Build files have been written to: /Users/sarahabdelaziz/Downloads/geant4-v11.3.0/build
Then sudo make install
Then make
@Sarahs-MacBook-Pro build % make
[ 0%] Built target G4EMLOW
[ 0%] Built target PhotonEvaporation
[ 0%] Built target RadioactiveDecay
[ 1%] Built target G4PARTICLEXS
[ 1%] Built target G4ENSDFSTATE
[ 1%] Built target G4CHANNELING
[ 1%] Built target ptl-shared
[ 3%] Built target G4global
[ 3%] Built target G4intercoms
[ 4%] Built target G4zlib
[ 6%] Built target G4analysis
[ 7%] Built target G4graphics_reps
[ 8%] Built target G4materials
[ 17%] Built target G4geometry
[ 23%] Built target G4particles
[ 23%] Built target G4track
[ 25%] Built target G4digits_hits
[ 80%] Built target G4processes
[ 81%] Built target G4tracking
[ 82%] Built target G4event
[ 84%] Built target G4run
[ 85%] Built target G4error_propagation
[ 85%] Built target G4interfaces_autogen_timestamp_deps
[ 85%] Built target G4interfaces_autogen
[ 86%] Built target G4interfaces
[ 86%] Built target G4parmodels
[ 87%] Built target G4geomtext
[ 88%] Built target G4mctruth
[ 95%] Built target G4physicslists
[ 95%] Built target G4readout
[ 96%] Built target G4modeling
[ 97%] Built target G4vis_management
[ 97%] Built target G4FR
[ 97%] Built target G4visHepRep
[ 97%] Built target G4RayTracer
[ 97%] Built target G4Tree
[ 97%] Built target G4VRML
[ 98%] Built target G4GMocren
[ 98%] Built target G4ToolsSG_autogen_timestamp_deps
[100%] Built target G4ToolsSG_autogen
[100%] Built target G4ToolsSG
[100%] Built target G4OpenGL_autogen_timestamp_deps
[100%] Built target G4OpenGL_autogen
[100%] Built target G4OpenGL
[100%] Built target G4visQt3D
sarahabdelaziz@Sarahs-MacBook-Pro build %
Is it OK?
bmorgan
December 14, 2024, 3:14pm
7
I would suggest switching to Qt6 so you don’t have to join things to Qt5 continually. It should be sufficient to rerun cmake as:
$ cmake -DGEANT4_USE_QT_QT6=ON ..
and then rebuild (i.e. not a full build from scratch, unless you get errors).
sarahabdelaziz@Sarahs-MacBook-Pro build % ls
BuildProducts LICENSE.txt
CMakeCPackOptions.cmake Makefile
CMakeCache.txt Modules
CMakeFiles README.txt
CPackConfig.cmake UseGeant4.cmake
CPackSourceConfig.cmake _source_extras
Externals cmake_install.cmake
G4EXPATShim.cmake cmake_uninstall.cmake
G4FreetypeShim.cmake cmake_uninstall.cmake.in
G4HDF5Shim.cmake cxx_filesystem
G4ModuleAdjacencyList.txt data
G4ModuleInterfaceMap.csv geant4-config
G4MotifShim.cmake geant4_module_check.py
G4X11Shim.cmake geant4_validate_sources.cmake
Geant4Config.cmake geant4make.csh
Geant4ConfigVersion.cmake geant4make.sh
Geant4LibraryDepends.cmake install_manifest.txt
Geant4PackageCache.cmake source
InstallTreeFiles source_package_extras.cmake
sarahabdelaziz@Sarahs-MacBook-Pro B1 % ls
CMakeLists.txt README exampleB1.out run1.mac vis.mac
GNUmakefile exampleB1.cc include run2.mac
History exampleB1.in init_vis.mac src
sarahabdelaziz@Sarahs-MacBook-Pro B1 % mkdir build
sarahabdelaziz@Sarahs-MacBook-Pro B1 % cd build
sarahabdelaziz@Sarahs-MacBook-Pro build % cmake …
– The C compiler identification is AppleClang 16.0.0.16000026
– The CXX compiler identification is AppleClang 16.0.0.16000026
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
– Detecting C compile features
– Detecting C compile features - done
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
– Detecting CXX compile features
– Detecting CXX compile features - done
– Found EXPAT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/lib/libexpat.tbd (Required is at least version “2.6.3”)
– Performing Test CMAKE_HAVE_LIBC_PTHREAD
– Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
– Found Threads: TRUE
– Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/OpenGL.framework
– Found Geant4: /usr/local/lib/cmake/Geant4/Geant4Config.cmake (found version “11.3.0”)
– Configuring done (1.0s)
CMake Error in CMakeLists.txt:
Imported target “Geant4::G4Tree” includes non-existent path
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not
provide.
CMake Error in CMakeLists.txt:
Imported target “Geant4::G4Tree” includes non-existent path
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not
provide.
– Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
sarahabdelaziz@Sarahs-MacBook-Pro build %
Again I have the same problem to build B1? Could you help me, please?
Also, After I installed Qt6 and write your line to cmake, I got
Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.
Unexpected '.pc' files:
/usr/local/lib/pkgconfig/G4ptl.pc
What does it mean?
I try to do brew doctor, then
sarahabdelaziz@Sarahs-MacBook-Pro ~ % cat /usr/local/lib/pkgconfig/G4ptl.pc
prefix=/usr/local
includedir=${prefix}/include/Geant4
libdir=${prefix}/lib
Name: G4PTL
Description: Parallel Tasking Library for C++ (Geant4 Builtin)
Version: 3.0.0
Requires:
Libs: -L${libdir} -lG4ptl
Libs.private: -pthread
CFlags: -std=c++17 -pthread -I${includedir}
sarahabdelaziz@Sarahs-MacBook-Pro ~ % mkdir -p /opt/geant4/lib/pkgconfig
mv /usr/local/lib/pkgconfig/G4ptl.pc /opt/geant4/lib/pkgconfig/
mkdir: /opt/geant4: Permission denied
mv: rename /usr/local/lib/pkgconfig/G4ptl.pc to /opt/geant4/lib/pkgconfig/: No such file or directory
sarahabdelaziz@Sarahs-MacBook-Pro ~ % mkdir -p /opt/geant4/lib/pkgconfig
mkdir: /opt/geant4: Permission denied
sarahabdelaziz@Sarahs-MacBook-Pro ~ % sudo mkdir -p /opt/geant4/lib/pkgconfig
Password:
sarahabdelaziz@Sarahs-MacBook-Pro ~ % mv /usr/local/lib/pkgconfig/G4ptl.pc /opt/geant4/lib/pkgconfig/
mv: rename /usr/local/lib/pkgconfig/G4ptl.pc to /opt/geant4/lib/pkgconfig/G4ptl.pc: Permission denied
sarahabdelaziz@Sarahs-MacBook-Pro ~ % sudo mv /usr/local/lib/pkgconfig/G4ptl.pc /opt/geant4/lib/pkgconfig/
sarahabdelaziz@Sarahs-MacBook-Pro ~ % export PKG_CONFIG_PATH=/opt/geant4/lib/pkgconfig:$PKG_CONFIG_PATH
sarahabdelaziz@Sarahs-MacBook-Pro ~ % echo 'export PKG_CONFIG_PATH=/opt/geant4/lib/pkgconfig:$PKG_CONFIG_PATH' >> ~/.zshrc
sarahabdelaziz@Sarahs-MacBook-Pro ~ % nano ~/.zshrc
export PATH="/opt/homebrew/bin:$PATH"
export CMAKE_PREFIX_PATH="/opt/homebrew/opt/qt@6:$CMAKE_PREFIX_PATH"
pushd /usr/local/bin
source ./geant4.sh
popd
export PKG_CONFIG_PATH=/opt/geant4/lib/pkgconfig:$PKG_CONFIG_PATH
Is it OK?
bmorgan
December 14, 2024, 4:30pm
11
Sarah-Abdelaziz:
Is it OK?
No. Moving files around isn’t going to solve the issue and is now causing more problems. Follow the points below closely please - I apologise for the length, but this is the only way to really get to the bottom of the issue:
Delete everything under /opt/geant4
Find all the Geant4 files you’ve installed under /usr/local
and delete them. This should be
/usr/local/include/Geant4
/usr/local/lib/libG4*
/usr/local/lib/cmake/Geant4
/usr/local/share/Geant4
Anything related to PTL
Remove the lines from your .zshrc
:
export CMAKE_PREFIX_PATH="/opt/homebrew/opt/qt@6:$CMAKE_PREFIX_PATH"
pushd /usr/local/bin
source ./geant4.sh
popd
export PKG_CONFIG_PATH=/opt/geant4/lib/pkgconfig:$PKG_CONFIG_PATH
Exit the current terminal and start a new one, and check that the above are no longer set in the environment.
Now delete any and all Geant4 source directories and build directories you have (yes, we’re going to start from scratch here).
Unpack the Geant4 11.3.0 tarball again somewhere under your home directory. So that I can be clear, let’s call this “geant4”, so we would do:
$ cd
$ mkdir geant4
$ cd geant4
$ tar -xvf /path/to/wherever/you/have/geant4-v11.3.0.tar.gz
$ ls
geant4-v11.3.0
Now configure the build exactly as follows:
$ mkdir build-11.3.0
$ cd build-11.3.0
$ cmake -DCMAKE_INSTALL_PREFIX=/opt/geant4/11.3.0 -DGEANT4_USE_QT=ON -DGEANT4_USE_QT_QT6=ON -DGEANT4_INSTALL_DATA=ON ../geant4-v11.3.0
This should complete without error, if not, post the output here.
Now build and install as:
$ make -j4
$ sudo make install
Check that /opt/geant4/11.3.0
is populated.
Now try and build the B1 example as follows:
$ cd
$ cd geant4
$ cp -R geant4-v11.3.0/examples/basic/B1 .
$ cd B1
$ mkdir build
$ cd build
$ cmake -DCMAKE_PREFIX_PATH=/opt/geant4/11.3.0 ..
This should complete without error, if not, post the output here.
Now try and build:
$ make
and run:
$ ./exampleB1
bmorgan:
$ mkdir build-11.3.0
$ mkdir build-11.3.0
this under geant4-v11.3.0 or under geant4?
bmorgan
December 14, 2024, 5:25pm
13
Under geant4
, or in full:
Thanks. What should I write under ~/.zshrc? Now it is at the step of cmake
$ cmake -DCMAKE_INSTALL_PREFIX=/opt/geant4/11.3.0 -DGEANT4_USE_QT=ON -DGEANT4_USE_QT_QT6=ON -DGEANT4_INSTALL_DATA=ON ../geant4-v11.3.0
bmorgan
December 14, 2024, 5:38pm
15
For now, nothing. If brew
is installed and set up correctly, and it seems that it is so far, then no additional settings are needed in .zshrc
.
sarahabdelaziz@Sarahs-MacBook-Pro build-11.3.0 % cmake -DCMAKE_INSTALL_PREFIX=/opt/geant4/11.3.0 -DGEANT4_USE_QT=ON -DGEANT4_USE_QT_QT6=ON -DGEANT4_INSTALL_DATA=ON ../geant4-v11.3.0
-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking C++ feature CXXSTDLIB_FILESYSTEM_NATIVE - Success
-- Performing Test HAVE_TLS
-- Performing Test HAVE_TLS - Success
-- Found EXPAT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/lib/libexpat.tbd (found version "2.6.3")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/OpenGL.framework
-- Found WrapOpenGL: TRUE
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Configuring download of missing dataset G4NDL (4.7.1)
-- Configuring download of missing dataset G4EMLOW (8.6.1)
-- Configuring download of missing dataset PhotonEvaporation (6.1)
-- Configuring download of missing dataset RadioactiveDecay (6.1.2)
-- Configuring download of missing dataset G4PARTICLEXS (4.1)
-- Configuring download of missing dataset G4PII (1.3)
-- Configuring download of missing dataset RealSurface (2.2)
-- Configuring download of missing dataset G4SAIDDATA (2.0)
-- Configuring download of missing dataset G4ABLA (3.3)
-- Configuring download of missing dataset G4INCL (1.2)
-- Configuring download of missing dataset G4ENSDFSTATE (3.0)
-- Configuring download of missing dataset G4CHANNELING (1.0)
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of off64_t
-- Check size of off64_t - failed
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Performing Test G4ZLIB_NEEDS_DNP
-- Performing Test G4ZLIB_NEEDS_DNP - Success
-- Building PTL with option BUILD_STATIC_LIBS - OFF
-- Building PTL with option BUILD_SHARED_LIBS - ON
-- Building PTL with option BUILD_OBJECT_LIBS -
-- Building PTL with CMAKE_CXX_STANDARD - 17
-- Building PTL with option PTL_USE_COVERAGE -
-- Building PTL with option PTL_USE_SANITIZER -
-- Building PTL with option PTL_USE_CLANG_TIDY -
-- Building PTL with option PTL_USE_TBB - OFF
-- Building PTL with option PTL_USE_LOCKS - OFF
-- Building PTL with option PTL_INSTALL_HEADERS - ON
-- Building PTL with option PTL_INSTALL_CONFIG - ON
-- The following Geant4 features are enabled:
CMAKE_CXX_STANDARD: Compiling against C++ Standard '17'
GEANT4_BUILD_MULTITHREADED: Build multithread enabled libraries
GEANT4_BUILD_TLS_MODEL: Building with TLS model 'initial-exec'
GEANT4_USE_SYSTEM_EXPAT: Using system EXPAT library
GEANT4_USE_QT: Build Geant4 with Qt6 support
GEANT4_USE_QT3D: Build Geant4 Qt3D driver
-- Configuring done (4.1s)
-- Generating done (1.0s)
-- Build files have been written to: /Users/sarahabdelaziz/g4test/geant4/build-11.3.0
sarahabdelaziz@Sarahs-MacBook-Pro build-11.3.0 % make -j4
[ 0%] Creating directories for 'PhotonEvaporation'
[ 0%] Creating directories for 'G4EMLOW'
[ 0%] Creating directories for 'G4NDL'
[ 0%] Creating directories for 'RadioactiveDecay'
[ 0%] Performing download step (download, verify and extract) for 'G4EMLOW'
[ 0%] Performing download step (download, verify and extract) for 'PhotonEvaporation'
[ 0%] Performing download step (download, verify and extract) for 'RadioactiveDecay'
[ 0%] Performing download step (download, verify and extract) for 'G4NDL'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/PhotonEvaporation-6.1/src/G4PhotonEvaporation.6.1.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4PhotonEvaporation.6.1.tar.gz'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/RadioactiveDecay-6.1.2/src/G4RadioactiveDecay.6.1.2.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4RadioactiveDecay.6.1.2.tar.gz'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4EMLOW-8.6.1/src/G4EMLOW.8.6.1.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4EMLOW.8.6.1.tar.gz'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4NDL-4.7.1/src/G4NDL.4.7.1.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4NDL.4.7.1.tar.gz'
-- [download 100% complete]
-- [download 100% complete]
-- [download 100% complete]
-- [download 100% complete]
-- [download 1% complete]
-- [download 0% complete]
-- [download 0% complete]
-- [download 0% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 1% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 2% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 3% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 4% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 5% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 6% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 7% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 8% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/RadioactiveDecay-6.1.2/src/G4RadioactiveDecay.6.1.2.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/RadioactiveDecay-6.1.2/src/G4RadioactiveDecay.6.1.2.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/RadioactiveDecay6.1.2'
-- extracting... [tar xfz]
-- [download 9% complete]
-- [download 10% complete]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 0%] No update step for 'RadioactiveDecay'
[ 0%] No patch step for 'RadioactiveDecay'
[ 0%] No configure step for 'RadioactiveDecay'
-- [download 11% complete]
[ 0%] No build step for 'RadioactiveDecay'
[ 0%] No install step for 'RadioactiveDecay'
[ 0%] Completed 'RadioactiveDecay'
[ 0%] Built target RadioactiveDecay
[ 0%] Creating directories for 'G4PARTICLEXS'
-- [download 12% complete]
[ 0%] Performing download step (download, verify and extract) for 'G4PARTICLEXS'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4PARTICLEXS-4.1/src/G4PARTICLEXS.4.1.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4PARTICLEXS.4.1.tar.gz'
-- [download 13%
-- [download 100% complete]
-- [download 74% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4PARTICLEXS-4.1/src/G4PARTICLEXS.4.1.tar.gz'
-- Downloading... done
-- [download 75% complete]
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4PARTICLEXS-4.1/src/G4PARTICLEXS.4.1.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/G4PARTICLEXS4.1'
-- extracting... [tar xfz]
-- [download 76% complete]
-- [download 77% complete]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 0%] No update step for 'G4PARTICLEXS'
-- [download 78% complete]
[ 0%] No patch step for 'G4PARTICLEXS'
[ 0%] No configure step for 'G4PARTICLEXS'
[ 0%] No build step for 'G4PARTICLEXS'
[ 0%] No install step for 'G4PARTICLEXS'
[ 0%] Completed 'G4PARTICLEXS'
[ 0%] Built target G4PARTICLEXS
-- [download 79% complete]
[ 0%] Creating directories for 'G4PII'
[ 0%] Performing download step (download, verify and extract) for 'G4PII'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4PII-1.3/src/G4PII.1.3.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4PII.1.3.tar.gz'
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 100% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 0% complete]
-- [download 1% complete]
-- [download 87% complete]
-- [download 2% complete]
-- [download 88% complete]
-- [download 3% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 91% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 92% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 93% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 94% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 95% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 96% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 97% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 98% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 99% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 100% complete]
-- [download 39% complete]
-- [download 40% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/PhotonEvaporation-6.1/src/G4PhotonEvaporation.6.1.tar.gz'
-- [download 41% complete]
-- Downloading... done
-- [download 42% complete]
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/PhotonEvaporation-6.1/src/G4PhotonEvaporation.6.1.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/PhotonEvaporation6.1'
-- extracting... [tar xfz]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 0%] No update step for 'PhotonEvaporation'
[ 0%] No patch step for 'PhotonEvaporation'
[ 1%] No configure step for 'PhotonEvaporation'
-- [download 52% complete]
[ 1%] No build step for 'PhotonEvaporation'
[ 1%] No install step for 'PhotonEvaporation'
-- [download 53% complete]
[ 1%] Completed 'PhotonEvaporation'
[ 1%] Built target PhotonEvaporation
-- [download 54% complete]
[ 1%] Creating directories for 'RealSurface'
[ 1%] Performing download step (download, verify and extract) for 'RealSurface'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/RealSurface-2.2/src/G4RealSurface.2.2.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4RealSurface.2.2.tar.gz'
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 100% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 0% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 1% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4PII-1.3/src/G4PII.1.3.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4PII-1.3/src/G4PII.1.3.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/G4PII1.3'
-- extracting... [tar xfz]
-- [download 2% complete]
-- [download 4% complete]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 2%] No update step for 'G4PII'
[ 2%] No patch step for 'G4PII'
[ 2%] No configure step for 'G4PII'
[ 2%] No build step for 'G4PII'
[ 2%] No install step for 'G4PII'
[ 2%] Completed 'G4PII'
[ 2%] Built target G4PII
[ 2%] Creating directories for 'G4SAIDDATA'
[ 2%] Performing download step (download, verify and extract) for 'G4SAIDDATA'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4SAIDDATA-2.0/src/G4SAIDDATA.2.0.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4SAIDDATA.2.0.tar.gz'
-- [download 100% complete]
-- [download 6% complete]
-- [download 38% complete]
-- [download 52% complete]
-- [download 69% complete]
-- [download 76% complete]
-- [download 100% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4SAIDDATA-2.0/src/G4SAIDDATA.2.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4SAIDDATA-2.0/src/G4SAIDDATA.2.0.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/G4SAIDDATA2.0'
-- extracting... [tar xfz]
-- [download 3% complete]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 2%] No update step for 'G4SAIDDATA'
[ 2%] No patch step for 'G4SAIDDATA'
[ 2%] No configure step for 'G4SAIDDATA'
[ 2%] No build step for 'G4SAIDDATA'
[ 2%] No install step for 'G4SAIDDATA'
[ 2%] Completed 'G4SAIDDATA'
[ 2%] Built target G4SAIDDATA
[ 2%] Creating directories for 'G4ABLA'
[ 2%] Performing download step (download, verify and extract) for 'G4ABLA'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4ABLA-3.3/src/G4ABLA.3.3.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4ABLA.3.3.tar.gz'
-- [download 100% complete]
-- [download 6% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 39% complete]
-- [download 43% complete]
-- [download 49% complete]
-- [download 53% complete]
-- [download 62% complete]
-- [download 66% complete]
-- [download 74% complete]
-- [download 80% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 93% complete]
-- [download 100% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4ABLA-3.3/src/G4ABLA.3.3.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4ABLA-3.3/src/G4ABLA.3.3.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/G4ABLA3.3'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
-- [download 4% complete]
[ 2%] No update step for 'G4ABLA'
[ 2%] No patch step for 'G4ABLA'
[ 2%] No configure step for 'G4ABLA'
[ 2%] No build step for 'G4ABLA'
[ 2%] No install step for 'G4ABLA'
[ 2%] Completed 'G4ABLA'
[ 2%] Built target G4ABLA
[ 2%] Creating directories for 'G4INCL'
[ 2%] Performing download step (download, verify and extract) for 'G4INCL'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4INCL-1.2/src/G4INCL.1.2.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4INCL.1.2.tar.gz'
-- [download 100% complete]
-- [download 13% complete]
-- [download 30% complete]
-- [download 47% complete]
-- [download 63% complete]
-- [download 80% complete]
-- [download 97% complete]
-- [download 100% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4INCL-1.2/src/G4INCL.1.2.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4INCL-1.2/src/G4INCL.1.2.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/G4INCL1.2'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 2%] No update step for 'G4INCL'
[ 2%] No patch step for 'G4INCL'
[ 2%] No configure step for 'G4INCL'
[ 2%] No build step for 'G4INCL'
[ 2%] No install step for 'G4INCL'
[ 2%] Completed 'G4INCL'
[ 2%] Built target G4INCL
[ 2%] Creating directories for 'G4ENSDFSTATE'
[ 2%] Performing download step (download, verify and extract) for 'G4ENSDFSTATE'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4ENSDFSTATE-3.0/src/G4ENSDFSTATE.3.0.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4ENSDFSTATE.3.0.tar.gz'
-- [download 5% complete]
-- [download 100% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 5% complete]
-- [download 10% complete]
-- [download 15% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 29% complete]
-- [download 32% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 44% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 56% complete]
-- [download 61% complete]
-- [download 66% complete]
-- [download 92% complete]
-- [download 100% complete]
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4ENSDFSTATE-3.0/src/G4ENSDFSTATE.3.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4ENSDFSTATE-3.0/src/G4ENSDFSTATE.3.0.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/G4ENSDFSTATE3.0'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 2%] No update step for 'G4ENSDFSTATE'
[ 2%] No patch step for 'G4ENSDFSTATE'
[ 2%] No configure step for 'G4ENSDFSTATE'
[ 2%] No build step for 'G4ENSDFSTATE'
[ 2%] No install step for 'G4ENSDFSTATE'
[ 2%] Completed 'G4ENSDFSTATE'
[ 2%] Built target G4ENSDFSTATE
[ 2%] Creating directories for 'G4CHANNELING'
[ 2%] Performing download step (download, verify and extract) for 'G4CHANNELING'
-- Downloading...
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4CHANNELING-1.0/src/G4CHANNELING.1.0.tar.gz'
timeout='1500 seconds'
inactivity timeout='none'
-- Using src='https://cern.ch/geant4-data/datasets/G4CHANNELING.1.0.tar.gz'
-- [download 100% complete]
-- [download 0% complete]
-- [download 6% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 7% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4CHANNELING-1.0/src/G4CHANNELING.1.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/G4CHANNELING-1.0/src/G4CHANNELING.1.0.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/G4CHANNELING1.0'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 2%] No update step for 'G4CHANNELING'
[ 2%] No patch step for 'G4CHANNELING'
[ 2%] No configure step for 'G4CHANNELING'
[ 2%] No build step for 'G4CHANNELING'
[ 2%] No install step for 'G4CHANNELING'
[ 2%] Completed 'G4CHANNELING'
[ 2%] Built target G4CHANNELING
[ 2%] Building CXX object source/externals/ptl/src/CMakeFiles/ptl-shared.dir/TaskGroup.cc.o
[ 2%] Building CXX object source/externals/ptl/src/CMakeFiles/ptl-shared.dir/TaskRunManager.cc.o
-- [download 8% complete]
[ 2%] Building CXX object source/externals/ptl/src/CMakeFiles/ptl-shared.dir/ThreadData.cc.o
-- [download 6% complete]
[ 2%] Building CXX object source/externals/ptl/src/CMakeFiles/ptl-shared.dir/ThreadPool.cc.o
-- [download 9% complete]
[ 2%] Building CXX object source/externals/ptl/src/CMakeFiles/ptl-shared.dir/Threading.cc.o
[ 2%] Building CXX object source/externals/ptl/src/CMakeFiles/ptl-shared.dir/UserTaskQueue.cc.o
-- [download 10% complete]
[ 2%] Building CXX object source/externals/ptl/src/CMakeFiles/ptl-shared.dir/VUserTaskQueue.cc.o
[ 2%] Linking CXX shared library ../../../../BuildProducts/lib/libG4ptl.dylib
[ 2%] Built target ptl-shared
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/AxisAngle.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/BasicVector3D.cc.o
-- [download 11% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/Boost.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/BoostX.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/BoostY.cc.o
-- [download 7% complete]
-- [download 12% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/BoostZ.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/DoubConv.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/DualRand.cc.o
-- [download 13% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/EngineFactory.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/engineIDulong.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/erfQ.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/EulerAngles.cc.o
-- [download 14% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/Evaluator.cc.o
-- [download 3% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/flatToGaussian.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/gammln.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/JamesRandom.cc.o
-- [download 15% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzRotation.cc.o
-- [download 8% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzRotationC.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzRotationD.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzVectorB.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzVector.cc.o
-- [download 16% complete]
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzVectorC.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzVectorK.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzVectorL.cc.o
[ 2%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/LorentzVectorR.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/MixMaxRng.cc.o
-- [download 9% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/MTwistEngine.cc.o
-- [download 17% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/NonRandomEngine.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/Normal3D.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/Plane3D.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/Point3D.cc.o
-- [download 18% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandBinomial.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandBit.cc.o
-- [download 10% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandBreitWigner.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandChiSquare.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandExponential.cc.o
-- [download 19% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandFlat.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandGamma.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandGauss.cc.o
-- [download 4% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandGaussQ.cc.o
-- [download 20% complete]
-- [download 11% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandGeneral.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandLandau.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/Random.cc.o
-- [download 21% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandomEngine.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandPoisson.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandPoissonQ.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RandStudentT.cc.o
-- [download 22% complete]
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/RanecuEngine.cc.o
[ 3%] Building CXX object source/externals/clhep/CMakeFiles/G4clhep.dir/src/Ranlux64Engine.cc.o
-- [download 23% complete]
-- [download 97% complete]
[ 7%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/root/src/G4RootRFileManager.cc.o
[ 7%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/root/src/G4RootRNtupleManager.cc.o
-- [download 98% complete]
[ 8%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/xml/src/G4XmlAnalysisManager.cc.o
-- [download 99% complete]
-- [download 38% complete]
[ 8%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/xml/src/G4XmlAnalysisReader.cc.o
-- [download 100% complete]
-- [download 14% complete]
[ 8%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/xml/src/G4XmlNtupleFileManager.cc.o
-- verifying file...
file='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/RealSurface-2.2/src/G4RealSurface.2.2.tar.gz'
-- Downloading... done
[ 8%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/xml/src/G4XmlFileManager.cc.o
-- extracting...
src='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/Externals/RealSurface-2.2/src/G4RealSurface.2.2.tar.gz'
dst='/Users/sarahabdelaziz/g4test/geant4/build-11.3.0/data/RealSurface2.2'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 8%] No update step for 'RealSurface'
[ 8%] No patch step for 'RealSurface'
[ 8%] No configure step for 'RealSurface'
[ 8%] No build step for 'RealSurface'
[ 8%] No install step for 'RealSurface'
[ 8%] Completed 'RealSurface'
[ 8%] Built target RealSurface
[ 8%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4AttCheck.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4AttDef.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/xml/src/G4XmlNtupleManager.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4AttDefStore.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4AttHolder.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/xml/src/G4XmlRFileManager.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4AttUtils.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Circle.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Colour.cc.o
-- [download 39% complete]
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4DimensionedTypeUtils.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4PlacedPolyhedron.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Point3DList.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Polyhedron.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4PolyhedronArbitrary.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4analysis.dir/analysis/xml/src/G4XmlRNtupleManager.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Polyline.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Polymarker.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4SceneTreeItem.cc.o
[ 9%] Linking CXX shared library ../BuildProducts/lib/libG4analysis.dylib
[ 9%] Built target G4analysis
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4AtomicFormFactor.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Square.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4AtomicShells.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Text.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4AtomicShells_XDB_EADL.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Plotter.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4CrystalExtension.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4VGraphicsScene.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4CrystalUnitCell.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4VMarker.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4VVisManager.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4DensityEffectCalculator.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4VisAttributes.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4DensityEffectData.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4VisExtent.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4Element.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/G4Visible.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4graphics_reps.dir/graphics_reps/src/HepPolyhedron.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4ElementData.cc.o
-- [download 40% complete]
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4ElementDataRegistry.cc.o
-- [download 15% complete]
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4ExtDEDXTable.cc.o
[ 9%] Linking CXX shared library ../BuildProducts/lib/libG4graphics_reps.dylib
[ 9%] Built target G4graphics_reps
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointAlpha.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4ExtendedMaterial.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointDeuteron.cc.o
-- [download 41% complete]
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointElectron.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4ICRU90StoppingData.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointElectronFI.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4IonisParamElm.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointGamma.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4IonisParamMat.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointGenericIon.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4IonStoppingData.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointHe3.cc.o
-- [download 42% complete]
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointIons.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4Isotope.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointPositron.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4LatticeLogical.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointProton.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4LatticePhysical.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/adjoint/src/G4AdjointTriton.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4Material.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4BosonConstructor.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4ChargedGeantino.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4MaterialPropertiesTable.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4ChargedUnknownParticle.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4Gamma.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4MicroElecMaterialStructure.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4Geantino.cc.o
-- [download 43% complete]
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4MicroElecSiStructure.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4OpticalPhoton.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4NistElementBuilder.cc.o
[ 9%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4PhononLong.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4PhononTransFast.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4NistManager.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4PhononTransSlow.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4NistMaterialBuilder.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/bosons/src/G4UnknownParticle.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiLambda.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiLambdab.cc.o
-- [download 44% complete]
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiLambdacPlus.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4NistMessenger.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiNeutron.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4OpticalSurface.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiOmegaMinus.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4SandiaTable.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiOmegabMinus.cc.o
-- [download 16% complete]
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiOmegacZero.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4SurfaceProperty.cc.o
-- [download 45% complete]
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiProton.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4UCNMaterialPropertiesTable.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmaMinus.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4materials.dir/materials/src/G4UCNMicroRoughnessHelper.cc.o
[ 10%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmaPlus.cc.o
[ 11%] Linking CXX shared library ../BuildProducts/lib/libG4materials.dylib
[ 11%] Built target G4materials
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmaZero.cc.o
[ 11%] Built target G4interfaces_autogen_timestamp_deps
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmacPlus.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4GeometryCell.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmacPlusPlus.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4GeometryCellComp.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmacZero.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4GeometryCellImportance.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmabMinus.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4GeometryCellStep.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmabPlus.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4GeometryCellStepStream.cc.o
-- [download 46% complete]
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiSigmabZero.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4IStore.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiXiMinus.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4ImportanceAlgorithm.cc.o
[ 11%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiXiZero.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4Nsplit_Weight.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiXicPlus.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4VGCellFinder.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiXicZero.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4VIStore.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiXibMinus.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4VImportanceAlgorithm.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4AntiXibZero.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4VImportanceSplitExaminer.cc.o
-- [download 47% complete]
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4BaryonConstructor.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4VWeightWindowAlgorithm.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4Lambda.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4VWeightWindowStore.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4Lambdab.cc.o
-- [download 17% complete]
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4WeightWindowAlgorithm.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4LambdacPlus.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/biasing/src/G4WeightWindowStore.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4Neutron.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/divisions/src/G4PVDivision.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4OmegaMinus.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4OmegabMinus.cc.o
[ 12%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/divisions/src/G4PVDivisionFactory.cc.o
-- [download 48% complete]
[ 13%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4OmegacZero.cc.o
[ 13%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/divisions/src/G4ParameterisationBox.cc.o
[ 13%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4Proton.cc.o
[ 13%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/divisions/src/G4ParameterisationCons.cc.o
[ 13%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4SigmaMinus.cc.o
[ 13%] Building CXX object source/CMakeFiles/G4geometry.dir/geometry/divisions/src/G4ParameterisationPara.cc.o
[ 13%] Building CXX object source/CMakeFiles/G4particles.dir/particles/hadrons/barions/src/G4SigmaPlus.cc.o
[ 13%] Building
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4PSTrackCounter3D.cc.o
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 30%] No update step for 'G4EMLOW'
[ 30%] No patch step for 'G4EMLOW'
[ 30%] No configure step for 'G4EMLOW'
[ 30%] No build step for 'G4EMLOW'
[ 30%] No install step for 'G4EMLOW'
[ 30%] Completed 'G4EMLOW'
[ 30%] Built target G4EMLOW
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4PSTrackLength.cc.o
-- [download 37% complete]
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4PSTrackLength3D.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4PSVolumeFlux.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4PSVolumeFlux3D.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4SDChargedFilter.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4SDKineticEnergyFilter.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4SDNeutralFilter.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4SDParticleFilter.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/scorer/src/G4SDParticleWithEnergyFilter.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4DefaultLinearColorMap.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoreLogColorMap.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4VScoreNtupleWriter.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoreQuantityMessenger.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoringBox.cc.o
[ 30%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoringCylinder.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoringManager.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoringMessenger.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoringRealWorld.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4ScoringProbe.cc.o
-- [download 38% complete]
[ 31%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4VScoreColorMap.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4VScoreWriter.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4digits_hits.dir/digits_hits/utils/src/G4VScoringMesh.cc.o
[ 31%] Linking CXX shared library ../BuildProducts/lib/libG4digits_hits.dylib
[ 31%] Built target G4digits_hits
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/management/src/G4BiasingOperationManager.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/management/src/G4VProcessPlacer.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/management/src/G4ProcessPlacer.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/management/src/G4VBiasingOperation.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/management/src/G4VBiasingOperator.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BiasingHelper.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BiasingProcessInterface.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BiasingProcessSharedData.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BOptnChangeCrossSection.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BOptnCloning.cc.o
-- [download 39% complete]
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BOptnForceCommonTruncatedExp.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BOptnForceFreeFlight.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BOptnLeadingParticle.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BOptrForceCollision.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4BOptrForceCollisionTrackData.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4ILawCommonTruncatedExp.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4ILawForceFreeFlight.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4ILawTruncatedExp.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4InteractionLawPhysical.cc.o
[ 31%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4ParallelGeometriesLimiterProcess.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/generic/src/G4ParticleChangeForOccurenceBiasing.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4GeometrySampler.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4ImportanceConfigurator.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4ImportanceProcess.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4SamplingPostStepAction.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4VSampler.cc.o
-- [download 40% complete]
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4VSamplerConfigurator.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4WeightCutOffConfigurator.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4WeightCutOffProcess.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4WeightWindowConfigurator.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/biasing/importance/src/G4WeightWindowProcess.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4MCCIndexConversionTable.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4MaterialCutsCouple.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4PhysicsTableHelper.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4ProductionCuts.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4ProductionCutsTable.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4ProductionCutsTableMessenger.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4RToEConvForElectron.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4RToEConvForGamma.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4RToEConvForPositron.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4RToEConvForProton.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/cuts/src/G4VRangeToEnergyConverter.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/decay/src/G4Decay.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/decay/src/G4DecayWithSpin.cc.o
-- [download 41% complete]
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/decay/src/G4PionDecayMakeSpin.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/decay/src/G4UnknownDecay.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointAlongStepWeightCorrection.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointBremsstrahlungModel.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointCSManager.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointCSMatrix.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointComptonModel.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointInterpolator.cc.o
[ 32%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointIonIonisationModel.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointPhotoElectricModel.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointProcessEquivalentToDirectProcess.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointeIonisationModel.cc.o
-- [download 42% complete]
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointhIonisationModel.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointhMultipleScattering.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4ContinuousGainOfEnergy.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4InversePEEffect.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4IonInverseIonisation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4VAdjointReverseReaction.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4AdjointForcedInteractionForGamma.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4VEmAdjointModel.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4eInverseBremsstrahlung.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4eInverseCompton.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4eInverseIonisation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4hInverseIonisation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4UrbanAdjointMscModel.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/adjoint/src/G4eAdjointMultipleScattering.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAAttachment.cc.o
-- [download 43% complete]
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNABrownianTransportation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAChargeDecrease.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAChargeIncrease.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNADissociation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAElastic.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAElectronSolvation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAElectronHoleRecombination.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAExcitation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAPlasmonExcitation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAIonisation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAMolecularDissociation.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAPositronium.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNARotExcitation.cc.o
-- [download 44% complete]
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAWaterDissociationDisplacer.cc.o
[ 33%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNASecondOrderReaction.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAVibExcitation.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAScavengerProcess.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAPolyNucleotideReactionProcess.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNADoubleIonisation.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNATripleIonisation.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/processes/src/G4DNAQuadrupleIonisation.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4ChemEquilibrium.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNABornAngle.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNABornExcitationModel1.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNABornExcitationModel2.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNABornIonisationModel1.cc.o
-- [download 45% complete]
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNABornIonisationModel2.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNACPA100ElasticModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNACPA100ExcitationModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNACPA100IonisationModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNAChampionElasticModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNADingfelderChargeDecreaseModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNADingfelderChargeIncreaseModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNADiracRMatrixExcitationModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNADoubleIonisationModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNAELSEPAElasticModel.cc.o
-- [download 46% complete]
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNAEmfietzoglouExcitationModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNAEmfietzoglouIonisationModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNAEventScheduler.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNAGeneralIonIonisationModel.cc.o
[ 34%] Building CXX object source/CMakeFiles/G4processes.dir/processes/electromagnetic/dna/models/src/G4DNAGillespieDirectMethod.cc.o