-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove -march=native from MOODS/python /setup.py? #47
Comments
Thanks for reporting Zia, we're having the same issue. Here is the exception from our CI/CD instance:
|
Interestingly this only happens in the Python 3.8 CI/CD tests where the python:3.8-bullseye docker image is used. |
Since the PyPI moods-python is a source package, I think the issue we are having is a bioconda problem where this issue actually seems to be fixed (bioconda/bioconda-recipes@76c748b also see bioconda/bioconda-recipes#9970). I think I will switch to the PyPI moods-python source package (and recompile it) in our pipeline (i.e. pip install moods-python instead of conda install moods-python) to make sure it's compiled for the right architecture. |
Any news? |
Dear @jhkorhonen,
Thanks for maintaining MOODS-python for so long! I was curious if you could remove the -march=native flag from setup.py:
MOODS/python/setup.py
Line 11 in 568b8fc
It impacts both pypy installs for M1 mac and for AMD CPUs. On AMD CPUs, it can lead to illegal instruction errors. Happy to submit a PR as well.
Thanks again!
The text was updated successfully, but these errors were encountered: