summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Eleftheriou2018-06-21 23:16:42 +0200
committerGeorge Eleftheriou2018-06-21 23:16:42 +0200
commitafd36bfb08785f91f78b8fc0ead56da31436d207 (patch)
tree24b71811390a09d5a0a929a6de8bc98304d3fa41
parentcd762a0f53a366e5ad1ec0e30323800d9b275139 (diff)
downloadaur-afd36bfb08785f91f78b8fc0ead56da31436d207.tar.gz
fixed javadoc bug
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48ee5979ed32..5a5bf4121eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hdf5-mpich
pkgdesc = General purpose library and file format for storing scientific data (mpich version) (full version including its Java Native Interfaces)
pkgver = 1.10.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.hdfgroup.org/HDF5/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 379b12140d14..c6cd13558494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _pkgname=hdf5
_mpi=mpich
pkgname=${_pkgname}-${_mpi}
pkgver=1.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="General purpose library and file format for storing scientific data (${_mpi} version) (full version including its Java Native Interfaces)"
arch=('x86_64')
url="https://www.hdfgroup.org/HDF5/"
@@ -44,6 +44,7 @@ build() {
FC="/opt/mpich/bin/mpif90" \
F9X="/opt/mpich/bin/mpif90" \
RUNPARALLEL="/opt/mpich/bin/mpirun" \
+ JAVADOC='javadoc -Xdoclint:none' \
--prefix=/usr \
--disable-static \
--disable-sharedlib-rpath \