You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN cd xerces-c-3.2.2 && mkdir build && cd build && cmake -Dnetwork-accessor=curl -Dtranscoder=icu -Dmessage-loader=icu -Dxmlch-type=uint16_t -Dmutex-manager=posix .. && make -j $(nproc) -w && make install
15
+
16
+
RUN tar -xzf geant4-9.6.2.tar.gz
17
+
RUN cd geant4-9.6.2/source/visualization/HepRep/src/ && mv gzipoutputstream.cc GZIPOutputStream.cc && mv zipoutputstream.cc ZipOutputStream.cc
18
+
RUN sed -i "/^cmake_minimum_required/a cmake_policy(SET CMP0038 OLD)" geant4-9.6.2/CMakeLists.txt
19
+
RUN sed -i "s/__va_copy/__builtin_va_copy/" geant4-9.6.2/source/processes/hadronic/models/lend/src/statusMessageReporting.cc
20
+
21
+
RUN cd geant4-9.6.2 && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/app/geant4_install -DGEANT4_USE_SYSTEM_EXPAT=ON -DGEANT4_USE_GDML=ON -DGEANT4_INSTALL_DATA=OFF .. && make -j $(nproc) -w && make install
0 commit comments