File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 55
55
CIBW_TEST_COMMAND : " python3 -m pytest -vv {project}/pyapr/tests"
56
56
CIBW_TEST_SKIP : " *-win_amd64" # windows tests are run separately
57
57
CIBW_BEFORE_BUILD_LINUX : " yum makecache && yum install -y libtiff-devel hdf5-devel"
58
- CIBW_ENVIRONMENT_MACOS : CPPFLAGS="-I/opt/homebrew/opt/llvm/include -I/opt/homebrew/opt/libomp/include " LDFLAGS="-L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/opt/libomp/lib " CXX="/opt/homebrew/opt/llvm/bin/clang++" CC="/opt/homebrew/opt/llvm/bin/clang" EXTRA_CMAKE_ARGS="-DCMAKE_PREFIX_PATH=/opt/homebrew/Cellar/libtiff/4.6.0"
58
+ CIBW_ENVIRONMENT_MACOS : CPPFLAGS="-I/opt/homebrew/opt/llvm/include" LDFLAGS="-L/opt/homebrew/opt/llvm/lib" CXX="/opt/homebrew/opt/llvm/bin/clang++" CC="/opt/homebrew/opt/llvm/bin/clang" EXTRA_CMAKE_ARGS="-DCMAKE_PREFIX_PATH=/opt/homebrew/Cellar/libtiff/4.6.0;/opt/homebrew/opt/libomp "
59
59
60
60
steps :
61
61
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments