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

- Release Docker uses CMake 3.21.4
- Configurable PAPI_C_COMPILER
- build-release.sh builds install

[ROCm/rocprofiler-systems commit: 015fdfac6a]
This commit is contained in:
Jonathan R. Madsen
2022-07-25 02:36:28 -05:00
committed by GitHub
parent 07bda896e2
commit c065874631
5 changed files with 19 additions and 6 deletions
@@ -208,7 +208,7 @@ build-and-package-base()
verbose-run cmake --build ${BUILD_DIR}/${DIR} --target clean
fi
verbose-run cmake --build ${BUILD_DIR}/${DIR} --target all --parallel ${NJOBS}
verbose-run cmake --build ${BUILD_DIR}/${DIR} --target all --parallel ${NJOBS}
verbose-run cmake --build ${BUILD_DIR}/${DIR} --target install --parallel ${NJOBS}
pushd ${BUILD_DIR}/${DIR}
verbose-run rm -f *.sh *.deb *.rpm
popd