summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Eleftheriou2018-06-21 23:16:42 +0200
committerGeorge Eleftheriou2018-06-21 23:16:42 +0200
commitafd36bfb08785f91f78b8fc0ead56da31436d207 (patch)
tree24b71811390a09d5a0a929a6de8bc98304d3fa41 /PKGBUILD
parentcd762a0f53a366e5ad1ec0e30323800d9b275139 (diff)
downloadaur-afd36bfb08785f91f78b8fc0ead56da31436d207.tar.gz
fixed javadoc bug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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 \