artiq/conda
whitequark da4a6a2e64 conda: llvmlite-artiq: test by importing binding. 2015-10-14 16:01:36 +03:00
..
aiohttp conda: make aiohttp testing not depend on gunicorn on Windows platform 2015-08-17 22:02:27 +02:00
artiq Revert "travis: use main conda m-labs channel." 2015-10-09 20:21:25 +03:00
binutils-or1k-linux conda: add binutils-or1k-linux package recipe 2015-09-01 12:08:43 +02:00
chardet conda: add missing recipes. 2015-10-09 22:50:51 +03:00
dateutil conda: add missing recipes. 2015-10-09 22:50:51 +03:00
flterm conda: add flterm package 2015-06-15 16:16:12 +02:00
libgit2 conda: update libssh2 libgit2 pygit2 to use anaconda libs instead of system ones 2015-08-14 16:57:33 +02:00
libssh2 conda: update libssh2 libgit2 pygit2 to use anaconda libs instead of system ones 2015-08-14 16:57:33 +02:00
lit conda: add lit package. 2015-10-14 14:49:40 +03:00
llvmdev-or1k conda: llvmdev-or1k: bump. 2015-10-14 15:57:15 +03:00
llvmlite-artiq conda: llvmlite-artiq: test by importing binding. 2015-10-14 16:01:36 +03:00
prettytable Add conda recipes for artiq and its dependencies 2015-02-05 19:57:32 +08:00
pydaqmx minor cleanups 2015-04-22 10:00:56 +08:00
pyelftools conda: fix pyelftools dependencies. 2015-10-09 15:01:03 +03:00
pygit2 conda: update libssh2 libgit2 pygit2 to use anaconda libs instead of system ones 2015-08-14 16:57:33 +02:00
pyqtgraph conda: update pyqtgraph, fix version string. closes #132 2015-10-09 11:46:07 +08:00
pythonparser conda: add conda package recipe for pythonparser. Closes #122 2015-09-01 16:13:30 +02:00
quamash conda: add pyqtgraph+quamash dependencies/recipes and remove gbulb and cairoplot3 2015-05-22 17:35:21 +02:00
sphinx-argparse conda: add missing recipes. 2015-10-09 22:50:51 +03:00
README.md conda: fix README. 2015-10-14 14:49:40 +03:00

README.md

Uploading conda packages (Python 3.5)

Preparing:

  1. Install miniconda
  2. conda update -q conda
  3. conda install conda-build jinja2 anaconda
  4. conda create -q -n py35 python=3.5
  5. conda config --add channels https://conda.anaconda.org/m-labs/channel/dev

Building:

  1. conda build pkgname --python 3.5; this command displays a path to the freshly built package
  2. anaconda upload <package> -c main -c dev