conda: use artiq-dev metapackage

This commit is contained in:
Robert Jördens 2017-02-01 06:24:08 +01:00
parent f3b2610ffc
commit fb56c32d35
6 changed files with 53 additions and 53 deletions

View File

@ -6,30 +6,4 @@ channels:
- m-labs/label/dev
- defaults
dependencies:
- python=3.5.2
- setuptools
- llvmlite-artiq=0.12.0.dev=py35_30
- lit
- outputcheck
- scipy
- numpy
- prettytable
- asyncserial
- sphinx=1.4.8
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- h5py
- dateutil
- pyqt5
- quamash
- pyqtgraph
- pygit2
- aiohttp
- binutils-or1k-linux>=2.27
- pythonparser=1.0
- levenshtein
- migen=0.5.dev=py_51+gite93d060
- misoc=0.6.dev=py_0+gitc8d5fd3
- rust-core-or1k=1.16.0=11
- cargo
- artiq-dev

48
conda/artiq-dev/meta.yaml Normal file
View File

@ -0,0 +1,48 @@
package:
name: artiq-dev
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: ../..
build:
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
requirements:
run:
- python 3.5.2
- setuptools
- migen 0.5.dev py_54+git58e8f45
- misoc 0.6.dev py_2+git02884fe
- jesd204b 0.2
- binutils-or1k-linux >=2.27
- llvm-or1k
- llvmlite-artiq 0.12.0.dev py35_30
- rust-core-or1k 1.16.0 11
- cargo
- lit
- outputcheck
- scipy
- numpy
- prettytable
- asyncserial
- sphinx 1.4.8
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- h5py
- dateutil
- pyqt5
- quamash
- pyqtgraph
- pygit2
- aiohttp
- pythonparser 1.0
- levenshtein
about:
home: https://m-labs.hk/artiq
license: GPL
summary: 'ARTIQ development metapackage'

View File

@ -12,12 +12,7 @@ build:
requirements:
build:
- migen 0.5.dev py_54+git58e8f45
- misoc 0.6.dev py_2+git02884fe
- llvm-or1k
- binutils-or1k-linux >=2.27
- rust-core-or1k 1.16.0 11
- cargo
- artiq-dev {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
run:
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}

View File

@ -12,12 +12,7 @@ build:
requirements:
build:
- migen 0.5.dev py_54+git58e8f45
- misoc 0.6.dev py_2+git02884fe
- llvm-or1k
- binutils-or1k-linux >=2.27
- rust-core-or1k 1.16.0 11
- cargo
- artiq-dev {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
run:
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}

View File

@ -12,14 +12,7 @@ build:
requirements:
build:
- migen 0.5.dev py_54+git58e8f45
- misoc 0.6.dev py_2+git02884fe
- jesd204b 0.2
- llvm-or1k
- binutils-or1k-linux >=2.27
- rust-core-or1k 1.16.0 11
- cargo
- numpy
- artiq-dev {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
run:
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}

View File

@ -12,12 +12,7 @@ build:
requirements:
build:
- migen 0.5.dev py_54+git58e8f45
- misoc 0.6.dev py_2+git02884fe
- llvm-or1k
- binutils-or1k-linux >=2.27
- rust-core-or1k 1.16.0 11
- cargo
- artiq-dev {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
run:
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}