Powerbook G4 running OS-X 10.4.7, gcc 4.0.1 Perl 5.8.6 (Xcode 2.3 developer release)

perldl.conf
OPTIMIZE => -O,
WITH_BADVAL => 1,
BADVAL_PER_PDL => 0,
WITH_3D => $^O eq "darwin" ? 0 : undef,            # :-(
WITH_PLPLOT          => 0,
WITH_FFTW => 1,
WITH_HDF => 0,
WITH_SLATEC => 1,
WITH_GSL => 1,

In summary, the stuff I thought would build had no problems. Too much effort to get PLPLOT working - this is not PDL's problem, but my laziness in getting fink to download and compile everything. Maybe when I have a spare hour. In a perfect world, a double click install binary for OS-X would be nice to save people the hassle of compiling everything, but I realize that's a tall order.

Looks great guys!

On Aug 10, 2006, at 8:30 AM, Karl Glazebrook wrote:


On Aug 4, 2006, at 10:14 PM, Chris Marshall wrote:
Please include the following information about your testing:

1. hardware and os
2. pre-build configuration (what pre-requisites are
   already installed, is a previous PDL already installed...)
3. perldl.conf options used
4. summary output from make test with the
    testing harness



AOK on Mac OS 10.4.7 on a G5. Can someone turn off the stupid FITS warning please before we release? It's beginning to be annoying...

Karl

options -

        building PDL without bad value support (WITH_BADVAL!=1)
   Not building TriD or OpenGL. Turn on WITH_3D if this is incorrect.
Not building PDL::Graphics::Karma, turn on WITH_KARMA if this is incorrect
      Not building PDL::Graphics::PLplot
Not building PDL::IO::Browser. Turn on WITH_IO_BROWSER if this is incorrect.
 Skipping build of PDL::IO::HDF.
 Skipping build of PDL::IO::GD.
Building PDL::Slatec. Turn off WITH_SLATEC if there are any problems
   Building PDL::GSL::DIFF.Turn off WITH_GSL if there are any problems
Building PDL::GSL::INTEG.Turn off WITH_GSL if there are any problems Building PDL::GSL::INTERP.Turn off WITH_GSL if there are any problems
   Building PDL::GSL::RNG.Turn off WITH_GSL if there are any problems
   Building PDL::GSLSF.Turn off WITH_GSL if there are any problems
Found FFTW2 double version in /usr/local/include/fftw.h !
   Building PDL::FFTW. Turn off WITH_FFTW if there are any problems

---------------------------------------------------

Testing -

PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/aaa_load..................ok
t/argtest...................ok
t/autoload..................ok
t/bad.......................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/bad.......................ok
t/basic.....................ok
t/bess......................ok
t/bool......................ok
t/callext...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/callext...................ok
t/clump.....................ok
t/complex...................ok
t/conv......................ok
t/core......................ok
t/croak.....................ok
t/diskcache.................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/diskcache.................ok
t/dumper....................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/dumper....................ok
t/erf.......................ok
t/erfi......................ok
t/familyfree................ok
t/fastraw...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/fastraw...................ok
t/fft.......................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/fft.......................ok
t/fftw......................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/fftw......................ok
t/fits......................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/fits......................ok
        79/83 skipped: Astro::FITS::Header not installed
t/flexraw...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.


ExtUtils::F77: Version 1.16
t/flexraw...................ok
t/flow......................ok
t/foo.......................ok
t/func......................ok
t/gauss.....................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/gauss.....................ok
t/gd_oo_tests...............

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
all skipped: Skipped: PDL::IO::GD requires the gd image library.
t/gd_tests..................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
all skipped: Skipped: PDL::IO::GD requires the gd image library: Not a directory
t/gis_proj..................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
        all skipped: PDL::GIS::Proj requires the Proj module.
t/gsl_diff..................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/gsl_diff..................ok
t/gsl_integ.................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/gsl_integ.................ok
t/gsl_interp................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/gsl_interp................ok
t/gsl_rng...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/gsl_rng...................ok
t/gsl_sf....................ok
t/hdf_sd....................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
        all skipped: PDL::IO::HDF requires the HDF module.
t/hdf_vdata.................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
        all skipped: PDL::IO::HDF requires the HDF module.
t/hdf_vgroup................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
        all skipped: PDL::IO::HDF requires the HDF module.
t/hdrs......................ok
t/hist......................ok
t/howbig....................ok
t/ica.......................ok
t/image2d...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/image2d...................ok
        5/16 skipped: PDL::Bad support not available.
t/imagend...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/imagend...................ok
t/imagergb..................ok
t/inlinepdlpp...............ok
t/interp....................ok
        1/1 skipped: see PDL::Func
t/interp_slatec.............ok
        1/1 skipped: see PDL::Func
t/interpol..................ok
t/iotypes...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/iotypes...................ok
t/limits_00.................ok
t/limits_errb...............

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/limits_errb...............ok
t/limits_keyspecs...........ok
t/limits_normalize_dsets....

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/limits_normalize_dsets....ok
t/limits_range..............

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/limits_range..............ok
t/limits_round..............ok
t/limits_trans..............

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/limits_trans..............ok
t/limits_trans_err..........

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/limits_trans_err..........ok
t/limits_ulimits............

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/limits_ulimits............ok
t/linfit....................ok
t/lut.......................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/lut.......................ok
t/lvalue....................ok
t/magic.....................ok
t/matmult...................ok
t/matrix....................ok
t/matrixops.................ok
t/misc......................ok
t/ndf.......................skipped
        all skipped: PDL::IO::NDF requires the NDF module.
t/niceslice.................ok
t/nsdatahandle..............ok
t/ones......................ok
t/opengl....................ok
        1/1 skipped: OpenGL support not compiled
t/ops.......................ok
t/pdlchar...................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/pdlchar...................ok
t/pgplot....................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/pgplot....................ok
2/12 skipped: interactive tests not run since environment var PDL_INT not set
t/physical..................ok
t/picnorgb..................ok
t/picrgb....................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/picrgb....................ok
t/plplot....................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
        all skipped: PDL::Graphics::PLplot not installed
t/pnm.......................ok
t/poly......................ok
t/polyroots.................ok
t/pptest....................ok
t/primitive.................ok
t/primitive2................ok
t/proj_transform............

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

skipped
all skipped: PDL::Transform::Proj4 requires the Proj4 & TridD module and Bad Values enabled.
t/pthread...................ok
t/reduce....................ok
t/refs......................ok
t/requiredmods..............ok
t/scope.....................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/scope.....................ok
t/segfault..................

WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.

PDL will use the deprecated legacy perl hash handling code but will not properly support tables, FITS extensions, or COMMENT cards. You really
  ought to install the Astro::FITS::Header module, available from
'http://www.cpan.org'. (You can also get rid of this message by setting the environment variable 'PDL_FITS_LEGACY' or the global perl variable
  $PDL::FITS_LEGACY to 1.

t/segfault..................ok
t/slatec....................ok
t/slice.....................ok
t/storable..................ok
t/subclass..................ok
t/subclass2.................ok
t/subclass3.................ok
t/subclass4.................ok
t/thread....................ok
t/thread_def................ok
t/trig......................ok
t/vaffine...................ok
t/xvals.....................ok
All tests successful, 9 tests and 89 subtests skipped.
Files=104, Tests=976, 67 wallclock secs (46.39 cusr + 13.48 csys = 59.87 CPU)



_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

============================

310-416-7714 (day)
310-529-0682 (evenings/weekends)

He who loves purity of heart and speaks gracefully is the king’s friend. (Proverbs 22:11)



_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to