From 3ce23c39ff0d9c6b2071e6d68bd12c807b28b98b Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Mon, 29 Oct 2018 12:31:54 -0500 Subject: [PATCH] updated thallium package to match version 0.3 --- packages/thallium/package.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/thallium/package.py b/packages/thallium/package.py index 2d4f0e8..53f7a4e 100644 --- a/packages/thallium/package.py +++ b/packages/thallium/package.py @@ -1,13 +1,17 @@ from spack import * class Thallium(CMakePackage): - """Thallium is a C++14 library wrapping Margo, Mercury, and Argobots and providing an object-oriented way to use these libraries.""" + """Thallium is a C++14 library wrapping Margo, Mercury, + and Argobots and providing an object-oriented way to use these libraries.""" + homepage = "https://xgitlab.cels.anl.gov/sds/thallium" url = "https://xgitlab.cels.anl.gov/sds/thallium" + git = "https://xgitlab.cels.anl.gov/sds/thallium.git" - version('master', git='https://xgitlab.cels.anl.gov/sds/thallium.git') + version('develop', branch='master') + version('0.3', tag='v0.3', preferred=True) - depends_on('margo') + depends_on('margo@0.4:') # thallium relies on std::decay_t conflicts('%gcc@:4.9.0'); -- 2.26.2