Skip to content

Commit

Permalink
bad path name
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent b622208 commit 7f097f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN git clone https://github.com/apache/xerces-c.git /tmp/xerces \
-Dtranscoder=iconv \
-DCMAKE_CXX_FLAGS=-fPIC \
-DCMAKE_C_FLAGS=-fPIC \
&& cmake --build /tmp/geant4/build -j$(nproc) --target install \
&& rm -rf /tmp/geant4 \
&& cmake --build /tmp/xerces/build -j$(nproc) --target install \
&& rm -rf /tmp/xerces \

RUN git clone https://github.com/Geant4/geant4.git /tmp/geant4 --branch=${GEANT4_VERSION} --depth=1 \
&& cmake -G Ninja -B /tmp/geant4/build -S /tmp/geant4 \
Expand Down

0 comments on commit 7f097f9

Please sign in to comment.