summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 10:11:41 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:38 +0100
commit7c6f8d28d0caa3f1f43d5506d83b36d246215b69 (patch)
tree83226acce312062bceece3529f7b0b1be45c392a /sci-libs/mkl
parentsci-libs/lis: remove unused patches (diff)
downloadgentoo-7c6f8d28d0caa3f1f43d5506d83b36d246215b69.tar.gz
gentoo-7c6f8d28d0caa3f1f43d5506d83b36d246215b69.tar.bz2
gentoo-7c6f8d28d0caa3f1f43d5506d83b36d246215b69.zip
sci-libs/mkl: remove unused files
Closes: https://github.com/gentoo/gentoo/pull/3709
Diffstat (limited to 'sci-libs/mkl')
-rw-r--r--sci-libs/mkl/files/blas.pc.in10
-rw-r--r--sci-libs/mkl/files/cblas.pc.in11
-rw-r--r--sci-libs/mkl/files/lapack.pc.in11
3 files changed, 0 insertions, 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 09cddf9581f4..000000000000
--- 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 4e928f96e9b6..000000000000
--- 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 92dc934ee1f4..000000000000
--- 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@