-
Notifications
You must be signed in to change notification settings - Fork 145
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
Easybuild complains about rdma-core-dependencies even though they are present #818
Comments
github won't let me update the log file. Here it is |
No idea, noone? |
@baloe EasyBuild probably doesn't know how to check whether those OS package are installed. Is this on openSUSE? You can bypass the check using |
It's on Manjaro, but the same issue should occur with arch I think.
|
Now the installation fails with
|
@baloe That looks really broken to me... Was |
iirc @jplehr was also playing with EasyBuild on Manjaro, maybe he has some experience with this... |
Unfortunately, no, I don't have a solution for this issue. I ended up deciding to only install a GCC and have all the other relevant packages otherwise contained in the foss suite installed by the PETSc installer. However, installing only GCC through easybuild turned to be difficult as well. |
As mentioned in easybuilders/easybuild-easyconfigs#16235 (comment), I believe the issue here is that the linker the build wants to use with GCCcore(
to set this for all your installations (probably a wise move) you can use the easybuild config file or
|
I am trying to install a foss collection with the following command.
but eb quits saying that
I did install those header files though, via
which installs the following files, including libibverbs objects:
pacman -Ql rdma-core
The text was updated successfully, but these errors were encountered: