From 7807b1121eac7be245b93645dae92e3ad76bcdb7 Mon Sep 17 00:00:00 2001 From: Joseph Long Date: Mon, 31 Oct 2016 14:28:54 -0400 Subject: WebbPSF and POPPY v0.5.1 (#83) * WebbPSF and POPPY v0.5.1 * webbpsf, poppy, jwxml: clean up meta.yaml * webbpsf: list missing dependencies --- jwxml/build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jwxml/build.sh (limited to 'jwxml/build.sh') diff --git a/jwxml/build.sh b/jwxml/build.sh new file mode 100644 index 0000000..535529d --- /dev/null +++ b/jwxml/build.sh @@ -0,0 +1,2 @@ + +python setup.py install || exit 1 -- cgit