File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,6 @@ RUN update-ca-certificates
449
449
450
450
# copy environment initialization script into container
451
451
# and make sure the default profile will call it as well
452
+ ENV CMAKE_PREFIX_PATH=/usr/local
452
453
COPY ./ldmx-env-init.sh /etc/
453
- RUN printf "%s\n " \
454
- ". /etc/ldmx-env-init.sh" \
455
- >> /etc/skel/.profile
454
+ RUN printf "\n %s\n " ". /etc/ldmx-env-init.sh" >> /etc/skel/.profile
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ if [ -z "${LDMX_SW_INSTALL+x}" ]; then
28
28
fi
29
29
fi
30
30
31
- export CMAKE_PREFIX_PATH=" /usr/local/"
32
-
33
31
if [ -n " ${LDMX_SW_INSTALL+x} " ]; then
34
32
export LD_LIBRARY_PATH=" ${LDMX_SW_INSTALL} /lib:${LD_LIBRARY_PATH} "
35
33
export PYTHONPATH=" ${LDMX_SW_INSTALL} /python:${LDMX_SW_INSTALL} /lib:${PYTHONPATH} "
You can’t perform that action at this time.
0 commit comments