Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mkl/files/
Date: Sun, 29 Jan 2017 20:11:43
Message-Id: 1485720578.7c6f8d28d0caa3f1f43d5506d83b36d246215b69.soap@gentoo
1 commit: 7c6f8d28d0caa3f1f43d5506d83b36d246215b69
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:11:41 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6f8d28
7
8 sci-libs/mkl: remove unused files
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 sci-libs/mkl/files/blas.pc.in | 10 ----------
13 sci-libs/mkl/files/cblas.pc.in | 11 -----------
14 sci-libs/mkl/files/lapack.pc.in | 11 -----------
15 3 files changed, 32 deletions(-)
16
17 diff --git a/sci-libs/mkl/files/blas.pc.in b/sci-libs/mkl/files/blas.pc.in
18 deleted file mode 100644
19 index 09cddf9..00000000
20 --- a/sci-libs/mkl/files/blas.pc.in
21 +++ /dev/null
22 @@ -1,10 +0,0 @@
23 -prefix=/usr
24 -exec_prefix=${prefix}
25 -libdir=${prefix}/@LIBDIR@
26 -includedir=@INCDIR@
27 -
28 -Name: blas
29 -Description: MKL implementations of the F77 Basic Linear Algebra Subroutines
30 -Version: @PV@
31 -URL: http://developer.intel.com/software/products/mkl/
32 -Libs: @GFORTRANLIBS@ -L${libdir} -lblas @EXTLIBS@
33
34 diff --git a/sci-libs/mkl/files/cblas.pc.in b/sci-libs/mkl/files/cblas.pc.in
35 deleted file mode 100644
36 index 4e928f9..00000000
37 --- a/sci-libs/mkl/files/cblas.pc.in
38 +++ /dev/null
39 @@ -1,11 +0,0 @@
40 -prefix=/usr
41 -exec_prefix=${prefix}
42 -libdir=/usr/@LIBDIR@
43 -includedir=@INCDIR@
44 -
45 -Name: cblas
46 -Description: MKL implementations of the C Basic Linear Algebra Subroutines
47 -Version: @PV@
48 -URL: http://developer.intel.com/software/products/mkl/
49 -Libs: @GFORTRANLIBS@ -L${libdir} -lblas @EXTLIBS@
50 -Cflags: -I${includedir}
51
52 diff --git a/sci-libs/mkl/files/lapack.pc.in b/sci-libs/mkl/files/lapack.pc.in
53 deleted file mode 100644
54 index 92dc934..00000000
55 --- a/sci-libs/mkl/files/lapack.pc.in
56 +++ /dev/null
57 @@ -1,11 +0,0 @@
58 -prefix=/usr
59 -exec_prefix=${prefix}
60 -libdir=${prefix}/@LIBDIR@
61 -includedir=@INCDIR@
62 -
63 -Name: lapack
64 -Description: MKL implementations of the F77 Linear Algebra PACKage
65 -Version: @PV@
66 -URL: http://developer.intel.com/software/products/mkl/
67 -Requires: blas
68 -Libs: @GFORTRANLIBS@ -L${libdir} -llapack @EXTLIBS@