Skip to content
Snippets Groups Projects
Commit 9f1f7ef0 authored by Sumalyo Datta's avatar Sumalyo Datta
Browse files

updating spack install process

parent 51833bc4
No related branches found
No related tags found
1 merge request!2Support for supervisor and reddis in faser-daq docker
...@@ -173,7 +173,7 @@ ADD https://gitlab.cern.ch/ep-dt-di/daq/daqling/-/raw/master/ansible/roles/redis ...@@ -173,7 +173,7 @@ ADD https://gitlab.cern.ch/ep-dt-di/daq/daqling/-/raw/master/ansible/roles/redis
WORKDIR /daqling-spack-repo WORKDIR /daqling-spack-repo
RUN rm -r spack/ RUN rm -r spack/
RUN git clone -b v0.16.3 --single-branch https://github.com/spack/spack.git RUN git clone -b v0.16.3 --single-branch https://github.com/spack/spack.git
RUN sed -i 's/spack install nlohmann-json@3.6.1 ${ARCH} cppzmq@4.3.0 ${ARCH} xmlrpc-c@1.51.06 ${ARCH} boost@1.70.0 ${ARCH} cpr ${ARCH} ers ${ARCH} folly-incl ${ARCH} moody-incl ${ARCH}$/& zstd ${ARCH} googletest ${ARCH} lz4@1.9.2 ${ARCH} brotli ${ARCH}/' /daqling-spack-repo/Install.sh RUN sed -i '/^if \[ \?\$/i spack install zstd ${ARCH} googletest ${ARCH} lz4@1.9.2 ${ARCH} brotli ${ARCH}\n' /daqling-spack-repo/Install.sh
RUN ./Install.sh RUN ./Install.sh
EXPOSE 22 80 9001 5000 EXPOSE 22 80 9001 5000
......
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