Skip to content
Snippets Groups Projects
Verified Commit 509c6e85 authored by Shinhyung Yang's avatar Shinhyung Yang
Browse files

Added build option for PAPI on Alpine Linux

parent 48e44813
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ function getDependencies() {
cd "${REPO_DIR}"
git archive @ | tar -x -C "${MY_BUILD}"
cd "${MY_BUILD}/src"
export CFLAGS="${CFLAGS} -D_GNU_SOURCE"
./configure --prefix=${INST_DIR}
make -j$(nproc) install
PAPI_ROOT="${INST_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment