Skip to content

Commit

Permalink
Merge pull request #591 from epfl-scitas/package/llvm
Browse files Browse the repository at this point in the history
llvm : added version 3.8.0
  • Loading branch information
tgamblin committed Mar 22, 2016
2 parents 1a3bdf0 + efef229 commit f323f54
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion var/spack/repos/builtin/packages/llvm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Llvm(Package):
depends_on('cmake @2.8.12.2:')

# Universal dependency
depends_on('python@2.7:')
depends_on('python@2.7:2.8') # Seems not to support python 3.X.Y

# lldb dependencies
depends_on('ncurses', when='+lldb')
Expand Down Expand Up @@ -132,6 +132,21 @@ class Llvm(Package):
'llvm-libunwind' : 'http://llvm.org/svn/llvm-project/libunwind/trunk',
}
},
{
'version' : '3.8.0',
'md5':'07a7a74f3c6bd65de4702bf941b511a0',
'resources' : {
'compiler-rt' : 'd6fcbe14352ffb708e4d1ac2e48bb025',
'openmp' : '8fd7cc35d48051613cf1e750e9f22e40',
'polly' : '1b3b20f52d34a4024e21a4ea7112caa7',
'libcxx' : 'd6e0bdbbee39f7907ad74fd56d03b88a',
'libcxxabi' : 'bbe6b4d72c7c5978550d370af529bcf7',
'clang' : 'cc99e7019bb74e6459e80863606250c5',
'clang-tools-extra' : 'c2344f50e0eea0b402f0092a80ddc036',
'lldb' : 'a5da35ed9cc8c8817ee854e3dbfba00e',
'llvm-libunwind' : '162ade468607f153cca12be90b5194fa',
}
},
{
'version' : '3.7.1',
'md5':'bf8b3a2c79e61212c5409041dfdbd319',
Expand Down

0 comments on commit f323f54

Please sign in to comment.