A new CPAN developers release of PDL has been
pushed to CPAN and should be available at a CPAN
mirror near you soon. Also released was another
CPAN developers release of chm/OpenGL-0.64_003.tar.gz
which supports win32 OpenGL drivers from cygwin. You
will need to reinstall your OpenGL module with
perl Makefile.PL interface=w32api
and then re-install PDL and PDL::Graphics::TriD so that
the new OpenGL::Config settings will be used to compile
the TriD binary routines.
Enjoy!
Chris
Release Notes for PDL 2.4.9_003 --------------------------
General Notes:
* Another quick CPAN developers release
- It is a snapshot of the current git development tree
and everything may not work correctly or have complete
documentation.
- These release notes may not be fully complete. Please
see Changes (from the git log) for full details.
- All tests may not pass, especially ones corresponding
to issues in Known_problems.
- Manual build/install is recommended although the
cpan shell may be used by specifying the distribution
path rather than just the module name, e.g.:
cpan> get CHM/PDL-2.4.9_003.tar.gz
cpan> make CHM/PDL-2.4.9_003.tar.gz
cpan> test CHM/PDL-2.4.9_003.tar.gz
cpan> look CHM/PDL-2.4.9_003.tar.gz
Highlights:
* PDL now requires Text::Balanced version 1.89 or higher.
NOTE: All perls with versions 5.8.0+ have at least this
version of Text::Balanced in the Core module set.
* Fix wmpeg crash when ffmpeg generates an error with a
$SIG{PIPE}, sf.net #3307121. Added $SIG{PIPE} fixes
for other PDL modules using pipes.
* PDL::NiceSlice being refactored to use Filter::Simple.
* pctover, oddpctover, pct, and oddpct now support badvalues
per sf.net feature request #3328001.
* Fixed t/opengl.t problem to enable support for TriD to
work with POGL compiled under cygwin for the w32api
OpenGL graphics.
* Improved diagnostic output on failure ("better barf").
+------------------------------------------------------------------------+
| OpenGL-0.64_003
+------------------------------------------------------------------------+
This is a CPAN developers release for the Perl OpenGL module with
some minor fixes to improve buildability and updates and bug
fixes to check.
Highlights:
* Fix interface=w32api to work for cygwin again. Requires a
current cygwin install---greater than 1.7.x.
* Minor cleanup in Makefile.PL and documentation/readme updates
reflecting the newly set up Perl OpenGL project at sf.net:
http://sourceforge.net/projects/pogl/
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl