summaryrefslogtreecommitdiff
path: root/linecache2/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-10-17 16:36:56 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-10-17 16:36:56 -0400
commit3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8 (patch)
treed599940979a256be5ccf00dd3a344bbc0443f0d1 /linecache2/build.sh
parentfeb18f655ecf508a7f83a558eae8909f77163f0a (diff)
downloadastroconda-etc-3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8.tar.gz
Initial commit; OOB packages
Diffstat (limited to 'linecache2/build.sh')
-rw-r--r--linecache2/build.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/linecache2/build.sh b/linecache2/build.sh
new file mode 100644
index 0000000..3f50b74
--- /dev/null
+++ b/linecache2/build.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+$PYTHON setup.py install
+
+# Add more build steps here, if they are necessary.
+
+# See
+# http://docs.continuum.io/conda/build.html
+# for a list of environment variables that are set during the build process.