synodriver / python-bz3

python binding for bzip3
6 stars 1 forks source link

Macos build with openmp #9

Open synodriver opened 1 year ago

synodriver commented 1 year ago

Action's clang can't find omp.h

synodriver commented 1 year ago

How about remove macos's wheel build in order to unblock release? I can have it built on my mac m2.

olegl commented 1 year ago

It might be a quite late necroposting, but the omp.h with Clang is a known problem, see:

So, a small change to the build script should take care of it.

synodriver commented 1 year ago

The real problem is the clang on macos pretend to be gcc, but acctually it's not, so strange things are beginning to appear