Fiddle with Eigen+FFT tests and add nonsymmetric eigenvalue example
[Math-GSL.git] / Makefile.PL
blob02ada291bd94211c61d28f3c82d67701f11be892
1 # Note: this file was auto-generated by Module::Build::Compat version 0.03
2     
3     unless (eval "use Module::Build::Compat 0.02; 1" ) {
4       print "This module requires Module::Build to install itself.\n";
5       
6       require ExtUtils::MakeMaker;
7       my $yn = ExtUtils::MakeMaker::prompt
8         ('  Install Module::Build now from CPAN?', 'y');
9       
10       unless ($yn =~ /^y/i) {
11         die " *** Cannot install without Module::Build.  Exiting ...\n";
12       }
13       
14       require Cwd;
15       require File::Spec;
16       require CPAN;
17       
18       # Save this 'cause CPAN will chdir all over the place.
19       my $cwd = Cwd::cwd();
20       
21       CPAN::Shell->install('Module::Build::Compat');
22       CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
23         or die "Couldn't install Module::Build, giving up.\n";
24       
25       chdir $cwd or die "Cannot chdir() back to $cwd: $!";
26     }
27     eval "use Module::Build::Compat 0.02; 1" or die $@;
28     use lib 'inc';
29     Module::Build::Compat->run_build_pl(args => \@ARGV);
30     require GSLBuilder;
31     Module::Build::Compat->write_makefile(build_class => 'GSLBuilder');