forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OpenMPI OS dependencies for Debian and Ubuntu
OpenMPI-1.6.4-GCC-4.7.2.eb had an OS dependency on libibverbs-devel, which is a package found in RHEL-based distros and Fedora. In Debian and Ubuntu, this package is called libibverbs-dev. In this commit I added an OS_NAME check to make the libibverbs-devel check conditional on running RHEL, etc. and added a check for the correct package name on Debian. I also added the same check into OpenMPI-1.6.4-GCC-4.6.4.eb because it has the same dependency, and this easyconfig is used for the goolfc-1.3.12 toolchain.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters