Docker + build-release.sh + PAPI.cmake (#111)

- Release Docker uses CMake 3.21.4
- Configurable PAPI_C_COMPILER
- build-release.sh builds install
This commit is contained in:
Jonathan R. Madsen
2022-07-25 02:36:28 -05:00
committed by GitHub
parent 99da25ea80
commit 015fdfac6a
5 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN zypper update -y && \
zypper dist-upgrade -y && \
zypper install -y -t pattern devel_basis && \
zypper install -y python3-pip openmpi3-devel gcc-c++ git libnuma-devel dpkg-devel rpm-build wget curl binutils-gold && \
python3 -m pip install 'cmake==3.18.4'
python3 -m pip install 'cmake==3.21.4'
# ARG AMDGPU_RPM=21.40.2/sle/15/amdgpu-install-21.40.2.40502-1.noarch.rpm
ARG AMDGPU_RPM=latest/sle/15/amdgpu-install-21.50.50000-1.noarch.rpm