Added specific "@master" version specifier for component libraries when building (#18579)
the develop version of SCR
This commit is contained in:
parent
f7d1f845f4
commit
1ae50f8022
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ class Scr(CMakePackage):
|
|||
depends_on('zlib')
|
||||
depends_on('mpi')
|
||||
|
||||
# As of mid-2020, develop requires the "master" branch
|
||||
# of a few component libraries
|
||||
depends_on('axl@master', when="@develop")
|
||||
depends_on('kvtree@master', when="@develop")
|
||||
depends_on('redset@master', when="@develop")
|
||||
|
||||
# SCR legacy is anything 2.x.x or earlier
|
||||
# SCR components is anything 3.x.x or later
|
||||
depends_on('er', when="@3:")
|
||||
|
|
Loading…
Reference in a new issue