commit:     7c6f8d28d0caa3f1f43d5506d83b36d246215b69
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sun Jan 29 09:11:41 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 20:09:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6f8d28

sci-libs/mkl: remove unused files

Closes: https://github.com/gentoo/gentoo/pull/3709

 sci-libs/mkl/files/blas.pc.in   | 10 ----------
 sci-libs/mkl/files/cblas.pc.in  | 11 -----------
 sci-libs/mkl/files/lapack.pc.in | 11 -----------
 3 files changed, 32 deletions(-)

diff --git a/sci-libs/mkl/files/blas.pc.in b/sci-libs/mkl/files/blas.pc.in
deleted file mode 100644
index 09cddf9..00000000
--- a/sci-libs/mkl/files/blas.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${prefix}/@LIBDIR@
-includedir=@INCDIR@
-
-Name: blas
-Description: MKL implementations of the F77 Basic Linear Algebra Subroutines
-Version: @PV@
-URL: http://developer.intel.com/software/products/mkl/
-Libs: @GFORTRANLIBS@ -L${libdir} -lblas @EXTLIBS@

diff --git a/sci-libs/mkl/files/cblas.pc.in b/sci-libs/mkl/files/cblas.pc.in
deleted file mode 100644
index 4e928f9..00000000
--- a/sci-libs/mkl/files/cblas.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=/usr/@LIBDIR@
-includedir=@INCDIR@
-
-Name: cblas
-Description: MKL implementations of the C Basic Linear Algebra Subroutines
-Version: @PV@
-URL: http://developer.intel.com/software/products/mkl/
-Libs: @GFORTRANLIBS@ -L${libdir} -lblas @EXTLIBS@
-Cflags: -I${includedir}

diff --git a/sci-libs/mkl/files/lapack.pc.in b/sci-libs/mkl/files/lapack.pc.in
deleted file mode 100644
index 92dc934..00000000
--- a/sci-libs/mkl/files/lapack.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${prefix}/@LIBDIR@
-includedir=@INCDIR@
-
-Name: lapack
-Description: MKL implementations of the F77 Linear Algebra PACKage
-Version: @PV@
-URL: http://developer.intel.com/software/products/mkl/
-Requires: blas
-Libs: @GFORTRANLIBS@ -L${libdir} -llapack @EXTLIBS@

Reply via email to