Merge pull request #415 from adamjstewart/features/hwloc

Checksum fix for hwloc
This commit is contained in:
Todd Gamblin 2016-02-01 02:41:47 -07:00
commit 9eb037bc87

View file

@ -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')