summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgios Eleftheriou2019-01-26 22:30:23 +0100
committerGeorgios Eleftheriou2019-01-26 22:30:23 +0100
commitf00c597515d083e4287b0d90e72b415b1d786f2c (patch)
tree8edcf454d6e27315a18a9730313016ce890e9741
parentceb1b20ae25d1f6b830ec498d5643708c2702566 (diff)
downloadaur-f00c597515d083e4287b0d90e72b415b1d786f2c.tar.gz
remove every mention of fortran since it is not supported or offered anyway
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dacb4380e747..1efb62d1f6f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = hdf4
- pkgdesc = General purpose library and file format for storing scientific data (full version including the FORTRAN and the Java Native Interfaces - JNI)
+ pkgdesc = General purpose library and file format for storing scientific data (version including the Java Native Interfaces - JNI)
pkgver = 4.2.14
- pkgrel = 4
+ pkgrel = 5
url = https://portal.hdfgroup.org/display/support/HDF+4.2.14
arch = x86_64
license = custom
makedepends = java-environment
- makedepends = gcc-fortran
depends = libaec
depends = zlib
depends = libjpeg-turbo
diff --git a/PKGBUILD b/PKGBUILD
index 18f9f21d4d14..6c171139279e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=hdf4
pkgver=4.2.14
-pkgrel=4
-pkgdesc="General purpose library and file format for storing scientific data (full version including the FORTRAN and the Java Native Interfaces - JNI)"
+pkgrel=5
+pkgdesc="General purpose library and file format for storing scientific data (version including the Java Native Interfaces - JNI)"
arch=('x86_64')
url="https://portal.hdfgroup.org/display/support/HDF+4.2.14"
license=('custom')
depends=('libaec' 'zlib' 'libjpeg-turbo' 'libtirpc')
-makedepends=('java-environment' 'gcc-fortran')
+makedepends=('java-environment')
conflicts=('hdf4-java')
provides=('hdf4-java')
replaces=('hdf4-java')
@@ -34,7 +34,6 @@ build() {
CFLAGS="${CFLAGS} -fPIC" \
FFLAGS="${FFLAGS} -fPIC -ffixed-line-length-none" \
LIBS="-ljpeg -laec -lsz" \
- F77=gfortran \
JAVADOC='javadoc -Xdoclint:none' \
--enable-shared \
--disable-static \