aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorpjotrp2016-12-11 07:20:09 +0000
committerpjotrp2016-12-11 07:20:09 +0000
commit4cd18d7fdd8467d7ad6b5b12d93d014139cc62c3 (patch)
tree9d8f42fca583956822ac5497f85bfd0dad675f76 /gn
parenta115c7e5a9fb7268c4c9017bdbc70b7493796e54 (diff)
downloadguix-bioinformatics-4cd18d7fdd8467d7ad6b5b12d93d014139cc62c3.tar.gz
pocl: use llvm from main
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/pocl.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/gn/packages/pocl.scm b/gn/packages/pocl.scm
index 7d61526..ad3417e 100644
--- a/gn/packages/pocl.scm
+++ b/gn/packages/pocl.scm
@@ -301,27 +301,6 @@ project includes the Clang front end, the Clang static analyzer, and several
code analysis tools.")
(license license:ncsa)))
-(define-public llvm-3.7.1
- (package (inherit llvm)
- (version "3.7.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "http://llvm.org/releases/"
- version "/llvm-" version ".src.tar.xz"))
- (sha256
- (base32
- "1masakdp9g2dan1yrazg7md5am2vacbkb3nahb3dchpc1knr8xxy"))))))
-
-(define-public clang-runtime-3.7.1
- (clang-runtime-from-llvm
- llvm-3.7.1
- "0dl1kbrhz96djsxqr61iw5h788s7ncfpfb7aayixky1bhdaydcx4"))
-
-(define-public clang-3.7.1
- (clang-from-llvm llvm clang-runtime
- "12yv3jwdjcbkrx7zjm8wh4jrvb59v8fdw4mnmz3zc1jb00p9k07w"))
-