diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-19 10:46:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-19 10:46:18 -0500 |
commit | 74272aab5313976d28f447044c014a1327f326b9 (patch) | |
tree | 2314409dd000bb696f057be262bd01f7c5d0b09a /xpa/build.sh | |
parent | a18e138b3905fc643dcdcc3fb2b94afcefab438f (diff) | |
download | astroconda-contrib-74272aab5313976d28f447044c014a1327f326b9.tar.gz |
Upgrade xpa -> 2.1.18 (#115)
Diffstat (limited to 'xpa/build.sh')
-rw-r--r-- | xpa/build.sh | 5 |
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 |