Search Criteria
Package Details: grads 2.2.1-2
Git Clone URL: | https://aur.archlinux.org/grads.git (read-only, click to copy) |
---|---|
Package Base: | grads |
Description: | The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science data. The format of the data may be either binary, GRIB, NetCDF, or HDF-SDS (Scientific Data Sets). |
Upstream URL: | http://cola.gmu.edu/grads/grads.php |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | graziano |
Maintainer: | graziano |
Last Packager: | graziano |
Votes: | 10 |
Popularity: | 0.000065 |
First Submitted: | 2006-12-22 14:14 |
Last Updated: | 2019-02-04 14:56 |
Latest Comments
1 2 Next › Last »
adisen99 commented on 2020-12-21 09:44
I am getting the error -
gaio.c:4699:15: error: too few arguments to function ‘H5Oget_info3’ 4699 | if ((rc = H5Oget_info(vid,&oinfo))<0) err=1;
@yzbsj said that modifying the line will fix the error but the grads source code has the line unmodified so I am wondering as to whether that is a viable option.
What shall I do now. Is there a workaround other than installing from source?
yzbsj commented on 2020-05-25 14:06
I get the same error,but I successfully install it by adding "0" in line 4699 of gaio.c, just like this "if ((rc = H5Oget_info(vid,&oinfo,0))<0) err=1;".Since I don't know much about how the software works, I even don't know whether it is right or wrong. But it just work for me by adding zero and yay --mflags --skipinteg -S grads.--By a student of NUIST,almost driven mad by our grads homework these days...
bakamotokatas commented on 2020-04-30 08:55
I get the following error during installation.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I/usr/include -I/opt/hdf4/include -I/usr/include -DSHRDOBJ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wno-trigraphs -rdynamic -c gabufrtbl.c -fPIC -DPIC -o .libs/libgradspy_la-gabufrtbl.o /usr/bin/ld: gaio.o: in function
g2read': gaio.c:(.text+0x1d4b): undefined reference to
g2_getfld' /usr/bin/ld: gaio.c:(.text+0x21f2): undefined reference to `g2_free' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:776: grads] Error 1werewolf commented on 2016-05-27 18:14
Hi graziano,
my computer is chromebook, I installed archlinuxarm in it. i tried to compile and installed Grads,but it's failed.can you provide Grads on ARM architecture.
Thank you!
Sele commented on 2015-10-02 12:56
hdf4-nonetcdf is no longer in the AUR.
qs9rx commented on 2015-05-15 10:30
please add szip to the dependencies: /usr/bin/ld: cannot find -lsz
XavierCLL commented on 2015-02-03 21:56
Hi graziano, as others persons told you, the szip is need for build. Regards
graziano commented on 2014-08-05 19:01
@skeksis268: suggest reinstalling g2clib package.
skeksis268 commented on 2014-07-21 16:29
Not building for me, several error messages along the lines of
/usr/lib/libgrib2c.a(g2_unpack4.o): In function `g2_unpack4':
(.text+0x474): undefined reference to `rdieee'
and
/usr/lib/libgrib2c.a(jpcunpack.o): In function `jpcunpack':
(.text+0x65): undefined reference to `int_power'
graziano commented on 2013-11-09 21:26
The removal of static libraries in newer packages forced an update. Nothing changed in upstream.