mirror of https://github.com/m-labs/artiq.git
Rename conda package llvmlite-{or1k → artiq}.
This commit is contained in:
parent
4a8e397a77
commit
8f2dfcd08e
|
@ -34,7 +34,7 @@ requirements:
|
||||||
- pyelftools
|
- pyelftools
|
||||||
run:
|
run:
|
||||||
- python >=3.4.3
|
- python >=3.4.3
|
||||||
- llvmlite-or1k
|
- llvmlite-artiq
|
||||||
- scipy
|
- scipy
|
||||||
- numpy
|
- numpy
|
||||||
- prettytable
|
- prettytable
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
package:
|
package:
|
||||||
name: llvmlite-or1k
|
name: llvmlite-artiq
|
||||||
version: "0.2.1"
|
version: "0.5.1"
|
||||||
|
|
||||||
source:
|
source:
|
||||||
git_url: https://github.com/numba/llvmlite
|
git_url: https://github.com/m-labs/llvmlite
|
||||||
git_tag: 11a8303d02e3d6dd2d1e0e9065701795cd8a979f
|
git_tag: artiq
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
Loading…
Reference in New Issue