Skip to content
Snippets Groups Projects
Commit 629af8fc authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch '22-acts-still-using-wrong-eigen-version' into 'master'

Resolve "ACTS still using wrong EIGEN version"

Closes #22

See merge request !25
parents 88230184 3f2d4910
Branches
Tags
1 merge request!25Resolve "ACTS still using wrong EIGEN version"
...@@ -23,7 +23,7 @@ spack: ...@@ -23,7 +23,7 @@ spack:
- podio@0.13 - podio@0.13
- geant4@10.6.2 cxxstd=17 +opengl +vecgeom +x11 +qt ^qt +opengl - geant4@10.6.2 cxxstd=17 +opengl +vecgeom +x11 +qt ^qt +opengl
- dd4hep@1.14.1 +geant4 +assimp +hepmc3 +ipo - dd4hep@1.14.1 +geant4 +assimp +hepmc3 +ipo
- acts@1.02.0 +dd4hep +digitization +identification +json +tgeo +ipo - acts@1.02.0 +dd4hep +digitization +identification +json +tgeo +ipo ^eigen@3.3.7
- gaudi@34.0 - gaudi@34.0
- dawn@3_91a - dawn@3_91a
- dawncut@1_54a - dawncut@1_54a
......
...@@ -5,11 +5,11 @@ FROM eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:@TAG@ as build ...@@ -5,11 +5,11 @@ FROM eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:@TAG@ as build
RUN cd /opt/spack-environment && spack env activate . && spack gc -y RUN cd /opt/spack-environment && spack env activate . && spack gc -y
# Strip all the binaries # Strip all the binaries
RUN find -L /usr/local/* -type f -exec readlink -f '{}' \; | \ #RUN find -L /usr/local/* -type f -exec readlink -f '{}' \; | \
xargs file -i | \ #xargs file -i | \
grep 'charset=binary' | \ #grep 'charset=binary' | \
grep 'x-executable\|x-archive\|x-sharedlib' | \ #grep 'x-executable\|x-archive\|x-sharedlib' | \
awk -F: '{print $1}' | xargs strip -s #awk -F: '{print $1}' | xargs strip -s
FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_minimal:testing-20201117 FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_minimal:testing-20201117
LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment