summaryrefslogtreecommitdiff
path: root/xpa/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-01-19 10:46:18 -0500
committerGitHub <noreply@github.com>2017-01-19 10:46:18 -0500
commit74272aab5313976d28f447044c014a1327f326b9 (patch)
tree2314409dd000bb696f057be262bd01f7c5d0b09a /xpa/build.sh
parenta18e138b3905fc643dcdcc3fb2b94afcefab438f (diff)
downloadastroconda-contrib-74272aab5313976d28f447044c014a1327f326b9.tar.gz
Upgrade xpa -> 2.1.18 (#115)
Diffstat (limited to 'xpa/build.sh')
-rw-r--r--xpa/build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/xpa/build.sh b/xpa/build.sh
index 60e0175..beafd61 100644
--- a/xpa/build.sh
+++ b/xpa/build.sh
@@ -1,7 +1,6 @@
rm -rf python
-./configure --prefix=$PREFIX \
---enable-shared
+./configure --prefix=$PREFIX --enable-shared
make -j${CPU_COUNT}
-make install || exit 1 \ No newline at end of file
+make install