-
Notifications
You must be signed in to change notification settings - Fork 191
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
Build fails on linux-32 #1737
Comments
@gsakkis you can disable warnings as error to avoid this as a workaround. Please try adding We will look at fixing the warning so you will not need to disable the As a general note, we have not verbosely tested 32bit architectures, please let us know if you run into any further problems. |
@Shelnutt2 thanks for the prompt response. I managed to built tiledb and tiledb-py with Btw I got quite a few more warnings for tiledb-py and many tests fail with |
@gsakkis thanks for reporting this. @joe-maley was able to track down the error and it should be fixed by #1739 . We will include this in the next 2.0.7 release. |
Great, thanks a lot! |
Try setting these before building: export CFLAGS="-mfpmath=sse -msse2"
export CXXFLAGS="-mfpmath=sse -msse2" See also: #1779 |
I got the following error when trying to build on a linux-32 host:
The text was updated successfully, but these errors were encountered: