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
Could not install from pip on PowerPC architecture. GCC output: c++: error: unrecognized command line option ‘-march=native’
I found another project where it caused problems: mfem/mfem#216
The solution is to clone this repository and edit CMakeLists.txt - just remove -march=native. Then execute pip install . from the repository directory.
The speed difference is real!
The text was updated successfully, but these errors were encountered:
Could not install from pip on PowerPC architecture. GCC output:
c++: error: unrecognized command line option ‘-march=native’
I found another project where it caused problems: mfem/mfem#216
The solution is to clone this repository and edit CMakeLists.txt - just remove
-march=native
. Then executepip install .
from the repository directory.The speed difference is real!
The text was updated successfully, but these errors were encountered: