[pdl] 18/25: Update perldl.conf for PDL 2.016.

Bas Couwenberg sebastic at debian.org
Sun Jun 12 21:29:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pdl.

commit 26f1497127df745348aacf01dbb0f51c6558e43f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jun 12 19:18:36 2016 +0200

    Update perldl.conf for PDL 2.016.
---
 debian/changelog   |  1 +
 debian/perldl.conf | 32 +++++++++++---------------------
 2 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e606b8a..7ee93f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ pdl (1:2.016-1) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Add libdevel-checklib-perl to build dependencies.
   * Use minimal dh rules.
+  * Update perldl.conf for PDL 2.016.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 12 Jun 2016 16:00:28 +0200
 
diff --git a/debian/perldl.conf b/debian/perldl.conf
index 0ada867..fe2ef7c 100644
--- a/debian/perldl.conf
+++ b/debian/perldl.conf
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # -*-perl-*-
- 
+
 # PDL Configuration options
 
 # You can edit this here or say 'perl Makefile.PL PDLCONF=file'
@@ -62,7 +62,7 @@
 # 0 -> don't use
 # true -> force use
 
-        WITH_POSIX_THREADS => undef,    
+        WITH_POSIX_THREADS => undef,
 
         POSIX_THREADS_INC  => undef,  # '-I/usr/pthread/include'
         POSIX_THREADS_LIBS => undef,  # '-L/usr/pthread -lpthreadGC2'
@@ -123,50 +123,39 @@
 #       POGL_WINDOW_TYPE => 'x11',      # use X11+GLX for windows
         POGL_WINDOW_TYPE => 'glut',     # use GLUT for windows
 
-        
 # Whether or not to build the PDL::Slatec module
 # false -> don't use
 # true -> force use
 
         WITH_SLATEC => undef,  # Leave it up to PDL to decide
-        
+
 # Whether or not to build the PDL::Minuit module
 # false -> don't use
 # true -> force use
 
        WITH_MINUIT => undef,   # Leave it up to PDL to decide
 
-# If MINUIT_LIB is undef a standalone version of Minuit will be compiled 
-# and PDL::Minuit will link to this library (fortran code can be found 
+# If MINUIT_LIB is undef a standalone version of Minuit will be compiled
+# and PDL::Minuit will link to this library (fortran code can be found
 # at Lib/Minuit/minuitlib)
-# If you want to try to link directly to the Minuit present 
+# If you want to try to link directly to the Minuit present
 # in the CERN library libpacklib.a, include the full path to the library
 # here, e.g.,  MINUIT_LIB => '/usr/local/lib/libpacklib.a',
 
-       MINUIT_LIB => undef, 
+       MINUIT_LIB => undef,
 
 # Whether or not to build the PDL::GSL module
 # false -> don't use
 # true -> force use
 
         WITH_GSL => undef,     # Leave it up to PDL to decide
-        
+
 # Link flags for the GSL libs, e.g. '-L/usr/local/lib -lgsl -lm'
         GSL_LIBS => undef, # use gsl-config
 
 # Location to find GSL includes:
         GSL_INC => undef, # use gsl-config
 
-# Whether or not to build the PDL::FFTW module
-# NOTE:  PDL::FFTW has been moved to its own CPAN
-#        distribution and has been deprecated.
-#        Please install from CPAN.
-
-        WITH_FFTW => 0,        # Don't build PDL::FFTW
-        FFTW_LIBS => undef,    # [ '/lib','/usr/lib','/usr/local/lib'],
-        FFTW_INC => undef,     # ['/usr/include/','/usr/local/include'],
-        FFTW_TYPE => 'double',
-
 # Whether or not to build the PDL::IO::HDF module
 # false -> don't use
 # true -> force use
@@ -182,6 +171,7 @@
         WITH_GD => undef,      # Leave it up to PDL to decide
         GD_LIBS => undef,
         GD_INC => undef,
+        GD_DEFINE => '',       # If anything needs to be defined.
 
 # Whether or not to build the PDL::GIS::Proj module
 # false -> don't use
@@ -194,8 +184,8 @@
 # N.B. These are array ref values and *not* strings
 #
 #       PROJ_LIBS => [ 'C:/_32/msys/1.0/local/lib'],
-#       PROJ_INC => [ 'C:/_32/msys/1.0/local/include'], 
-        
+#       PROJ_INC => [ 'C:/_32/msys/1.0/local/include'],
+
 # Do we build PDL::IO::Browser?
 # default -> do not build
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pdl.git



More information about the Pkg-perl-cvs-commits mailing list