2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-19 00:16:29 +08:00
artiq/conda/artiq/build.sh

10 lines
148 B
Bash

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