Skip to content

Commit

Permalink
fix CI bug for omp installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Yusufoglu authored and psychocoderHPC committed Mar 6, 2024
1 parent 6116586 commit 1c06aa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/install_omp.sh
Expand Up @@ -11,6 +11,11 @@ source ./script/set.sh
if [ "$ALPAKA_CI_OS_NAME" = "macOS" ]
then
# workaround to avoid link issues from python 2 to 3 during libomp dependency installation
rm '/usr/local/bin/2to3-3.11' || true
rm '/usr/local/bin/idle3.11' || true
rm '/usr/local/bin/pydoc3.11' || true
rm '/usr/local/bin/python3.11' || true
rm '/usr/local/bin/python3.11-config' || true
rm '/usr/local/bin/2to3-3.12'
rm '/usr/local/bin/idle3.12'
rm '/usr/local/bin/pydoc3.12'
Expand Down

0 comments on commit 1c06aa8

Please sign in to comment.