Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Generated gsl.pc and add to t folder. This will be for parsing out to…
Browse files Browse the repository at this point in the history
… get library information in the Alien::Base module (finally!)
  • Loading branch information
jberger committed Feb 26, 2012
1 parent be225f2 commit e241948
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MANIFEST
Expand Up @@ -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
Expand All @@ -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
Empty file.
11 changes: 11 additions & 0 deletions 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

0 comments on commit e241948

Please sign in to comment.