2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-03 23:53:34 +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