diff --git a/conda/llvmdev-or1k/meta.yaml b/conda/llvmdev-or1k/meta.yaml index 9406b8943..bb3ad55bf 100644 --- a/conda/llvmdev-or1k/meta.yaml +++ b/conda/llvmdev-or1k/meta.yaml @@ -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