Skip to content

Commit

Permalink
move PDL::Graphics::State to PGPLOT distro
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 25, 2024
1 parent 955535d commit 7f5454e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 152 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- replace PDL::Lvalue with decorating the subs with ":lvalue", or Lvalue key
- pptemplate updated to new lib/*.pd scheme, adds trivial pp_def and test
- PDL::Graphics2D removed - use PDL::Graphics::Simple or PDL::Graphics::TriD
- move PDL::Graphics::State to PGPLOT distro

2.095 2024-11-03
- add PDL_GENTYPE_IS_{REAL,FLOATREAL,COMPLEX,SIGNED,UNSIGNED}_##ppsym (#502)
Expand Down
11 changes: 0 additions & 11 deletions Graphics/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@ use strict;
use warnings;
use ExtUtils::MakeMaker;

my @pm_names = qw (State.pm);
WriteMakefile(
NAME => 'PDL',
PM => { map {
my $h = '$(INST_LIBDIR)/PDL/';
$h .= 'Graphics/' if $_ =~ /State.pm$/;
( $_, $h . $_ );
} @pm_names },
MAN3PODS => { map {
my $h = '$(INST_MAN3DIR)/PDL::';
$h .= 'Graphics::' if $_ =~ /State.pm$/;
( $_, $h . substr($_,0,length($_)-3) . '.$(MAN3EXT)' );
} @pm_names },
NO_MYMETA => 1,
);
140 changes: 0 additions & 140 deletions Graphics/State.pm

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ Graphics/Limits/t/limits_trans.t
Graphics/Limits/t/limits_trans_err.t
Graphics/Limits/t/limits_ulimits.t
Graphics/Makefile.PL
Graphics/State.pm
Graphics/TriD/demos/test4.p
Graphics/TriD/demos/test5.p
Graphics/TriD/demos/test7.p
Expand Down

0 comments on commit 7f5454e

Please sign in to comment.