forked from M-Labs/artiq
5da45f9486
This also updates / is a prerequisite for updating smoltcp. Rationale for changes made: * compiler_builtins is now shipped in the rust prefix. * rustc's libpanic_unwind no longer works for us because it has a hard dependency on Box (and it's a horrible hack); fortunately, we only ever needed a personality function from it. * panic and oom handlers are now set in a completely different way. * allocators are quite different (and finally stable). * NLL caused internal compiler errors in runtime, so code using NLL was rewritten to not rely on it and it was turned off.
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
package:
|
|
name: artiq-dev
|
|
version: {{ environ["GIT_DESCRIBE_TAG"] }}
|
|
|
|
source:
|
|
git_url: ../..
|
|
|
|
build:
|
|
noarch: python
|
|
number: {{ environ["GIT_DESCRIBE_NUMBER"] }}
|
|
string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }}
|
|
|
|
requirements:
|
|
run:
|
|
- python >=3.5.3,<3.6
|
|
- setuptools 33.1.1
|
|
- migen 0.7 py35_73+gitbef9dea
|
|
- misoc 0.11 py35_29+git57ebe119
|
|
- jesd204b 0.9
|
|
- microscope
|
|
- binutils-or1k-linux >=2.27
|
|
- llvm-or1k 6.0.0
|
|
- llvmlite-artiq 0.23.0.dev py35_4
|
|
- rust-core-or1k 1.28.0 21
|
|
- openocd 0.10.0 6
|
|
- lit
|
|
- outputcheck
|
|
- coverage
|
|
- scipy
|
|
- numpy
|
|
- prettytable
|
|
- asyncserial
|
|
- sphinx 1.4.8
|
|
- sphinx-argparse
|
|
- sphinxcontrib-wavedrom
|
|
- sphinx_rtd_theme
|
|
- h5py 2.8
|
|
- python-dateutil
|
|
- pyqt >=5.5
|
|
- quamash
|
|
- pyqtgraph 0.10.0
|
|
- pygit2
|
|
- aiohttp
|
|
- pythonparser >=1.1
|
|
- levenshtein
|
|
|
|
about:
|
|
home: https://m-labs.hk/artiq
|
|
license: LGPL
|
|
summary: 'ARTIQ development metapackage'
|