Loading scripts/circle/suse-pgi-openmpi/Dockerfile +6 −6 Original line number Diff line number Diff line Loading @@ -19,17 +19,17 @@ RUN curl -L https://github.com/ofiwg/libfabric/releases/download/v1.6.0/libfabri && rm -rf libfabric-1.6.0 # Install the CMake binary WORKDIR /opt/cmake/3.11.2 RUN curl -L https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.tar.gz | \ WORKDIR /opt/cmake/3.13.1 RUN curl -L https://cmake.org/files/v3.13/cmake-3.13.1-Linux-x86_64.tar.gz | \ tar --strip-components=1 -xz \ && pushd /usr/local/bin \ && ln -s /opt/cmake/3.11.2/bin/ctest \ && ln -s /opt/cmake/3.11.2/bin/cmake \ && ln -s /opt/cmake/3.11.2/bin/cpack && ln -s /opt/cmake/3.13.1/bin/ctest \ && ln -s /opt/cmake/3.13.1/bin/cmake \ && ln -s /opt/cmake/3.13.1/bin/cpack # Install PGI compiler WORKDIR /tmp/pgi-install RUN curl -L 'https://data.kitware.com/api/v1/file/5aff14c18d777f15ebe1ec22/download' | tar -xz RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a8caa8d777f072bdbfafb/download' | tar -xz RUN export \ PGI_SILENT=true \ PGI_ACCEPT_EULA=accept \ Loading scripts/circle/suse-pgi/Dockerfile +6 −6 Original line number Diff line number Diff line Loading @@ -11,17 +11,17 @@ WORKDIR /usr/bin RUN ln -s gfortran g77 # Install the CMake binary WORKDIR /opt/cmake/3.11.2 RUN curl -L https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.tar.gz | \ WORKDIR /opt/cmake/3.13.1 RUN curl -L https://cmake.org/files/v3.13/cmake-3.13.1-Linux-x86_64.tar.gz | \ tar --strip-components=1 -xz \ && pushd /usr/local/bin \ && ln -s /opt/cmake/3.11.2/bin/ctest \ && ln -s /opt/cmake/3.11.2/bin/cmake \ && ln -s /opt/cmake/3.11.2/bin/cpack && ln -s /opt/cmake/3.13.1/bin/ctest \ && ln -s /opt/cmake/3.13.1/bin/cmake \ && ln -s /opt/cmake/3.13.1/bin/cpack # Install PGI compiler WORKDIR /tmp/pgi-install RUN curl -L 'https://data.kitware.com/api/v1/file/5aff14c18d777f15ebe1ec22/download' | tar -xz RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a8caa8d777f072bdbfafb/download' | tar -xz RUN export \ PGI_SILENT=true \ PGI_ACCEPT_EULA=accept \ Loading Loading
scripts/circle/suse-pgi-openmpi/Dockerfile +6 −6 Original line number Diff line number Diff line Loading @@ -19,17 +19,17 @@ RUN curl -L https://github.com/ofiwg/libfabric/releases/download/v1.6.0/libfabri && rm -rf libfabric-1.6.0 # Install the CMake binary WORKDIR /opt/cmake/3.11.2 RUN curl -L https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.tar.gz | \ WORKDIR /opt/cmake/3.13.1 RUN curl -L https://cmake.org/files/v3.13/cmake-3.13.1-Linux-x86_64.tar.gz | \ tar --strip-components=1 -xz \ && pushd /usr/local/bin \ && ln -s /opt/cmake/3.11.2/bin/ctest \ && ln -s /opt/cmake/3.11.2/bin/cmake \ && ln -s /opt/cmake/3.11.2/bin/cpack && ln -s /opt/cmake/3.13.1/bin/ctest \ && ln -s /opt/cmake/3.13.1/bin/cmake \ && ln -s /opt/cmake/3.13.1/bin/cpack # Install PGI compiler WORKDIR /tmp/pgi-install RUN curl -L 'https://data.kitware.com/api/v1/file/5aff14c18d777f15ebe1ec22/download' | tar -xz RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a8caa8d777f072bdbfafb/download' | tar -xz RUN export \ PGI_SILENT=true \ PGI_ACCEPT_EULA=accept \ Loading
scripts/circle/suse-pgi/Dockerfile +6 −6 Original line number Diff line number Diff line Loading @@ -11,17 +11,17 @@ WORKDIR /usr/bin RUN ln -s gfortran g77 # Install the CMake binary WORKDIR /opt/cmake/3.11.2 RUN curl -L https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.tar.gz | \ WORKDIR /opt/cmake/3.13.1 RUN curl -L https://cmake.org/files/v3.13/cmake-3.13.1-Linux-x86_64.tar.gz | \ tar --strip-components=1 -xz \ && pushd /usr/local/bin \ && ln -s /opt/cmake/3.11.2/bin/ctest \ && ln -s /opt/cmake/3.11.2/bin/cmake \ && ln -s /opt/cmake/3.11.2/bin/cpack && ln -s /opt/cmake/3.13.1/bin/ctest \ && ln -s /opt/cmake/3.13.1/bin/cmake \ && ln -s /opt/cmake/3.13.1/bin/cpack # Install PGI compiler WORKDIR /tmp/pgi-install RUN curl -L 'https://data.kitware.com/api/v1/file/5aff14c18d777f15ebe1ec22/download' | tar -xz RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a8caa8d777f072bdbfafb/download' | tar -xz RUN export \ PGI_SILENT=true \ PGI_ACCEPT_EULA=accept \ Loading