From 54da3a922cdab8e8d51bffa82b3af8118eedca1f Mon Sep 17 00:00:00 2001 From: pradal Date: Sat, 17 Feb 2018 16:52:34 +0100 Subject: [PATCH] Update conda --- conda/bld.bat | 8 -------- conda/build.sh | 2 -- conda/meta.yaml | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 conda/bld.bat delete mode 100644 conda/build.sh diff --git a/conda/bld.bat b/conda/bld.bat deleted file mode 100644 index 30015c63..00000000 --- a/conda/bld.bat +++ /dev/null @@ -1,8 +0,0 @@ -"%PYTHON%" multisetup.py install --prefix="%PREFIX%" -if errorlevel 1 exit 1 - -:: Add more build steps here, if they are necessary. - -:: See -:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt -:: for a list of environment variables that are set during the build process. diff --git a/conda/build.sh b/conda/build.sh deleted file mode 100644 index 28400b75..00000000 --- a/conda/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -$PYTHON multisetup.py install --prefix=$PREFIX diff --git a/conda/meta.yaml b/conda/meta.yaml index 2ed50c9d..a16c050a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -10,7 +10,7 @@ source: build: preserve_egg_dir: True number: 0 - script: python multisetup.py install + script: python multisetup.py install --prefix=$PREFIX requirements: