gasnet: add 1.30.0 (#6167)
* gasnet: add 1.30.0 * gasnet: expose more options as variants * gasnet: change defaults
This commit is contained in:

committed by
GitHub

parent
877bee3cb5
commit
b3f678c1c0
@@ -53,8 +53,8 @@ class Legion(CMakePackage):
|
||||
variant('shared', default=True, description='Build shared libraries')
|
||||
|
||||
depends_on("cmake@3.1:", type='build')
|
||||
depends_on("gasnet", when='~mpi')
|
||||
depends_on("gasnet+mpi", when='+mpi')
|
||||
depends_on("gasnet~aligned-segments~pshm segment-mmap-max='16GB'", when='~mpi')
|
||||
depends_on("gasnet~aligned-segments~pshm segment-mmap-max='16GB' +mpi", when='+mpi')
|
||||
|
||||
def cmake_args(self):
|
||||
options = [
|
||||
|
Reference in New Issue
Block a user