File tree Expand file tree Collapse file tree 7 files changed +16
-23
lines changed
Expand file tree Collapse file tree 7 files changed +16
-23
lines changed Original file line number Diff line number Diff line change @@ -68,3 +68,7 @@ nytprof*
6868t /* .dll *
6969pp- * .c
7070* -pp- * .c
71+
72+ lib /PDL /Graphics /TriD /Rout.c
73+ lib /PDL /Graphics /TriD /Rout.pm
74+ lib /PDL /Graphics /TriD /Rout.xs
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ lib/PDL/Graphics/TriD/Objects.pm
2828lib/PDL/Graphics/TriD/OOGL.pm
2929lib/PDL/Graphics/TriD/Polygonize.pm
3030lib/PDL/Graphics/TriD/Quaternion.pm
31+ lib/PDL/Graphics/TriD/Rout.pd
3132lib/PDL/Graphics/TriD/ScrollButtonScaler.pm
3233lib/PDL/Graphics/TriD/SimpleScaler.pm
3334lib/PDL/Graphics/TriD/Surface.pm
@@ -43,6 +44,4 @@ MANIFEST This list of files
4344MANIFEST.SKIP
4445OpenGLQ/Makefile.PL
4546OpenGLQ/openglq.pd
46- Rout/Makefile.PL
47- Rout/rout.pd
4847t/opengl.t
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ Makefile\.old
3737\b_eumm/
3838
3939^OpenGLQ/OpenGLQ\.*
40- ^Rout/Rout\.*
40+ lib/PDL/Graphics/TriD/Rout(\.(pm|xs|c)$|-pp-)
41+
4142^TriD/Tk.pm$
4243
4344^\.git
Original file line number Diff line number Diff line change @@ -38,7 +38,13 @@ WriteMakefile (
3838 },
3939);
4040
41- sub MY ::postamble {
42- my $oneliner = PDL::Core::Dev::_oneliner(qq{ exit if \$ ENV{DESTDIR}; use PDL::Doc; eval { PDL::Doc::add_module(shift); }} );
43- qq| \n install :: pure_install\n\t $oneliner \$ (NAME)\n | ;
41+ {
42+ my @pd_srcs ;
43+ package MY ; # so that "SUPER" works right
44+ sub init_PM {
45+ my ($self ) = @_ ;
46+ $self -> SUPER::init_PM;
47+ @pd_srcs = ::pdlpp_eumm_update_deep($self );
48+ }
49+ sub postamble { ::pdlpp_postamble(@pd_srcs ) }
4450}
Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments