public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libghemical/files/
@ 2017-01-31  8:42 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-01-31  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     72fc9e4015bcf1294a43a5f7e0d5af4a8f77a3f1
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jan 30 18:00:36 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 08:41:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc9e40

sci-libs/libghemical: remove unused patches

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

 .../libghemical/files/libghemical-2.98-gcc43.patch | 43 ----------------------
 sci-libs/libghemical/files/libghemical-gcc43.patch | 21 -----------
 2 files changed, 64 deletions(-)

diff --git a/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch b/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch
deleted file mode 100644
index d92d31d..00000000
--- a/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- src/atom.h.orig	2008-06-09 03:59:34.262567972 -0500
-+++ src/atom.h	2008-06-09 04:00:07.136698792 -0500
-@@ -10,6 +10,8 @@
- #ifndef ATOM_H
- #define ATOM_H
- 
-+#include <cstdlib>
-+#include <cstring>
- #include "libghemicaldefine.h"
- #include "libghemicalconfig2.h"
- 
---- src/notice.h.orig	2008-06-09 04:00:24.472509840 -0500
-+++ src/notice.h	2008-06-09 04:00:44.608265748 -0500
-@@ -10,6 +10,7 @@
- #ifndef NOTICE_H
- #define NOTICE_H
- 
-+#include <cstring>
- #include "libghemicaldefine.h"
- #include "libghemicalconfig2.h"
- 
---- src/sasaeval.cpp	2008-08-01 09:39:01.000000000 +0530
-+++ src/sasaeval.cpp	2008-08-01 09:40:33.000000000 +0530
-@@ -21,6 +21,9 @@
- #include "sasaeval.h"
-
- #include "engine.h"
-+#include <vector>
-+#include <algorithm>
-+using namespace std;
-
- // the surface area code apparently contains some bugs, since it sometimes
- // crashes. another possibility is that the surface area math contains some
---- src/sasaeval.h	2008-07-31 00:40:08.000000000 +0530
-+++ src/sasaeval.h	2008-08-01 09:40:04.000000000 +0530
-@@ -24,6 +24,7 @@
- #define SASAEVAL_H
-
- #include "typedef.h"
-+#include <stdlib.h>
-
- struct cg_nbt3_nl;	// SASA neighbor list.
-

diff --git a/sci-libs/libghemical/files/libghemical-gcc43.patch b/sci-libs/libghemical/files/libghemical-gcc43.patch
deleted file mode 100644
index 53db5fb..00000000
--- a/sci-libs/libghemical/files/libghemical-gcc43.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/atom.h.orig	2008-06-09 03:59:34.262567972 -0500
-+++ src/atom.h	2008-06-09 04:00:07.136698792 -0500
-@@ -10,6 +10,8 @@
- #ifndef ATOM_H
- #define ATOM_H
- 
-+#include <cstdlib>
-+#include <cstring>
- #include "libghemicaldefine.h"
- #include "libghemicalconfig2.h"
- 
---- src/notice.h.orig	2008-06-09 04:00:24.472509840 -0500
-+++ src/notice.h	2008-06-09 04:00:44.608265748 -0500
-@@ -10,6 +10,7 @@
- #ifndef NOTICE_H
- #define NOTICE_H
- 
-+#include <cstring>
- #include "libghemicaldefine.h"
- #include "libghemicalconfig2.h"
- 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libghemical/files/
@ 2017-10-27 21:50 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-10-27 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ea3d03653d7fe830226e21bf23338df872e2f39d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Sep 18 13:22:01 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 21:50:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3d0365

sci-libs/libghemical: remove unused patches.

 .../files/2.00-really-find-blas-and-lapack.patch   | 24 --------------------
 .../libghemical/files/libghemical-2.99.1-gl.patch  | 26 ----------------------
 2 files changed, 50 deletions(-)

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
deleted file mode 100644
index bef730abbe4..00000000000
--- a/sci-libs/libghemical/files/2.00-really-find-blas-and-lapack.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN libghemical-2.00.orig/configure.ac libghemical-2.00/configure.ac
---- libghemical-2.00.orig/configure.ac	2006-05-12 23:31:06.000000000 -0700
-+++ libghemical-2.00/configure.ac	2006-05-12 23:54:20.000000000 -0700
-@@ -69,8 +69,18 @@
- AC_CHECK_LIB([m], [acos])
- 
- if test $WITH_MPQC = yes; then
--	AC_CHECK_LIB([blas], [main], , AC_MSG_ERROR([Cannot find blas library needed for MPQC support]))
--	AC_CHECK_LIB([lapack], [main], , AC_MSG_ERROR([Cannot find lapack library needed for MPQC support]))
-+	AC_CHECK_LIB([blas], [dgemm_], HAVE_BLAS="yes", , -lpthread)
-+	AC_CHECK_LIB([blas], [dgemm], HAVE_BLAS="yes", , -lpthread)
-+	AC_CHECK_LIB([blas], [dgemm__], HAVE_BLAS="yes", , -lpthread)
-+	if test "x${HAVE_BLAS}" = "x"; then
-+		AC_MSG_ERROR([Cannot find blas library needed for MPQC support])
-+	fi
-+	AC_CHECK_LIB([lapack], [cheev_], HAVE_LAPACK="yes", , -lpthread)
-+	AC_CHECK_LIB([lapack], [cheev], HAVE_LAPACK="yes", , -lpthread)
-+	AC_CHECK_LIB([lapack], [cheev__], HAVE_LAPACK="yes", , -lpthread)
-+	if test "x${HAVE_LAPACK}" = "x"; then
-+		AC_MSG_ERROR([Cannot find lapack library needed for MPQC support])
-+	fi
- 	AM_PATH_SC(1.2.5, HAVE_MPQC="yes", HAVE_MPQC="no")
- 	if test "${HAVE_MPQC}" = "yes"; then
- 		AC_DEFINE([ENABLE_MPQC], [], [Define if you are building a version that interfaces directly with MPQC])

diff --git a/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch b/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch
deleted file mode 100644
index ad46079e945..00000000000
--- a/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index b01e5fa..943890b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -151,7 +151,7 @@ fi
- # Checks for header files.
- # ^^^^^^^^^^^^^^^^^^^^^^^^
- 
--AC_CHECK_HEADERS([GL/gl.h])
-+# AC_CHECK_HEADERS([GL/gl.h])
- 
- # Checks for typedefs, structures, and compiler characteristics.
- # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-diff --git a/src/typedef.h b/src/typedef.h
-index 8d2efcc..0ba62fe 100644
---- a/src/typedef.h
-+++ b/src/typedef.h
-@@ -27,7 +27,7 @@
- 
- // comment this out if you have no GL/gl.h available...
- 
--#define HAVE_GL_H	// 2008-07-31 ; also with mingw comment this out???
-+// #define HAVE_GL_H	// 2008-07-31 ; also with mingw comment this out???
- 
- // added by Robert Williams for Compaq cxx, alpha 11/28/01
- 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-27 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31  8:42 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libghemical/files/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-10-27 21:50 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox