# Makefile.PL for PDL::Ufunc module. # Use this as a template for the Makefile.PL for # any external PDL module. use ExtUtils::MakeMaker; PDL::Core::Dev->import(); @pack = (["ufunc.pd",Ufunc,PDL::Ufunc]); if ($^O eq 'dec_osf') { require Config; if ($Config::Config{cc} =~ /^cc/) { my $no_optimize = $::PDL_OPTIONS{OPTIMIZE} || $Config::Config{optimize} || '-g2'; $no_optimize =~ s/(\s|^)(-O)\d/$1${2}0/; $no_optimize =~ s/(\s|^)(-g)\d/$1${2}2/; print <SUPER::const_cccmd(@_); $defval =~ s/\$\(OPTIMIZE\)/| . $no_optimize . q|/gs; print "$defval\n"; return $defval; }; |; } } #WriteMakefile( # pdlpp_stdargs_int(@::pack) #); %hash = pdlpp_stdargs_int(@::pack); $hash{LIBS}->[0] .= ' -lm'; WriteMakefile(%hash); sub MY::postamble { pdlpp_postamble_int(@::pack); } # Add genpp rule