Skip to content

Commit

Permalink
Prepare for vGate 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Apr 5, 2024
1 parent 86e2ac3 commit 0628e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docker/vGate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ echo 'source /home/vgate/Software/Geant4/install/bin/geant4.sh' >> /home/vgate/.
cd
cd Software/Gate
mkdir src bin
git clone -b v9.3 https://github.com/OpenGATE/Gate.git src
git clone -b v9.4 https://github.com/OpenGATE/Gate.git src
cd bin
ccmake ../src -DGATE_USE_RTK=ON -DGATE_USE_TORCH=ON -DTorch_DIR=/home/vgate/Software/libtorch/share/cmake/Torch -DGATE_COMPILE_GATEDIGIT=ON
make
Expand Down

0 comments on commit 0628e95

Please sign in to comment.