From e241948cfd8e78bef0d82292edecfaa2898401f6 Mon Sep 17 00:00:00 2001 From: Joel Berger Date: Sun, 26 Feb 2012 10:13:16 -0600 Subject: [PATCH] Generated gsl.pc and add to t folder. This will be for parsing out to get library information in the Alien::Base module (finally!) --- MANIFEST | 7 ++++++- examples/Alien-GSL/share/PLACEHOLDER | 0 t/pkgconfig/gsl.pc | 11 +++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) delete mode 100644 examples/Alien-GSL/share/PLACEHOLDER create mode 100644 t/pkgconfig/gsl.pc diff --git a/MANIFEST b/MANIFEST index e55d832a..2479c7c1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,7 +2,6 @@ Build.PL examples/Alien-GSL/Build.PL examples/Alien-GSL/lib/Alien/GSL.pm examples/Alien-GSL/MANIFEST -examples/Alien-GSL/share/PLACEHOLDER lib/Alien/Base.pm lib/Alien/Base/ModuleBuild.pm lib/Alien/Base/ModuleBuild/Cabinet.pm @@ -11,10 +10,16 @@ lib/Alien/Base/ModuleBuild/Repository.pm lib/Alien/Base/ModuleBuild/Repository/FTP.pm lib/Alien/Base/ModuleBuild/Repository/HTTP.pm lib/Alien/Base/ModuleBuild/Repository/TEST.pm +lib/Alien/Base/ModuleBuild/Utils.pm MANIFEST This list of files README t/cabinet.t t/file.t +t/http.t t/interpolate.t +t/pkgconfig/gsl.pc t/repository.t +t/utils.t +t/validation.t t/version.t +TODO diff --git a/examples/Alien-GSL/share/PLACEHOLDER b/examples/Alien-GSL/share/PLACEHOLDER deleted file mode 100644 index e69de29b..00000000 diff --git a/t/pkgconfig/gsl.pc b/t/pkgconfig/gsl.pc new file mode 100644 index 00000000..6f372671 --- /dev/null +++ b/t/pkgconfig/gsl.pc @@ -0,0 +1,11 @@ +prefix=/home/joel/Programs/Dist/Alien-Base/examples/Alien-GSL/_install +exec_prefix=/home/joel/Programs/Dist/Alien-Base/examples/Alien-GSL/_install +libdir=/home/joel/Programs/Dist/Alien-Base/examples/Alien-GSL/_install/lib +includedir=/home/joel/Programs/Dist/Alien-Base/examples/Alien-GSL/_install/include +GSL_CBLAS_LIB=-lgslcblas + +Name: GSL +Description: GNU Scientific Library +Version: 1.15 +Libs: -L/home/joel/Programs/Dist/Alien-Base/examples/Alien-GSL/_install/lib -lgsl ${GSL_CBLAS_LIB} -lm -lm +Cflags: -I/home/joel/Programs/Dist/Alien-Base/examples/Alien-GSL/_install/include