We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 018337e + 46c589a commit b6b409bCopy full SHA for b6b409b
easybuild/framework/easyconfig/constants.py
@@ -60,4 +60,6 @@
60
"OS packages providing openSSL libraries"),
61
'OS_PKG_OPENSSL_DEV': (('openssl-devel', 'libssl-dev', 'libopenssl-devel'),
62
"OS packages providing openSSL developement support"),
63
+ 'OS_PKG_PAM_DEV': (('pam-devel', 'libpam0g-dev'),
64
+ "OS packages providing Pluggable Authentication Module (PAM) developement support"),
65
}
0 commit comments