summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHadrien G <knights_of_ni@gmx.com>2019-01-16 17:36:34 +0100
committerAdam J. Stewart <ajstewart426@gmail.com>2019-01-16 10:36:34 -0600
commit3497098978d04e421def1e778bb69bde7ca10baf (patch)
tree2c3013f9876dc4149a1ee9d92a1eab080e79fdae /var
parent4bc3936004ad37e384e2e4315cf0f76058f3c161 (diff)
downloadspack-3497098978d04e421def1e778bb69bde7ca10baf.tar.gz
spack-3497098978d04e421def1e778bb69bde7ca10baf.tar.bz2
spack-3497098978d04e421def1e778bb69bde7ca10baf.tar.xz
spack-3497098978d04e421def1e778bb69bde7ca10baf.zip
Update templight pseudo-release to remove need for patching (#10290)
* Update templight+LLVM combo * Bring back old pseudo-release
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/templight/package.py18
1 files changed, 16 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/templight/package.py b/var/spack/repos/builtin/packages/templight/package.py
index 9a7f06a85f..1a492bc82c 100644
--- a/var/spack/repos/builtin/packages/templight/package.py
+++ b/var/spack/repos/builtin/packages/templight/package.py
@@ -37,8 +37,22 @@ class Templight(CMakePackage):
# Templight has no stable release yet, and is supposed to be built against
# the LLVM trunk. As this is a brittle combination, I decided to
- # artificially create a stable release based on what works today. Please
- # feel free to remove this version once templight has stabilized.
+ # artificially create stable releases based on what works today. Please
+ # feel free to remove these versions once templight has stabilized.
+ version('2019.01.09', commit='0899a4345607f1bb244cae477214f274ad2c52cc')
+ resource(name='llvm-r350726',
+ svn=llvm_svn.format('llvm'),
+ revision=350726,
+ destination='.',
+ placement='llvm',
+ when='@2019.01.09')
+ resource(name='clang-r350726',
+ svn=llvm_svn.format('cfe'),
+ revision=350726,
+ destination='llvm/tools',
+ placement='clang',
+ when='@2019.01.09')
+
version('2018.07.20', commit='91589f95427620dd0a2346bd69ba922f374aa42a')
resource(name='llvm-r337566',
svn=llvm_svn.format('llvm'),