Open allmondjoy87 opened 1 year ago
Thanks for the above update. In addition to this, however, I had to add the following to comp_args for an intel Mac running Ventura 13.2:
comp_args = ["-std=c++17", "-mavx", "-O3"]
This was due to the following error (which happened in a number of places):
error: use of undeclared identifier 'aligned_alloc'; did you mean 'omp_aligned_alloc'?
fyi i had to add 'libs' to library_dirs and include_dirs in setup.py in order for this to build for python.