-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
wwwutz
commented
Jun 7, 2018
- be0ify
- get rid of png12 dependency
plplot.be0
Outdated
#} | ||
|
||
mee_configure() { | ||
# control which languages we support to keep dependency impact low |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that a tab instead of four spaces?
plplot.be0
Outdated
# control which languages we support to keep dependency impact low | ||
bee_configure \ | ||
-DBUILD_SHARED_LIBS=OFF \ | ||
-DDEFAULT_NO_BINDINGS=ON \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indent the lines above?
- be0ify - get rid of png12 dependency
This breaks gdl:
I'll try to rebuild gdl on top of this. |
Can't just rebuild
See [1] [1] https://sourceforge.net/p/gnudatalanguage/discussion/338691/thread/dc2dd534/ |
create new bee-file from template
enable shared lib switch for gdl update
New version of gdl to make it working with the new version of plplot I have reenabled the shared lib switch of plplot, because gdl need it |
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/
@all: Please have a look and merge if there are no serious objections. |