Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
Spack
Commits
34970989
Commit
34970989
authored
6 years ago
by
Hadrien G
Committed by
Adam J. Stewart
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update templight pseudo-release to remove need for patching (#10290)
* Update templight+LLVM combo * Bring back old pseudo-release
parent
4bc39360
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
var/spack/repos/builtin/packages/templight/package.py
+16
-2
16 additions, 2 deletions
var/spack/repos/builtin/packages/templight/package.py
with
16 additions
and
2 deletions
var/spack/repos/builtin/packages/templight/package.py
+
16
−
2
View file @
34970989
...
...
@@ -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
'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment