summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlchristian Eckert2016-01-28 10:35:54 +0100
committerCarlchristian Eckert2016-01-28 10:35:54 +0100
commit0150b976387aff72fb0591483105d1fb58083c94 (patch)
tree9def78ef168daf93749a27bf8a4be2dcfa6cdbc7
parent4f7db7950b33fe6ad37628e49f7da0b474aabd2f (diff)
downloadaur-0150b976387aff72fb0591483105d1fb58083c94.tar.gz
added gcc-fortran as dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c423ed2fb38..cc71e8125c90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Thu Jan 28 09:35:44 UTC 2016
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 = 2
+ pkgrel = 4
url = https://www.olcf.ornl.gov/center-projects/adios/
install = libadios.install
arch = i686
arch = x86_64
license = BSD
- depends = netcdf
depends = openmpi
depends = python2
depends = mxml
+ depends = gcc-fortran
source = http://users.nccs.gov/~pnorbert/adios-1.9.0.tar.gz
sha256sums = f752b2093f5453b3ec4717aad67da7c3227b3687367a0b3fe7ad80eed391327e
diff --git a/PKGBUILD b/PKGBUILD
index 3c6e407eea61..666c0a08325c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=libadios
pkgver=1.9.0
-pkgrel=3
+pkgrel=4
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=('openmpi' 'python2' 'mxml')
+depends=('openmpi' 'python2' 'mxml' 'gcc-fortran')
source=(http://users.nccs.gov/~pnorbert/adios-$pkgver.tar.gz)
sha256sums=('f752b2093f5453b3ec4717aad67da7c3227b3687367a0b3fe7ad80eed391327e')