public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/apbs/files: apbs-1.3-blas.patch
@ 2011-07-04  9:27 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-07-04  9:27 UTC (permalink / raw
  To: gentoo-commits

jlec        11/07/04 09:27:37

  Added:                apbs-1.3-blas.patch
  Log:
  Fix for blas detection
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/apbs/files/apbs-1.3-blas.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/files/apbs-1.3-blas.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/files/apbs-1.3-blas.patch?rev=1.1&content-type=text/plain

Index: apbs-1.3-blas.patch
===================================================================
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6020fbf..65dd770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1021,7 +1021,7 @@ if test x"$with_blas" != "xno" -a -n "$with_blas"; then
 	LDFLAGS_SAVE=${LDFLAGS};
 	CPPFLAGS_SAVE=${CPPFLAGS};
 	LDFLAGS="-L${maloc_lib_path} ${blas_lib}";
-	AC_CHECK_LIB(${blas_name},dscal,
+	AC_CHECK_LIB(m,dscal,
 		[blas_found="yes"],
 		[blas_found=""],
 		[${blas_lib} ${socket_lib} ${nsl_lib} ${math_lib}])






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-04  9:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04  9:27 [gentoo-commits] gentoo-x86 commit in sci-chemistry/apbs/files: apbs-1.3-blas.patch Justin Lecher (jlec)

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