Checksum fix for hwloc
This commit is contained in:
parent
9fb5ddbb4c
commit
d14d50beb6
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ class Hwloc(Package):
|
|||
list_url = "http://www.open-mpi.org/software/hwloc/"
|
||||
list_depth = 3
|
||||
|
||||
version('1.11.2', '486169cbe111cdea57be12638828ebbf')
|
||||
version('1.11.1', '002742efd3a8431f98d6315365a2b543')
|
||||
version('1.11.2', 'e4ca55c2a5c5656da4a4e37c8fc51b23')
|
||||
version('1.11.1', 'feb4e416a1b25963ed565d8b42252fdc')
|
||||
version('1.9', '1f9f9155682fe8946a97c08896109508')
|
||||
|
||||
depends_on('libpciaccess')
|
||||
|
|
Loading…
Reference in a new issue