summaryrefslogtreecommitdiff
path: root/sci-libs/libghemical/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-libs/libghemical/files
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-libs/libghemical/files')
-rw-r--r--sci-libs/libghemical/files/2.00-really-find-blas-and-lapack.patch24
-rw-r--r--sci-libs/libghemical/files/libghemical-2.98-gl.patch13
-rw-r--r--sci-libs/libghemical/files/libghemical-2.99.1-gl.patch26
3 files changed, 63 insertions, 0 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
new file mode 100644
index 000000000000..bef730abbe4c
--- /dev/null
+++ b/sci-libs/libghemical/files/2.00-really-find-blas-and-lapack.patch
@@ -0,0 +1,24 @@
+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.98-gl.patch b/sci-libs/libghemical/files/libghemical-2.98-gl.patch
new file mode 100644
index 000000000000..8cea8aab636e
--- /dev/null
+++ b/sci-libs/libghemical/files/libghemical-2.98-gl.patch
@@ -0,0 +1,13 @@
+diff --git a/src/typedef.h b/src/typedef.h
+index 8d2efcc..1e304e8 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
+
diff --git a/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch b/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch
new file mode 100644
index 000000000000..ad46079e945d
--- /dev/null
+++ b/sci-libs/libghemical/files/libghemical-2.99.1-gl.patch
@@ -0,0 +1,26 @@
+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
+