From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# Makefile.PL for PDL::Primitive module.
# Use this as a template for the Makefile.PL for
# any external PDL module.
PDL::Core::Dev->import();
@pack = (["complex.pd",Complex,PDL::Complex]);
%hash = pdlpp_stdargs_int(@::pack);
$hash{LIBS} = ['-lm'];
WriteMakefile(%hash);
sub MY::postamble {
pdlpp_postamble_int(@::pack);
} # Add genpp rule