conda: remove lib/python3.5 from artiq package paths as well.

Following c9287cfc.
pull/1017/head
whitequark 2018-05-25 02:23:18 +00:00
parent fbf2c9a2fb
commit 44910efd0a
2 changed files with 9 additions and 1 deletions

9
conda/artiq/build.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -e
$PYTHON setup.py install \
--prefix=$SP_DIR \
--single-version-externally-managed \
--record=record.txt \
--no-compile

View File

@ -18,7 +18,6 @@ build:
- {{ entry_point }}
{% endfor %}
{% endfor %}
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
ignore_prefix_files: True
requirements: