Graphics-VTK
view release on metacpan or search on metacpan
Graphics/Makefile.PL view on Meta::CPAN
my %configHash = %vtkConfigMacro;
$configHash{INC} = '-I../ '.$configHash{INC}; # Add another dir to include path
WriteMakefile(
'NAME' => 'Graphics::VTK::Graphics',
'CCFLAGS' => $CCFLAGS,
'OPTIMIZE' => ' ', # Turn optimize off, optimization on cause very large
# memory consumption when compiling VTK.c
'VERSION_FROM' => '../VTK.pm',
'TYPEMAPS' => [ qw[ ../typemap typemapGraphics ../Common/typemapCommon ] ],
%configHash,
);
( run in 0.627 second using v1.01-cache-2.11-cpan-39bf76dae61 )