mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-26 10:28:13 +08:00
conda: remove lib/python3.5 from artiq package paths as well.
Following c9287cfc
.
This commit is contained in:
parent
fbf2c9a2fb
commit
44910efd0a
9
conda/artiq/build.sh
Normal file
9
conda/artiq/build.sh
Normal 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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user