Package Details: gnudatalanguage 1.1-1

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)

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 to eccodes-git and eigen to eigen-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 have imagemagick installed, as it tells me:

CMake Error at CMakeLists.txt:516 (message):
  ImageMagick is required but was not found.

  Use -DMAGICKDIR=DIR to specify the ImageMagick directory.

  Use -DMAGICK=OFF to not use it.

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.