Skip to content

Commit

Permalink
CI/Mac: Add libomp
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 4, 2024
1 parent 2920b95 commit 40beaff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
command: cp -r example-data-sets/* ~/
- run:
name: Install prerequisites
command: scripts/install-prerequisites.sh
command: |
scripts/install-prerequisites.sh
curl -O https://mac.r-project.org/openmp/openmp-16.0.4-darwin20-Release.tar.gz
sudo tar fvxz openmp-16.0.4-darwin20-Release.tar.gz -C /
- run:
name: Install GraphBLAS (using compact mode to reduce build times)
command: scripts/install-graphblas.sh --compact
Expand Down

0 comments on commit 40beaff

Please sign in to comment.