[libpdl-linearalgebra-perl] 09/11: global conversion from DOS to UNIX line endings

Dima Kogan dima at secretsauce.net
Thu Nov 28 20:21:57 UTC 2013


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

dkogan-guest pushed a commit to branch chm
in repository libpdl-linearalgebra-perl.

commit 15ed5cb627aece3bc0c23b1f8b4a31e27f27a7ec
Author: Dima Kogan <dima at secretsauce.net>
Date:   Thu Nov 28 12:13:57 2013 -0800

    global conversion from DOS to UNIX line endings
---
 Changes                 | 102 ++++++++++++++++++++++++------------------------
 Complex/Makefile.PL     |  54 ++++++++++++-------------
 Complex/Makefile.PL.pkg |  52 ++++++++++++------------
 Config                  |  12 +++---
 README                  |  62 ++++++++++++++---------------
 Real/Makefile.PL        |  56 +++++++++++++-------------
 Real/Makefile.PL.pkg    |  54 ++++++++++++-------------
 7 files changed, 196 insertions(+), 196 deletions(-)

diff --git a/Changes b/Changes
index 88cc723..729acd9 100644
--- a/Changes
+++ b/Changes
@@ -1,51 +1,51 @@
-Revision history for Perl extension PDL::LinearAlgebra
-
-0.07_01  TBD
-
-  * TBD
-
-0.07  Wed Nov 27 17:09:40 EST 2013
-
-  * Official release with 1st PDL-2.007 support
-
-0.06_02  Wed Nov 27 14:19:17 EST 2013
-
-  * fix CPAN dependency info so PDL is used for config
-
-0.06_01  Sun Nov 17 11:21:52 2013
-
-  * update build to work with new PDL_Indx data type
-
-0.06  Thu Oct 09 00:00:00 2007
-
-  * remove conflicting cplx routine (thanks to P. Dupre)
-  * remove prototype of sec
-
-0.05  Fri Aug 17 00:00:00 2007
-
-  * version information fixes
-
-0.04  Thu Aug 16 00:00:00 2007
-
-  * mnorm fix (complex)
-  * mfun fix (inplace operations are not supported on upstream PDL::Complex (PDL <= 2.4.3)
-  * remove stringizing routine for PDL::Complex (in upstream now PDL >= 2.4.3)
-    add format variables (forgotten in upstream PDL 2.4.3)
-  * sumover for PDL::Complex fix (dims < 2)
-  * documentation improvements and fixes
-
-0.03  Mon Sep 12 18:05:15 2005
-
-  * documentation corrections
-
-0.02  Wed Aug 24 13:39:15 2005
-
-  * mnorm threading
-  * new routine mrcond
-  * documentation corrections
-  * add PDL.pm in prerequities (Makefile.PL)
-  
-0.01  Mon Aug 15 14:57:24 2005
-
-  * Initial release
-
+Revision history for Perl extension PDL::LinearAlgebra
+
+0.07_01  TBD
+
+  * TBD
+
+0.07  Wed Nov 27 17:09:40 EST 2013
+
+  * Official release with 1st PDL-2.007 support
+
+0.06_02  Wed Nov 27 14:19:17 EST 2013
+
+  * fix CPAN dependency info so PDL is used for config
+
+0.06_01  Sun Nov 17 11:21:52 2013
+
+  * update build to work with new PDL_Indx data type
+
+0.06  Thu Oct 09 00:00:00 2007
+
+  * remove conflicting cplx routine (thanks to P. Dupre)
+  * remove prototype of sec
+
+0.05  Fri Aug 17 00:00:00 2007
+
+  * version information fixes
+
+0.04  Thu Aug 16 00:00:00 2007
+
+  * mnorm fix (complex)
+  * mfun fix (inplace operations are not supported on upstream PDL::Complex (PDL <= 2.4.3)
+  * remove stringizing routine for PDL::Complex (in upstream now PDL >= 2.4.3)
+    add format variables (forgotten in upstream PDL 2.4.3)
+  * sumover for PDL::Complex fix (dims < 2)
+  * documentation improvements and fixes
+
+0.03  Mon Sep 12 18:05:15 2005
+
+  * documentation corrections
+
+0.02  Wed Aug 24 13:39:15 2005
+
+  * mnorm threading
+  * new routine mrcond
+  * documentation corrections
+  * add PDL.pm in prerequities (Makefile.PL)
+  
+0.01  Mon Aug 15 14:57:24 2005
+
+  * Initial release
+
diff --git a/Complex/Makefile.PL b/Complex/Makefile.PL
index 559cea0..4ca8936 100755
--- a/Complex/Makefile.PL
+++ b/Complex/Makefile.PL
@@ -1,27 +1,27 @@
-
-# Use this as a template for the Makefile.PL for
-# any external PDL module.
-
-use ExtUtils::MakeMaker;
-use PDL::Core::Dev;
-
- at pack = (["complex.pd",Complex, PDL::LinearAlgebra::Complex]);
-
-%hash = pdlpp_stdargs(@::pack);
-# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
-#$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-lacml -lgfortran ';
-$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lblas -latlas ';
-#$hash{'OPTIMIZE'}  = '-O2 -mtune=k8'; # If you want to debug, uncomment this.
-
-$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/libacml.lib "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrt.lib" ' if $^O =~ /MSWin/;
-WriteMakefile(
-	%hash,
-	'VERSION' => '0.07_01',
-);
-
-# Add genpp rule
-# add other makefile additions as required (see also ExtUtils::MakeMaker)
-sub MY::postamble {
-	pdlpp_postamble(@::pack);
-}
-
+
+# Use this as a template for the Makefile.PL for
+# any external PDL module.
+
+use ExtUtils::MakeMaker;
+use PDL::Core::Dev;
+
+ at pack = (["complex.pd",Complex, PDL::LinearAlgebra::Complex]);
+
+%hash = pdlpp_stdargs(@::pack);
+# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
+#$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-lacml -lgfortran ';
+$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lblas -latlas ';
+#$hash{'OPTIMIZE'}  = '-O2 -mtune=k8'; # If you want to debug, uncomment this.
+
+$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/libacml.lib "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrt.lib" ' if $^O =~ /MSWin/;
+WriteMakefile(
+	%hash,
+	'VERSION' => '0.07_01',
+);
+
+# Add genpp rule
+# add other makefile additions as required (see also ExtUtils::MakeMaker)
+sub MY::postamble {
+	pdlpp_postamble(@::pack);
+}
+
diff --git a/Complex/Makefile.PL.pkg b/Complex/Makefile.PL.pkg
index bd7073e..fac9092 100755
--- a/Complex/Makefile.PL.pkg
+++ b/Complex/Makefile.PL.pkg
@@ -1,26 +1,26 @@
-
-# Use this as a template for the Makefile.PL for
-# any external PDL module.
-
-use ExtUtils::MakeMaker;
-PDL::Core::Dev->import();
-
- at pack = (["Complex.pd",Complex, PDL::LinearAlgebra::Complex]);
-
-%hash = pdlpp_stdargs_int(@::pack);
-# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
-$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lf77blas -lcblas -latlas -lg2c ';
-
-$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/lapack.lib' if $^O =~ /MSWin/;
-WriteMakefile(
-	%hash,
-	'VERSION_FROM' => "",
-	'VERSION' => '0.07_01',
-);
-
-# Add genpp rule
-# add other makefile additions as required (see also ExtUtils::MakeMaker)
-sub MY::postamble {
-	pdlpp_postamble_int(@::pack);
-}
-
+
+# Use this as a template for the Makefile.PL for
+# any external PDL module.
+
+use ExtUtils::MakeMaker;
+PDL::Core::Dev->import();
+
+ at pack = (["Complex.pd",Complex, PDL::LinearAlgebra::Complex]);
+
+%hash = pdlpp_stdargs_int(@::pack);
+# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
+$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lf77blas -lcblas -latlas -lg2c ';
+
+$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/lapack.lib' if $^O =~ /MSWin/;
+WriteMakefile(
+	%hash,
+	'VERSION_FROM' => "",
+	'VERSION' => '0.07_01',
+);
+
+# Add genpp rule
+# add other makefile additions as required (see also ExtUtils::MakeMaker)
+sub MY::postamble {
+	pdlpp_postamble_int(@::pack);
+}
+
diff --git a/Config b/Config
index e6947a3..527e292 100755
--- a/Config
+++ b/Config
@@ -1,6 +1,6 @@
-%config = (
-
-	CBLAS => 0,
-	WITHOUT_THREAD => 0
-
-);
+%config = (
+
+	CBLAS => 0,
+	WITHOUT_THREAD => 0
+
+);
diff --git a/README b/README
index be38797..52af4f9 100644
--- a/README
+++ b/README
@@ -1,31 +1,31 @@
-PDL/LinearAlgebra version 0.04
-=============================
-
-This module provides a PDL interface to some routines of BLAS and LAPACK library.
-Moreover it provides some linear algebra based routines (transcendental functions for matrices)
-and some easy constructors for well known matrices.
-BLAS and LAPACK libraries can be retrieved for example at www.netlib.org.
-
-
-INSTALLATION
-
-To install this module edit Real/Makefile.PL, Complex/Makefile.PL and Trans/Makefile.PL
-to reflect your local BLAS and LAPACK installation and type the following:
-
-   perl Makefile.PL
-   make
-   make test
-   make install
-
-DEPENDENCIES
-
-This module requires PDL and working BLAS and LAPACK libraries.
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2005-2007 Gr�gory Vanuxem
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the artistic license as specified in the Artistic
-file.
-
+PDL/LinearAlgebra version 0.04
+=============================
+
+This module provides a PDL interface to some routines of BLAS and LAPACK library.
+Moreover it provides some linear algebra based routines (transcendental functions for matrices)
+and some easy constructors for well known matrices.
+BLAS and LAPACK libraries can be retrieved for example at www.netlib.org.
+
+
+INSTALLATION
+
+To install this module edit Real/Makefile.PL, Complex/Makefile.PL and Trans/Makefile.PL
+to reflect your local BLAS and LAPACK installation and type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+This module requires PDL and working BLAS and LAPACK libraries.
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2005-2007 Gr�gory Vanuxem
+
+This library is free software; you can redistribute it and/or modify
+it under the terms of the artistic license as specified in the Artistic
+file.
+
diff --git a/Real/Makefile.PL b/Real/Makefile.PL
index 1a380f0..562ac21 100755
--- a/Real/Makefile.PL
+++ b/Real/Makefile.PL
@@ -1,28 +1,28 @@
-
-# Use this as a template for the Makefile.PL for
-# any external PDL module.
-
-use ExtUtils::MakeMaker;
-use PDL::Core::Dev;
-do('../Config');
-
- at pack = (["real.pd",Real,PDL::LinearAlgebra::Real]);
-%hash = pdlpp_stdargs(@::pack);
-# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
-#$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-lacml -lgfortran ';
-$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lblas -latlas ';
-#$hash{'OPTIMIZE'}  = '-O2 -mtune=k8'; # If you want to debug, uncomment this.
-
-$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/libacml.lib "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrt.lib" ' if $^O =~ /MSWin/;
-
-WriteMakefile(
-	%hash,
-	'VERSION' => '0.07_01',
-);
-
-# Add genpp rule
-# add other makefile additions as required (see also ExtUtils::MakeMaker)
-sub MY::postamble {
-	pdlpp_postamble(@::pack);
-}
-
+
+# Use this as a template for the Makefile.PL for
+# any external PDL module.
+
+use ExtUtils::MakeMaker;
+use PDL::Core::Dev;
+do('../Config');
+
+ at pack = (["real.pd",Real,PDL::LinearAlgebra::Real]);
+%hash = pdlpp_stdargs(@::pack);
+# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
+#$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-lacml -lgfortran ';
+$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lblas -latlas ';
+#$hash{'OPTIMIZE'}  = '-O2 -mtune=k8'; # If you want to debug, uncomment this.
+
+$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/libacml.lib "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrt.lib" ' if $^O =~ /MSWin/;
+
+WriteMakefile(
+	%hash,
+	'VERSION' => '0.07_01',
+);
+
+# Add genpp rule
+# add other makefile additions as required (see also ExtUtils::MakeMaker)
+sub MY::postamble {
+	pdlpp_postamble(@::pack);
+}
+
diff --git a/Real/Makefile.PL.pkg b/Real/Makefile.PL.pkg
index d904b9f..52dc22a 100755
--- a/Real/Makefile.PL.pkg
+++ b/Real/Makefile.PL.pkg
@@ -1,27 +1,27 @@
-
-# Use this as a template for the Makefile.PL for
-# any external PDL module.
-
-use ExtUtils::MakeMaker;
-PDL::Core::Dev->import();
-do('../Config');
-
- at pack = (["Real.pd",Real,PDL::LinearAlgebra::Real]);
-%hash = pdlpp_stdargs_int(@::pack);
-# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
-$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lf77blas -lcblas -latlas -lg2c ';
-
-$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/lapack.lib' if $^O =~ /MSWin/;
-
-WriteMakefile(
-	%hash,
-	'VERSION_FROM' => "",
-	'VERSION' => '0.07_01',
-);
-
-# Add genpp rule
-# add other makefile additions as required (see also ExtUtils::MakeMaker)
-sub MY::postamble {
-	pdlpp_postamble_int(@::pack);
-}
-
+
+# Use this as a template for the Makefile.PL for
+# any external PDL module.
+
+use ExtUtils::MakeMaker;
+PDL::Core::Dev->import();
+do('../Config');
+
+ at pack = (["Real.pd",Real,PDL::LinearAlgebra::Real]);
+%hash = pdlpp_stdargs_int(@::pack);
+# $hash{'OPTIMIZE'}  = '-g'; # If you want to debug, uncomment this.
+$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lf77blas -lcblas -latlas -lg2c ';
+
+$hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/lapack.lib' if $^O =~ /MSWin/;
+
+WriteMakefile(
+	%hash,
+	'VERSION_FROM' => "",
+	'VERSION' => '0.07_01',
+);
+
+# Add genpp rule
+# add other makefile additions as required (see also ExtUtils::MakeMaker)
+sub MY::postamble {
+	pdlpp_postamble_int(@::pack);
+}
+

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



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