From 5f3cb1263ce5a633aaf1fb68df3e4d9cba39c820 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 f629af85a..69cb6fd9c 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 --single-version-externally-managed --record=record.txt requirements: build: