summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Galarowicz <jeg@krellinst.org>2016-04-13 21:58:57 -0700
committerJim Galarowicz <jeg@krellinst.org>2016-04-13 21:58:57 -0700
commitf9aafeee1e6a33a76dc1904e97f117194915f4d0 (patch)
treede58701846e4a4c74a3016b01a7828244c315230
parent0ebb192b2f26cfd2bbadc9be72c36469c7493d89 (diff)
downloadspack-f9aafeee1e6a33a76dc1904e97f117194915f4d0.tar.gz
spack-f9aafeee1e6a33a76dc1904e97f117194915f4d0.tar.bz2
spack-f9aafeee1e6a33a76dc1904e97f117194915f4d0.tar.xz
spack-f9aafeee1e6a33a76dc1904e97f117194915f4d0.zip
Loosen the boost requirement from a specific version that was specified in my initial commit.
-rw-r--r--var/spack/repos/builtin/packages/mrnet/package.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/mrnet/package.py b/var/spack/repos/builtin/packages/mrnet/package.py
index b8cbb7e8f9..a3abb71285 100644
--- a/var/spack/repos/builtin/packages/mrnet/package.py
+++ b/var/spack/repos/builtin/packages/mrnet/package.py
@@ -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