From 92677c089d1a5b0ae5b44feb8f5c19a96d27980c Mon Sep 17 00:00:00 2001 From: Dan D'Avella Date: Wed, 7 Mar 2018 00:57:54 -0500 Subject: Build glue-core from latest source (#114) * Fix glue-core recipe to build from latest source * Fix glue-core dependency in cubeviz * Add recipe for mpl-scatter-density (dependency of glue-core) * Add recipe for fast-histogram (dependency of mpl-scatter-density) * AstroCondaify fast-histogram * AstroCondaify mpl-scatter-density * AstroCondaify glue-core * glue-core: add mpl-scatter-density --- fast-histogram/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fast-histogram/build.sh (limited to 'fast-histogram/build.sh') diff --git a/fast-histogram/build.sh b/fast-histogram/build.sh new file mode 100644 index 0000000..0e3a902 --- /dev/null +++ b/fast-histogram/build.sh @@ -0,0 +1,5 @@ +# conda-build does not guarantee LANG will be defined. +# This avoids a UnicodeDecodeError while ingesting README.rst during setup +export LANG=UTF-8 + +$PYTHON setup.py install -- cgit