From 44910efd0a85ae76945190ed704de3aab78ae6cf Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 25 May 2018 02:23:18 +0000 Subject: [PATCH] conda: remove lib/python3.5 from artiq package paths as well. Following c9287cfc. --- conda/artiq/build.sh | 9 +++++++++ conda/artiq/meta.yaml | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 conda/artiq/build.sh diff --git a/conda/artiq/build.sh b/conda/artiq/build.sh new file mode 100644 index 000000000..a2bff5018 --- /dev/null +++ b/conda/artiq/build.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +$PYTHON setup.py install \ + --prefix=$SP_DIR \ + --single-version-externally-managed \ + --record=record.txt \ + --no-compile diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 8f699ec5b..3b696aded 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -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: