forked from M-Labs/artiq
conda: remove lib/python3.5 from artiq package paths as well.
Following c9287cfc
.
This commit is contained in:
parent
d0e5aec862
commit
5f3cb1263c
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
$PYTHON setup.py install \
|
||||||
|
--prefix=$SP_DIR \
|
||||||
|
--single-version-externally-managed \
|
||||||
|
--record=record.txt \
|
||||||
|
--no-compile
|
|
@ -18,7 +18,6 @@ build:
|
||||||
- {{ entry_point }}
|
- {{ entry_point }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt
|
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue