Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

install libomp

install libomp #6

Workflow file for this run

name: Build
on:
push:
branches:
- main
- cibuild
jobs:
build:
runs-on: macos-13-xlarge
steps:
- run: |
uname -a
xcode-select -p
brew install libomp
find /opt/homebrew -name omp.h
mdfind -name omp.h