Skip to content
Snippets Groups Projects
Commit 51cab990 authored by Corné Lukken's avatar Corné Lukken
Browse files

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatarBram Veenboer <veenboer@astron.nl>
parent 668ff2d9
No related branches found
No related tags found
1 merge request!1Draft: Integrate CI/CD into COBALT spack builds
Pipeline #115363 canceled
Pipeline: cobalt-installation

#115364

    ...@@ -6,21 +6,21 @@ RUN apt update && \ ...@@ -6,21 +6,21 @@ RUN apt update && \
    apt install -y \ apt install -y \
    git \ git \
    ca-certificates \ ca-certificates \
    wget \ automake \
    kmod \ bzip2 \
    cmake-curses-gui \
    environment-modules \ environment-modules \
    python3 \ file \
    g++ \ g++ \
    gfortran \ gfortran \
    zip \ kmod \
    xz-utils \
    pkgconf \
    bzip2 \
    make \ make \
    cmake-curses-gui \ pkgconf \
    python3 \
    vim \ vim \
    automake \ wget \
    file xz-utils \
    zip
    ENV SPACK_VERSION=0.23.0 ENV SPACK_VERSION=0.23.0
    ENV SPACK_DIR=/opt/spack/${SPACK_VERSION} ENV SPACK_DIR=/opt/spack/${SPACK_VERSION}
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment