summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cbtf
diff options
context:
space:
mode:
authorJim Galarowicz <jeg@krellinst.org>2016-10-17 01:18:30 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-10-17 01:18:30 -0700
commit87adcfeea85b3b1fa51d0d5067541f88d4edcca8 (patch)
treec7071bb9beb269b3fb0d40a6e69dc6fe0ac07498 /var/spack/repos/builtin/packages/cbtf
parentb5e20018b5e7ff4b7e790a1248e702dc0ed62d67 (diff)
downloadspack-87adcfeea85b3b1fa51d0d5067541f88d4edcca8.tar.gz
spack-87adcfeea85b3b1fa51d0d5067541f88d4edcca8.tar.bz2
spack-87adcfeea85b3b1fa51d0d5067541f88d4edcca8.tar.xz
spack-87adcfeea85b3b1fa51d0d5067541f88d4edcca8.zip
Update the Krell Institute products to use the latest features of spa… (#1984)
* Update the krell institute products to use the latest features of spack for building on cluster platforms. * Address travis error messages and resubmit the pull request. * Update the contents of openspeedshop package.py so it passes the flake8 tests. * Fix flake8 error-whitespack issue in mrnet package.py file. * Add updates based on spack reviewer feedback. * More fixes based on comments from reviewers. Switch using extend to using append, remove additional setting of PATH and LD_LIBRARY_PATH that should not be required due to RPATH. * More review related changes. Update MPIOption.append lines and take out xercesc references. * Create a base options function for common openspeedshop base cmake options to reduce redundencies.
Diffstat (limited to 'var/spack/repos/builtin/packages/cbtf')
-rw-r--r--var/spack/repos/builtin/packages/cbtf/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/cbtf/package.py b/var/spack/repos/builtin/packages/cbtf/package.py
index bc3116bf2a..a711a918ca 100644
--- a/var/spack/repos/builtin/packages/cbtf/package.py
+++ b/var/spack/repos/builtin/packages/cbtf/package.py
@@ -63,9 +63,9 @@ class Cbtf(Package):
variant('runtime', default=False,
description="build only the runtime libraries and collectors.")
- depends_on("cmake@3.0.2", type='build')
+ depends_on("cmake@3.0.2:", type='build')
depends_on("boost@1.50.0:")
- depends_on("mrnet@5.0.1:+lwthreads+krellpatch")
+ depends_on("mrnet@5.0.1:+lwthreads")
depends_on("xerces-c@3.1.1:")
# Work around for spack libxml2 package bug, take off python when fixed
depends_on("libxml2+python")