-
Notifications
You must be signed in to change notification settings - Fork 45
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
PPC64le: Make fails on Jellyfish. Need --without-sse #94
Comments
this commit fixes kingsfordgroup#94
Somewhere between jellyfish-2.2.3 and 2.2.10 jellyfish was patched. This fix neither adds a check for SSE nor allows for an existing jellyfish installation, but it does fix the compiling. If jellyfish must remain at 2.2.3 I can prepare a different fix. |
@jlost this was already fixed, right? |
It looks like #110 would fix it, but I no longer have access to the hardware to verify. At any rate, updating patch versions of libraries is usually a good idea. |
I'm trying to get Sailfish to work on an IBM POWER8 system (PPC64le RedHat). Sailfish fails during
make
due to SSE-specific instructions in Jellyfish. Tackling the Jellyfish issue (gmarcais/Jellyfish#63) separately, one workaround was to configure Jellyfish with:--without-sse
.Alter the CMake script to check for SSE on its own and provide the necessary flag, or provide a flag for an existing Jellyfish installation. The end result should be that sailfish is able to pass this particular build step when building on PPC64le, either automatically or by specifying an external Jellyfish installation.
The text was updated successfully, but these errors were encountered: