Skip to content

Commit

Permalink
Merge pull request #3334 from crubb/os_dep_PAM_const
Browse files Browse the repository at this point in the history
Add OS_PKG_PAM_DEV constant for osdependencies
  • Loading branch information
boegel authored May 13, 2020
2 parents 018337e + 46c589a commit b6b409b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/framework/easyconfig/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@
"OS packages providing openSSL libraries"),
'OS_PKG_OPENSSL_DEV': (('openssl-devel', 'libssl-dev', 'libopenssl-devel'),
"OS packages providing openSSL developement support"),
'OS_PKG_PAM_DEV': (('pam-devel', 'libpam0g-dev'),
"OS packages providing Pluggable Authentication Module (PAM) developement support"),
}

0 comments on commit b6b409b

Please sign in to comment.