Skip to content

Commit

Permalink
Change release notes rebuild to 2.007, build advice to cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 22, 2015
1 parent a6b7dee commit 14ae7b5
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions Release_Notes
Expand Up @@ -23,15 +23,11 @@ General Notes:

- 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.007_14.tar.gz
cpan> make CHM/PDL-2.007_14.tar.gz
cpan> test CHM/PDL-2.007_14.tar.gz
cpan> look CHM/PDL-2.007_14.tar.gz
- Manual build/install is possible, but easiest is to
use cpanm:

cpanm --dev PDL

Highlights:

Expand All @@ -43,7 +39,7 @@ Release Notes for PDL 2.007_13 --------------------------

+---------------------------------------------------------------+
| BE WARNED: This release includes an update to the internal, |
| C-level PDL API for PDL versions 2.006 and earlier. This |
| C-level PDL API for PDL versions 2.007 and earlier. This |
| will require that you re-build any PP or XS modules. Do not |
| upgrade or install over an existing PDL installation unless |
| you are prepared to do so!!! |
Expand All @@ -64,23 +60,19 @@ General Notes:

- 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.007_13.tar.gz
cpan> make CHM/PDL-2.007_13.tar.gz
cpan> test CHM/PDL-2.007_13.tar.gz
cpan> look CHM/PDL-2.007_13.tar.gz
- Manual build/install is possible, but easiest is to
use cpanm:

cpanm --dev PDL

Highlights:

* Many tests updated to use Test::More

* PDL::FFTW is now removed from the PDL core. Use
PDL::FFTW3 instead.

* Clean up and build fixes continue...


Expand Down

0 comments on commit 14ae7b5

Please sign in to comment.