From cf5d50de0cf436b81e7f659fea242879449b544a Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 26 Nov 2017 23:59:53 +0000 Subject: [PATCH] conda: do not compile .py files to .pyc. We are producing a noarch package, and conda will strip all .pyc files, so this is a significant waste of time. --- conda/artiq/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index eb5d441dd..00690d38d 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -18,7 +18,7 @@ build: - {{ entry_point }} {% endfor %} {% endfor %} - script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt + script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt requirements: build: