Skip to content

Commit

Permalink
gnudatalanguage-gdl: Rebuild
Browse files Browse the repository at this point in the history
After #879 "Update imagemagick from 6.9.4 4 to 6.9.10 10" we need to
rebuild gnudatalanguage-gdl:

    buczek@deinemuddah:~$ gdl
    gdl: error while loading shared libraries: libMagick++-6.Q16.so.6:
    cannot open shared object file: No such file or directory

Rebuild to compile against current imagemagick library.

    buczek@theinternet:~$ gdl

      GDL - GNU Data Language, Version 0.9.8 svn

    - For basic information type HELP,/INFO
    - Default library routine search path used (GDL_PATH/IDL_PATH env. var. not set):
      +/usr/share/gnudatalanguage/lib
    - No startup file read (GDL_STARTUP/IDL_STARTUP env. var. not set).
    - Please report bugs, feature or help requests and patches at:
      http://sourceforge.net/projects/gnudatalanguage/
  • Loading branch information
donald committed Sep 6, 2018
1 parent da2dd79 commit edef283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnudatalanguage-gdl.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gnudatalanguage-gdl-0.9.8-0
# BEE_VERSION gnudatalanguage-gdl-0.9.8-1

SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz"

Expand Down

0 comments on commit edef283

Please sign in to comment.