summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlchristian Eckert2015-08-31 01:02:47 +0200
committerCarlchristian Eckert2015-08-31 01:02:47 +0200
commit1c572d897eb2afc7c6519dd17181bfebbded4095 (patch)
treec324ad2b1129826c16b7e3e73c921a01d943dcd6
parentb36c35c7cca0df398d166f3afd6d838a414c77a5 (diff)
downloadaur-1c572d897eb2afc7c6519dd17181bfebbded4095.tar.gz
update to 1.9.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
-rw-r--r--libadios.install7
4 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e225d06b20db..2c423ed2fb38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = libadios
pkgdesc = ADIOS Adaptable IO system for simulations. The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation.
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.olcf.ornl.gov/center-projects/adios/
+ install = libadios.install
arch = i686
arch = x86_64
license = BSD
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7d120dbcd568
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+adios*tar.gz
+libadios*pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 476ee8d70051..19b3de204545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
pkgname=libadios
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="ADIOS Adaptable IO system for simulations. The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation."
url="https://www.olcf.ornl.gov/center-projects/adios/"
+install=$pkgname.install
license=('BSD')
arch=('i686' 'x86_64')
depends=('netcdf' 'openmpi' 'python2' 'mxml')
diff --git a/libadios.install b/libadios.install
index 88d00ee07d35..4bdbbf3f3be7 100644
--- a/libadios.install
+++ b/libadios.install
@@ -1,8 +1,3 @@
post_install() {
- post_upgrade
+ echo 'set the environment variable ADIOS_ROOT to be ADIOS_ROOT=/usr/ and the LD_LIBRARY_PATH to LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib'
}
-
-post_upgrade() {
- echo "set the environment variable ADIOS_ROOT to be ADIOS_ROOT=/usr/ and the LD_LIBRARY_PATH to 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib'"
-}
-