diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-08-21 17:53:34 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-08-21 17:53:34 +0000 |
commit | ade4ad6df2457be58848d384c13eeff868e17b8a (patch) | |
tree | 61a2c5a5751da29392285087e3e3c1196d11369f /sci-libs/gsl/files | |
parent | Enable gfloppy if hal is enabled; bug #189666 (diff) | |
download | historical-ade4ad6df2457be58848d384c13eeff868e17b8a.tar.gz historical-ade4ad6df2457be58848d384c13eeff868e17b8a.tar.bz2 historical-ade4ad6df2457be58848d384c13eeff868e17b8a.zip |
Added eselect and cblas pkg-config files to be a possible implementation of virtual/cblas.
Package-Manager: portage-2.1.2.11
Diffstat (limited to 'sci-libs/gsl/files')
-rw-r--r-- | sci-libs/gsl/files/cblas.pc.in | 12 | ||||
-rw-r--r-- | sci-libs/gsl/files/digest-gsl-1.9-r1 | 3 | ||||
-rw-r--r-- | sci-libs/gsl/files/eselect.cblas.gsl | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/sci-libs/gsl/files/cblas.pc.in b/sci-libs/gsl/files/cblas.pc.in new file mode 100644 index 000000000000..a2580f85e6e8 --- /dev/null +++ b/sci-libs/gsl/files/cblas.pc.in @@ -0,0 +1,12 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=/usr/@LIBDIR@ +includedir=${prefix}/include + +Name: cblas +Description: GSL C Implementation of the Basic Linear Algebra Subprograms +Version: @PV@ +URL: http://www.gnu.org/software/gsl +Libs: -L${libdir} -lcblas +Libs.private: -lm +Cflags: -I${includedir} diff --git a/sci-libs/gsl/files/digest-gsl-1.9-r1 b/sci-libs/gsl/files/digest-gsl-1.9-r1 new file mode 100644 index 000000000000..7c9903354b6a --- /dev/null +++ b/sci-libs/gsl/files/digest-gsl-1.9-r1 @@ -0,0 +1,3 @@ +MD5 81dca4362ae8d2aa1547b7d010881e43 gsl-1.9.tar.gz 2574939 +RMD160 faca66d02876135c31c2f3585baa1931488e1593 gsl-1.9.tar.gz 2574939 +SHA256 fcd1c6784997c2312d922d107fcb30462f5be4335ebdfa8e1e0e07568c962250 gsl-1.9.tar.gz 2574939 diff --git a/sci-libs/gsl/files/eselect.cblas.gsl b/sci-libs/gsl/files/eselect.cblas.gsl new file mode 100644 index 000000000000..5524ef29d065 --- /dev/null +++ b/sci-libs/gsl/files/eselect.cblas.gsl @@ -0,0 +1,5 @@ +libgslcblas.so /usr/@LIBDIR@/libcblas.so +libgslcblas.so.0 /usr/@LIBDIR@/libcblas.so.0 +libgslcblas.a /usr/@LIBDIR@/libcblas.a +../blas/gsl/cblas.pc /usr/@LIBDIR@/pkgconfig/cblas.pc +gslcblas.h /usr/include/cblas.h |