Package Details: hdf4 4.3.0-1

Git Clone URL: https://aur.archlinux.org/hdf4.git (read-only, click to copy)
Package Base: hdf4
Description: General purpose library and file format for storing scientific data
Upstream URL: https://portal.hdfgroup.org
Licenses: custom
Submitter: djscholl
Maintainer: Xavier
Last Packager: Xavier
Votes: 14
Popularity: 0.000315
First Submitted: 2006-09-25 12:30 (UTC)
Last Updated: 2024-04-11 15:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Arcturus commented on 2019-01-26 17:28 (UTC)

The description says this is the "full version including the FORTRAN and the Java Native Interfaces - JNI", yet the configure flag --disable-fortran is used in the PGKBUILD.

Should the description (or PKGBUILD) be updated, or am I missing something?

Xavier commented on 2018-11-05 22:53 (UTC)

Perfect thanks!

eleftg commented on 2018-11-05 22:49 (UTC)

No problem.

I've also added you as a co-maintainer, so that you can directly apply any future modifications.

Xavier commented on 2018-11-05 20:35 (UTC)

Hi @eleftg again, I forgot to add the load library path in /etc/ld.so.conf.d/ when I converted the hdf4 to share lib, please update (4.2.14-4): https://pastebin.com/G9HnWfL4

eleftg commented on 2018-11-05 06:49 (UTC)

Done. Thanks XavierCLL

Xavier commented on 2018-11-05 05:00 (UTC)

Hi @eleftg, I implemented some changes: 1) added "--disable-netcdf" for use the native netcdf, because (without that) using the netcdf that have the hdf4 bring some problems and conflicts (read more https://goo.gl/ZVZDtj) 2) I made some changes for enabling share library (better than static). PKBGUILD here: https://pastebin.com/BheBm34w

Xavier commented on 2018-08-21 15:17 (UTC)

Hi @eleftg, please use this adjust for linked with szlib: https://pastebin.com/iaat9jP9

eleftg commented on 2018-07-03 23:46 (UTC)

Adopted, upgraded to 4.2.14 and patched configure.ac to fix the xdr error

eleftg commented on 2018-05-31 19:30 (UTC)

Thank you very much for your contribution petronny!

I updated the package to include your patch.

petronny commented on 2018-05-20 06:24 (UTC) (edited on 2018-05-20 06:24 (UTC) by petronny)

I fixed it with

     CFLAGS="${CFLAGS} -fPIC" \
     LDFLAGS="-l:libjpeg.so.8 ${LDFLAGS}" \
     F77=gfortran \
+    JAVADOC='javadoc -Xdoclint:none' \
     --enable-fortran \
     --enable-production \
     --enable-java \

It's a bug with java-enviroment>8. And this patch works with java-enviroment=8. Please fix it.