Skip to content
Snippets Groups Projects
Commit 6c7f757e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: target=x86_64_v2 minimum for (some) vectorization

parent 27ebb399
No related branches found
No related tags found
1 merge request!558feat: target=x86_64_v2 minimum for (some) vectorization
......@@ -45,7 +45,7 @@ SHELL ["docker-shell"]
ARG jobs=64
RUN declare -A target=( \
["linux/amd64"]="x86_64" \
["linux/amd64"]="x86_64_v2" \
["linux/arm64"]="aarch64" \
) \
&& target=${target[${TARGETPLATFORM}]} \
......
......@@ -3,7 +3,7 @@ spack:
- ../concretizer.yaml
- ../packages.yaml
specs:
- acts@21.1.0 +dd4hep +identification +json +tgeo +examples +fatras +geant4 +python
- acts@21.1.0 +dd4hep +identification +json +tgeo +examples +fatras +geant4 +python build_type=Debug
- actsvg@0.4.26 +examples
- acts-dd4hep@1.0.1
- afterburner@0.1.2 +root +zlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment