Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libghemical/files/
Date: Fri, 27 Oct 2017 21:51:03
Message-Id: 1509141054.ea3d03653d7fe830226e21bf23338df872e2f39d.monsieurp@gentoo
1 commit: ea3d03653d7fe830226e21bf23338df872e2f39d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 18 13:22:01 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 21:50:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3d0365
7
8 sci-libs/libghemical: remove unused patches.
9
10 .../files/2.00-really-find-blas-and-lapack.patch | 24 --------------------
11 .../libghemical/files/libghemical-2.99.1-gl.patch | 26 ----------------------
12 2 files changed, 50 deletions(-)
13
14 diff --git a/sci-libs/libghemical/files/2.00-really-find-blas-and-lapack.patch b/sci-libs/libghemical/files/2.00-really-find-blas-and-lapack.patch
15 deleted file mode 100644
16 index bef730abbe4..00000000000
17 --- a/sci-libs/libghemical/files/2.00-really-find-blas-and-lapack.patch
18 +++ /dev/null
19 @@ -1,24 +0,0 @@
20 -diff -urN libghemical-2.00.orig/configure.ac libghemical-2.00/configure.ac
21 ---- libghemical-2.00.orig/configure.ac 2006-05-12 23:31:06.000000000 -0700
22 -+++ libghemical-2.00/configure.ac 2006-05-12 23:54:20.000000000 -0700
23 -@@ -69,8 +69,18 @@
24 - AC_CHECK_LIB([m], [acos])
25 -
26 - if test $WITH_MPQC = yes; then
27 -- AC_CHECK_LIB([blas], [main], , AC_MSG_ERROR([Cannot find blas library needed for MPQC support]))
28 -- AC_CHECK_LIB([lapack], [main], , AC_MSG_ERROR([Cannot find lapack library needed for MPQC support]))
29 -+ AC_CHECK_LIB([blas], [dgemm_], HAVE_BLAS="yes", , -lpthread)
30 -+ AC_CHECK_LIB([blas], [dgemm], HAVE_BLAS="yes", , -lpthread)
31 -+ AC_CHECK_LIB([blas], [dgemm__], HAVE_BLAS="yes", , -lpthread)
32 -+ if test "x${HAVE_BLAS}" = "x"; then
33 -+ AC_MSG_ERROR([Cannot find blas library needed for MPQC support])
34 -+ fi
35 -+ AC_CHECK_LIB([lapack], [cheev_], HAVE_LAPACK="yes", , -lpthread)
36 -+ AC_CHECK_LIB([lapack], [cheev], HAVE_LAPACK="yes", , -lpthread)
37 -+ AC_CHECK_LIB([lapack], [cheev__], HAVE_LAPACK="yes", , -lpthread)
38 -+ if test "x${HAVE_LAPACK}" = "x"; then
39 -+ AC_MSG_ERROR([Cannot find lapack library needed for MPQC support])
40 -+ fi
41 - AM_PATH_SC(1.2.5, HAVE_MPQC="yes", HAVE_MPQC="no")
42 - if test "${HAVE_MPQC}" = "yes"; then
43 - AC_DEFINE([ENABLE_MPQC], [], [Define if you are building a version that interfaces directly with MPQC])
44
45 diff --git a/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch b/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch
46 deleted file mode 100644
47 index ad46079e945..00000000000
48 --- a/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch
49 +++ /dev/null
50 @@ -1,26 +0,0 @@
51 -diff --git a/configure.ac b/configure.ac
52 -index b01e5fa..943890b 100644
53 ---- a/configure.ac
54 -+++ b/configure.ac
55 -@@ -151,7 +151,7 @@ fi
56 - # Checks for header files.
57 - # ^^^^^^^^^^^^^^^^^^^^^^^^
58 -
59 --AC_CHECK_HEADERS([GL/gl.h])
60 -+# AC_CHECK_HEADERS([GL/gl.h])
61 -
62 - # Checks for typedefs, structures, and compiler characteristics.
63 - # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64 -diff --git a/src/typedef.h b/src/typedef.h
65 -index 8d2efcc..0ba62fe 100644
66 ---- a/src/typedef.h
67 -+++ b/src/typedef.h
68 -@@ -27,7 +27,7 @@
69 -
70 - // comment this out if you have no GL/gl.h available...
71 -
72 --#define HAVE_GL_H // 2008-07-31 ; also with mingw comment this out???
73 -+// #define HAVE_GL_H // 2008-07-31 ; also with mingw comment this out???
74 -
75 - // added by Robert Williams for Compaq cxx, alpha 11/28/01
76 -