comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » GDL 0.9.4 delivered
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
GDL 0.9.4 delivered [message #86651] Tue, 26 November 2013 01:40
Alain Coulais is currently offline  Alain Coulais
Messages: 20
Registered: July 2010
Junior Member
Dear GDL users and contributors

We are very happy to inform you about the delivery of GDL 0.9.4,
which happen few weeks ago ! Some packages are already available :
http://gnudatalanguage.sourceforge.net/

As you can see into the NEW file
( http://gnudatalanguage.cvs.sourceforge.net/viewvc/gnudatalan guage/gdl/NEWS)
a lot of improvements has been done.
Two main points: quality of graphics outputs
and using Eigen3 lib for excellent performance on multi-cores.

Yes, it is better to use plplot 5.9.9 or 5.9.10 to have
some new features on plotting.

Don't hesitate to test this new version and report any trouble
onto the SourceForge tracker (the best way) or to me.
Please notice than we welcome code contributions but
we need they came with a license compatible with GNU GPL v2 or later.

with best regards

Alain for the GDL team

PS: the "configure" way:

tar -zxf gdl-0.9.4.tgz
cd gdl-0.9.4
mkdir m4 (no needed on most OS)
autoreconf -vfi
./configure [options] (e.g. syntax --without-python --with-hdf=no ...)
make -j N [N related to the number of cores you have, ~ the double]
[make check]

PS: the "CMake" way:

tar -zxf gdl-0.9.4.tgz
cd gdl-0.9.4
mkdir build
cd build
cmake .. [options] (e.g. syntax -DPYTHON=off -DHDF=off ...)
make -j N [N related to the number of cores you have, ~ the double]
[make check]
[Message index]
 
Read Message
Previous Topic: Exelis code library down - someone has G
Next Topic: Unexpected negative values when reading txt file

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:07:21 PDT 2025

Total time taken to generate the page: 0.00452 seconds