Previous qt package file changes broke the openspeedshop gui build. (#15471)
* Previous qt changes broke the openspeedshop gui build. This puts back the changes that caused the breakage. * Update the qt version to be more robust. Co-authored-by: Galarowicz, James <jgalarowicz@newmexicoconsortium.org>
This commit is contained in:
parent
847d5d3459
commit
586609102b
2 changed files with 3 additions and 2 deletions
|
@ -96,7 +96,7 @@ class Openspeedshop(CMakePackage):
|
|||
|
||||
depends_on("libxml2")
|
||||
|
||||
depends_on("qt@3", when='gui=qt3')
|
||||
depends_on("qt@3:3.9", when='gui=qt3')
|
||||
|
||||
# Dependencies for the openspeedshop cbtf packages.
|
||||
depends_on("cbtf@develop", when='@develop', type=('build', 'link', 'run'))
|
||||
|
|
|
@ -132,9 +132,10 @@ class Qt(Package):
|
|||
depends_on("sqlite+column_metadata", when='+sql%intel', type=('build', 'run'))
|
||||
|
||||
depends_on("libpng@1.2.57", when='@3')
|
||||
depends_on("libsm", when='@3')
|
||||
depends_on("pcre+multibyte", when='@5.0:5.8')
|
||||
depends_on("inputproto", when='@:5.8')
|
||||
depends_on("openssl@:1.0.999", when='@:5.9+ssl')
|
||||
depends_on("openssl@:1.0.999", when='@4:5.9+ssl')
|
||||
|
||||
depends_on("glib", when='@4:')
|
||||
depends_on("libpng", when='@4:')
|
||||
|
|
Loading…
Reference in a new issue