We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328cafa commit 264d45fCopy full SHA for 264d45f
.github/workflows/python-package.yml
@@ -77,7 +77,7 @@ jobs:
77
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
78
- name: Build CPP extension with clang++
79
run: |
80
- export CXX=$(brew --prefix llvm@15)/bin/clang++
+ export CXX=$(brew --prefix llvm@18)/bin/clang++
81
export LDFLAGS="-L/usr/local/opt/libomp/lib"
82
export CPPFLAGS="-I/usr/local/opt/libomp/include"
83
pip install -e .[dev]
0 commit comments