getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: removing GMM_US


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: removing GMM_USES_BLAS_INTERFACE
Date: Thu, 07 Jul 2022 05:08:04 -0400

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new e6e0fc4a removing GMM_USES_BLAS_INTERFACE
e6e0fc4a is described below

commit e6e0fc4a60062bc221d34cf67b9e3cfafa3623af
Author: Renard Yves <yves.renard@insa-lyon.fr>
AuthorDate: Thu Jul 7 11:07:50 2022 +0200

    removing GMM_USES_BLAS_INTERFACE
---
 configure.ac | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/configure.ac b/configure.ac
index df29c29d..ca3f9c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,20 +656,6 @@ dnl ACX_BLAS([ echo "OK, You have working BLAS libs !"; 
HAVE_VENDOR_BLAS=1 ], [e
 LIBS="$LIBS $BLAS_LIBS"
 CPPFLAGS="$CPPFLAGS -DGMM_USES_BLAS"
 
-useblasinterface=NO
-AC_ARG_ENABLE(blas_interface,
- [AS_HELP_STRING([--enable-blas-interface],[enable the use of the blas call 
for basic algebra routines.])],
- [case $enableval in
-   yes | "") useblasinterface=YES ;;
-   no) useblasinterface=NO ;;
-  esac],
- [useblasinterface=YES]
-)
-
-if test x$useblasinterface = xYES; then
-  CPPFLAGS="$CPPFLAGS -DGMM_USES_BLAS_INTERFACE"
-fi
-
 useblas64support=NO
 AC_ARG_ENABLE(blas64-support,
         [AS_HELP_STRING([--enable-blas64-support],[enable the 64 bits integer 
blas and lapack support])],



reply via email to

[Prev in Thread] Current Thread [Next in Thread]