You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while i use command python setup.py develop, there is an error which is about openMP, since when using brew install libompfor mac M1, the brew installed clang is not in /usr/local. The brew instructions show that the preferred location for it is /opt/homebrew.
But in CMakeLists.txt, the path is /usr/local/opt/libomp/lib,you can see https://github.com/ScQ-Cloud/pyquafu/blob/master/CMakeLists.txt#L31
i think that's the problem.
The text was updated successfully, but these errors were encountered:
while i use command python setup.py develop, there is an error which is about openMP, since when using brew install libompfor mac M1, the brew installed clang is not in /usr/local. The brew instructions show that the preferred location for it is /opt/homebrew.
But in CMakeLists.txt, the path is /usr/local/opt/libomp/lib,you can see https://github.com/ScQ-Cloud/pyquafu/blob/master/CMakeLists.txt#L31
i think that's the problem.
The text was updated successfully, but these errors were encountered: