forked from M-Labs/artiq
conda/llvmdev-or1k: cleanup, bump version number
This commit is contained in:
parent
c6e5eaa73a
commit
54a568c510
|
@ -1,6 +1,6 @@
|
|||
package:
|
||||
name: llvmdev-or1k
|
||||
version: "3.4"
|
||||
version: "3.5.0"
|
||||
|
||||
source:
|
||||
git_url: https://github.com/openrisc/llvm-or1k
|
||||
|
@ -11,16 +11,12 @@ build:
|
|||
|
||||
requirements:
|
||||
build:
|
||||
- system [linux and not armv6]
|
||||
- system [linux]
|
||||
- cmake [linux]
|
||||
run:
|
||||
- system [linux and not armv6]
|
||||
|
||||
#test:
|
||||
#commands:
|
||||
#- clang --help [linux and not armv6]
|
||||
- system [linux]
|
||||
|
||||
about:
|
||||
home: http://llvm.org/
|
||||
license: Open Source (http://llvm.org/releases/3.4/LICENSE.TXT)
|
||||
license: Open Source (http://llvm.org/releases/3.5.0/LICENSE.TXT)
|
||||
summary: Development headers and libraries for LLVM
|
||||
|
|
Loading…
Reference in New Issue