Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions spack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt update \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir -p /opt/spack && curl -sL https://github.com/spack/spack/archive/v0.23.0.tar.gz | tar -xz --strip-components 1 -C /opt/spack
RUN mkdir -p /opt/spack && curl -sL https://github.com/spack/spack/archive/refs/heads/develop.tar.gz | tar -xz --strip-components 1 -C /opt/spack

RUN echo "source /opt/spack/share/spack/setup-env.sh" > /etc/profile.d/z09_source_spack_setup.sh

Expand Down Expand Up @@ -89,4 +89,3 @@ RUN cd $OPTICKS_HOME \

## Ready for use
ENTRYPOINT ["bash","--login"]

43 changes: 0 additions & 43 deletions spack/packages/optix-dev/package.py

This file was deleted.

21 changes: 0 additions & 21 deletions spack/packages/plog/package.py

This file was deleted.