2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00
artiq/conda/artiq/build.sh
2018-05-25 06:45:46 +00:00

10 lines
153 B
Bash

#!/bin/bash
set -e
$PYTHON setup.py install \
--install-lib=$SP_DIR \
--single-version-externally-managed \
--record=record.txt \
--no-compile