Skip to content

Commit

Permalink
Merge pull request #492 from pneerincx/master
Browse files Browse the repository at this point in the history
Added missing checksums.
  • Loading branch information
scimerman committed Jun 15, 2022
2 parents 40d3212 + 5015f62 commit 9ca6382
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion easybuild/easyconfigs/p/Python/Python-2.7.11-foss-2015b.eb
Expand Up @@ -13,6 +13,7 @@ scipyversion = '0.16.1'

source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
sources = [SOURCE_TGZ]
checksums = ['82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6']

# python needs bzip2 to build the bz2 package
dependencies = [
Expand Down Expand Up @@ -49,7 +50,10 @@ exts_list = [
'patches': [
'numpy-1.8.0-mkl.patch', # % numpyversion,
],
'checksums': ['8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858'],
'checksums': [
'8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858',
'3c72a669be7a8c2810e0ff372eb356a473a847e1a4b9e5cd6eec7107bfccb051', # numpy-1.8.0-mkl.patch
],
}),
('scipy', scipyversion, {
'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')],
Expand Down

0 comments on commit 9ca6382

Please sign in to comment.