summaryrefslogtreecommitdiff
path: root/xpa
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
parenta18e138b3905fc643dcdcc3fb2b94afcefab438f (diff)
downloadastroconda-contrib-74272aab5313976d28f447044c014a1327f326b9.tar.gz
Upgrade xpa -> 2.1.18 (#115)
Diffstat (limited to 'xpa')
-rw-r--r--xpa/bld.bat3
-rw-r--r--xpa/build.sh5
-rw-r--r--xpa/meta.yaml5
3 files changed, 5 insertions, 8 deletions
diff --git a/xpa/bld.bat b/xpa/bld.bat
deleted file mode 100644
index 60d77ab..0000000
--- a/xpa/bld.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-
-echo Nope
-exit 1 \ No newline at end of file
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
diff --git a/xpa/meta.yaml b/xpa/meta.yaml
index 7b51ce5..3e0b4e7 100644
--- a/xpa/meta.yaml
+++ b/xpa/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'xpa' %}
-{% set version = '2.1.17' %}
-{% set tag = 'v' + version %}
+{% set version = '2.1.18' %}
+{% set tag = 'v'+version %}
{% set number = '0' %}
about:
@@ -25,3 +25,4 @@ test:
- test -x `which xpaset`
- test -x `which xpainfo`
- test -x `which xpaaccess`
+ - test -x `which xpans`