Skip to content
Snippets Groups Projects
Commit 0bb97b59 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

fix TRIM

parent 9ab74ff1
No related branches found
No related tags found
No related merge requests found
......@@ -11,14 +11,12 @@ WORKDIR /opt/ShellB3
ARG REVNUM=dev
ENV REVNUM=$REVNUM
ARG PYTHON_VERSION=39
ARG TRIM=cspp
ENV PORTABLESHELLB3=true
FROM setup as compiler
ENV MAKEFLAGS=-j8
RUN ./shallbethree.sh mk_gcc12
ENV MAKEFLAGS=-j16
ARG LINUXCPUFLAGS="-march=ivybridge -fPIC"
ENV LINUXCPUFLAGS="${LINUXCPUFLAGS}"
# numcodecs will break on avx2 build when ivybridge arch is forced
......@@ -26,6 +24,8 @@ ENV DISABLE_NUMCODECS_AVX2=correctamundo
ENV TRIM_PYTHON_VERSION=3
FROM compiler as build
ARG TRIM=cspp
ENV TRIM=$TRIM
RUN ./shallbethree.sh mk_${TRIM}
# RUN ./shallbethree.sh mk_core
......
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