Skip to content

Commit

Permalink
Complete purge of PDL::Graphics::PLplot
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed May 30, 2015
1 parent 673f996 commit 8e9bc6a
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 6,619 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Expand Up @@ -124,10 +124,6 @@ Graphics/IIS/IIS.c
Graphics/IIS/IIS.pm
Graphics/IIS/IIS.xs
Graphics/PGPLOT/Window/Window.c
Graphics/PLplot/OPTIONS!
Graphics/PLplot/PLplot.c
Graphics/PLplot/PLplot.pm
Graphics/PLplot/PLplot.xs
Graphics/TriD/OpenGL/OpenGL.c
Graphics/TriD/OpenGL/OpenGL.pm
Graphics/TriD/OpenGL/OpenGL.xs
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ matrix:
- perl: blead
before_install:
- sudo apt-get update
- sudo apt-get install build-essential libx11-dev pgplot5 libplplot-dev libgd2-xpm-dev libhdf4-alt-dev libproj-dev libvpx-dev libxpm-dev proj-bin libcfitsio3-dev libreadline-dev
- sudo apt-get install build-essential libx11-dev pgplot5 libgd2-xpm-dev libhdf4-alt-dev libproj-dev libvpx-dev libxpm-dev proj-bin libcfitsio3-dev libreadline-dev
- if [ "$DISABLE_FORTRAN" != 1 ]; then sudo apt-get install gfortran; fi # set DISABLE_FOTRAN = 1 to not install gfortran
# clang is already installed in Travis-CI environment. Using PERL_MM_OPT does not work with subdirectory Makefile.PLs so we override Config.pm
# Also, both $Config{cc} and $Config{ld} need to be set because under ELF environments (such as Travis-CI's Ubuntu), this is what Perl's Config.pm does.
Expand Down
8 changes: 0 additions & 8 deletions DEPENDENCIES
Expand Up @@ -140,14 +140,6 @@ PDL::Graphics::PGPLOT
and library.


PDL::Graphics::PLplot
The PLplot graphics library.
See http://plplot.sourceforge.net

Module will be built if the
PLplot library is detected.


PDL::Graphics::IIS
To be useful an application that supports
the 'IIS' protocol must be installed, e.g.
Expand Down
190 changes: 0 additions & 190 deletions Example/PLplot/refresh.pdl

This file was deleted.

2 changes: 1 addition & 1 deletion Graphics/Makefile.PL
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;
use ExtUtils::MakeMaker;

my @subdirs = qw(PGPLOT LUT IIS PLplot Limits);
my @subdirs = qw(PGPLOT LUT IIS Limits);

# we try and build unless WITH_3D == 0
my $t = $PDL::Config{WITH_3D};
Expand Down
104 changes: 0 additions & 104 deletions Graphics/PLplot/Changes

This file was deleted.

0 comments on commit 8e9bc6a

Please sign in to comment.