Skip to content
Snippets Groups Projects

feat: target=x86_64_v2 minimum for (some) vectorization

Merged Wouter Deconinck requested to merge arch-x86_64_v3 into master
Files
3
@@ -46,11 +46,11 @@ SHELL ["docker-shell"]
@@ -46,11 +46,11 @@ SHELL ["docker-shell"]
ARG jobs=64
ARG jobs=64
RUN declare -A arch=( \
RUN declare -A arch=( \
["linux/amd64"]="x86_64" \
["linux/amd64"]="x86_64_v3" \
["linux/arm64"]="aarch64" \
["linux/arm64"]="aarch64" \
) \
) \
&& arch=${arch[${TARGETPLATFORM}]} \
&& arch=${arch[${TARGETPLATFORM}]} \
&& spack config --scope site add "packages:all:require:arch=${arch}" \
&& spack config --scope site add "packages:all:require:[arch=${arch}]" \
&& spack config blame packages \
&& spack config blame packages \
&& spack config --scope site add "config:suppress_gpg_warnings:true" \
&& spack config --scope site add "config:suppress_gpg_warnings:true" \
&& spack config --scope site add "config:build_jobs:${jobs}" \
&& spack config --scope site add "config:build_jobs:${jobs}" \
Loading