Add fix for spack issue #4843, where LTDL include files were not found.

This commit is contained in:
Jim Galarowicz 2017-07-24 15:33:00 -05:00
parent 95e978b0b9
commit 5013d2267e

View File

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