Skip to content

Commit

Permalink
conda: make package noarch
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 20, 2015
1 parent d13b368 commit eb546bf
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,9 @@ before_install:
- conda install -q pip coverage anaconda-client migen cython
- pip install coveralls
install:
# workaround for https://github.com/conda/conda-build/issues/466
- mkdir -p /home/travis/miniconda/conda-bld/linux-64
- conda index /home/travis/miniconda/conda-bld/linux-64
- conda build --python 3.5 conda/artiq
- conda install -q artiq --use-local
script:
1 change: 1 addition & 0 deletions conda/artiq/meta.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ source:
git_tag: master

build:
noarch_python: True
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
entry_points:
- artiq_client = artiq.frontend.artiq_client:main

0 comments on commit eb546bf

Please sign in to comment.