Skip to content

Commit

Permalink
Merge pull request #499 from RoanKanninga/master
Browse files Browse the repository at this point in the history
updated OpenSSL version dependency
  • Loading branch information
pneerincx committed Oct 7, 2022
2 parents 36ab11c + 017c1a8 commit 74e0b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/n/ngs-utils/ngs-utils-22.10.1.eb
Expand Up @@ -13,7 +13,7 @@ easyblock = 'PackedBinary'
source_urls = [('http://github.com/molgenis/ngs-utils/archive/%s/' % (version))]
sources = [('%s.tar.gz' % (version))]

checksums = ['b8fc1173b75fe3f8333870b5d0da6411f63ffc24d379c216e23cf1a306083d30']
checksums = ['20aef95f875207a9b08d0480376270a60e8e69ac9dfc378d7f83a1c6a88ca4df']

postinstallcmds = [
'chmod -R 775 %(installdir)s/bin/*.sh',
Expand Down
Expand Up @@ -28,7 +28,7 @@ dependencies = [
('libffi', '3.3'), # required for cryptography
# OS dependency should be preferred if the os version is more recent then this version,
# it's nice to have an up to date openssl for security reasons
('OpenSSL', '1.1.1i'),
('OpenSSL', '1.1.1q'),
]

#osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
Expand Down

0 comments on commit 74e0b47

Please sign in to comment.