Loosen the boost requirement from a specific version that was specified in my initial commit.
This commit is contained in:
parent
0ebb192b2f
commit
f9aafeee1e
1 changed files with 1 additions and 4 deletions
|
@ -15,13 +15,10 @@ class Mrnet(Package):
|
|||
variant('krellpatch', default=False, description="Build MRNet with krell openspeedshop based patch.")
|
||||
patch('krell-5.0.1.patch', when='@5.0.1+krellpatch')
|
||||
|
||||
|
||||
|
||||
variant('lwthreads', default=False, description="Also build the MRNet LW threadsafe libraries")
|
||||
parallel = False
|
||||
|
||||
#depends_on("boost")
|
||||
depends_on("boost@1.53.0")
|
||||
depends_on("boost")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
# Build the MRNet LW thread safe libraries when the krelloptions variant is present
|
||||
|
|
Loading…
Reference in a new issue