Add fix for spack issue #4843, where LTDL include files were not found.
This commit is contained in:
parent
95e978b0b9
commit
5013d2267e
@ -104,6 +104,7 @@ class Openspeedshop(CMakePackage):
|
||||
depends_on("cmake@3.0.2:", type='build')
|
||||
# Dependencies for openspeedshop that are common to all
|
||||
# the variants of the OpenSpeedShop build
|
||||
depends_on("libtool", type='build')
|
||||
depends_on("bison", type='build')
|
||||
depends_on("flex", type='build')
|
||||
depends_on("binutils@2.24+krellpatch", type='build')
|
||||
|
Loading…
Reference in New Issue
Block a user