mirror of https://github.com/m-labs/artiq.git
conda/llvmdev-or1k: cleanup, bump version number
This commit is contained in:
parent
c6e5eaa73a
commit
54a568c510
|
@ -1,6 +1,6 @@
|
||||||
package:
|
package:
|
||||||
name: llvmdev-or1k
|
name: llvmdev-or1k
|
||||||
version: "3.4"
|
version: "3.5.0"
|
||||||
|
|
||||||
source:
|
source:
|
||||||
git_url: https://github.com/openrisc/llvm-or1k
|
git_url: https://github.com/openrisc/llvm-or1k
|
||||||
|
@ -11,16 +11,12 @@ build:
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
- system [linux and not armv6]
|
- system [linux]
|
||||||
- cmake [linux]
|
- cmake [linux]
|
||||||
run:
|
run:
|
||||||
- system [linux and not armv6]
|
- system [linux]
|
||||||
|
|
||||||
#test:
|
|
||||||
#commands:
|
|
||||||
#- clang --help [linux and not armv6]
|
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: http://llvm.org/
|
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
|
summary: Development headers and libraries for LLVM
|
||||||
|
|
Loading…
Reference in New Issue