Skip to content

Commit

Permalink
Fix hpxmp and omp build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
light2802 committed Jul 27, 2023
1 parent 7d12a04 commit d80fd86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-hpxmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BUILD_DIR=${OMP_DIR}/cmake-build-${PROJECT}/${BUILD_TYPE}/
mkdir -p ${PREFIX}

if [ ! -d ${LLVM_DIR} ]; then
git clone --depth=1 -b hpxc git@github.com:light2802/llvm-project.git ${LLVM_DIR}
git clone --depth=1 -b hpxmp-v16 https://github.com/light2802/llvm-project.git ${LLVM_DIR}
fi

rm -rf ${BUILD_DIR}
Expand Down
4 changes: 2 additions & 2 deletions build-omp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ BUILD_DIR=${OMP_DIR}/cmake-build-${PROJECT}/${BUILD_TYPE}/
mkdir -p ${PREFIX}

if [ ! -d ${LLVM_DIR} ]; then
git clone --depth=1 -b llvmorg-${LLVM_VERSION} git@github.com:llvm/llvm-project.git ${LLVM_DIR}
#git clone --depth=1 -b hpxc git@github.com:light2802/llvm-project.git ${LLVM_DIR}
#git clone --depth=1 -b llvmorg-${LLVM_VERSION} git@github.com:llvm/llvm-project.git ${LLVM_DIR}
git clone --depth=1 -b hpxmp-v16 https://github.com/light2802/llvm-project.git ${LLVM_DIR}
fi

rm -rf ${BUILD_DIR}
Expand Down

0 comments on commit d80fd86

Please sign in to comment.