Search Criteria
Package Details: gnudatalanguage 1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnudatalanguage.git (read-only, click to copy) |
---|---|
Package Base: | gnudatalanguage |
Description: | An IDL (Interactive Data Language) compatible incremental compiler (ie. runs IDL programs) |
Upstream URL: | https://gnudatalanguage.github.io/ |
Licenses: | GPL-2.0-or-later |
Submitter: | Snowman |
Maintainer: | jankoh |
Last Packager: | jankoh |
Votes: | 21 |
Popularity: | 0.000125 |
First Submitted: | 2005-10-19 19:37 (UTC) |
Last Updated: | 2024-11-16 22:13 (UTC) |
Dependencies (29)
- eccodesAUR
- expat (expat-gitAUR)
- fftw
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glpk (glpk-gitAUR, glpk-cut-logAUR)
- graphicsmagick
- gsl (gsl-gitAUR)
- hdf4AUR
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- libgeotiff (libgeotiff-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libtirpc
- openmpi (openmpi-gitAUR)
- proj (proj-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- readline (readline-gitAUR)
- shapelib
- udunitsAUR
- wxwidgets-common (wxwidgets-common-gitAUR, wxwidgets-common-lightAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR, python-numpy-mkl-binAUR) (make)
- qhull (make)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR, openssh-dnatAUR) (check)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »
jankoh commented on 2020-12-18 10:54 (UTC)
Hey there,
I'll have a look into this as soon as possible.
Best regards Jan
Fixed commented on 2020-12-18 10:51 (UTC) (edited on 2020-12-18 10:56 (UTC) by Fixed)
Attempt to run GDL causes error after installation of Python3:
$ gdl
gdl: error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
vitirk commented on 2020-12-13 18:23 (UTC)
Unable to build unless replace
eccodes
toeccodes-git
andeigen
toeigen-git
in PKGBUILD.jankoh commented on 2019-11-07 21:05 (UTC)
Deps changed to python3 by including the patch (https://github.com/gnudatalanguage/gdl/commit/18af448ad2782f1d2008ae99616fcfee73baaa99?diff=unified) from upstream.
Universebenzene commented on 2019-10-31 14:12 (UTC) (edited on 2019-10-31 14:12 (UTC) by Universebenzene)
@jankoh Strongly looking forward to this change :D
jankoh commented on 2019-10-31 11:02 (UTC)
Hey there,
since Python2 reaches EOL end of this year, I'd like to change deps to Python3. Are there any objections?
Best, Jan
jankoh commented on 2019-08-14 21:08 (UTC)
@Universebenzene: Thanks for the report, deps changed to libmagick6.
Universebenzene commented on 2019-08-14 05:29 (UTC) (edited on 2019-08-14 05:32 (UTC) by Universebenzene)
@jankoh Actually the reason why I suggested
libmagick6
is that it can't detect the ImageMagick if I just haveimagemagick
installed, as it tells me:While after I have
libmagick6
installed, the build just passed without any errors. So did I miss any configuration?jankoh commented on 2019-08-14 05:22 (UTC)
@Universebenzene: Thanks for the suggestion. According to ldd, with -DMAGICK=ON gdl links to ibMagickCore-7.Q16HDRI.so.6 (etc) and libMagickCore-6.Q16HDRI.so.6 (etc). I added imagemagick to deps, and could also add libmagick6. I have installed both packages, and can confirm, gdl works on my system using that setup. Feel free to report, if anything broke with that change.
Universebenzene commented on 2019-08-11 09:00 (UTC) (edited on 2019-08-11 15:29 (UTC) by Universebenzene)
@jankoh How about using imagemagick instead? Which means the -DMAGICK option could be ON and the
libmagick6
should be in depends.« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »