[Genabel-commits] r1824 - pkg/OmicABELnoMM

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 12 09:50:47 CEST 2014


Author: lckarssen
Date: 2014-09-12 09:50:47 +0200 (Fri, 12 Sep 2014)
New Revision: 1824

Modified:
   pkg/OmicABELnoMM/configure.ac
Log:
Some whitespace changes in OmicABELnoMM's configure.ac: replaced tabs with spaces (in accordance with the coding style guidelines).
No functional changes.


Modified: pkg/OmicABELnoMM/configure.ac
===================================================================
--- pkg/OmicABELnoMM/configure.ac	2014-09-11 12:56:05 UTC (rev 1823)
+++ pkg/OmicABELnoMM/configure.ac	2014-09-12 07:50:47 UTC (rev 1824)
@@ -19,12 +19,12 @@
 if test -z "$CXXFLAGS"; then
    # User did not set CXXFLAGS, so we can put in our own defaults
    CXXFLAGS=" -O3  -march=corei7 -mfpmath=sse -mtune=corei7 -flto -funroll-loops"
-  #CXXFLAGS="-g -ggdb"
+   #CXXFLAGS="-g -ggdb"
 fi
 if test -z "$CPPFLAGS"; then
    # User did not set CPPFLAGS, so we can put in our own defaults
-    CPPFLAGS="-Wall -pedantic -Wunused-result -Wmaybe-uninitialized -Wformat"
-    #CPPFLAGS="-O0"
+   CPPFLAGS="-Wall -pedantic -Wunused-result -Wmaybe-uninitialized -Wformat"
+   #CPPFLAGS="-O0"
 fi
 # If CXXFLAGS/CPPFLAGS are already set AC_PROG_CXX will not overwrite them
 # with its own defaults
@@ -46,7 +46,7 @@
 ])
 
 if test -z "$LDFLAGS"; then
-	LDFLAGS="-L./libs/lib -L../libs/lib"
+   LDFLAGS="-L./libs/lib -L../libs/lib"
 fi
 
 found_blas=0
@@ -59,19 +59,16 @@
 ])
 
 
-
-if test "$found_blas" -eq 0
-	then
-
-	# Openblas
-	AC_SEARCH_LIBS([cblas_sgemm], [openblas], [AM_CXXFLAGS="$AM_CXXFLAGS -D_openblas_"], [
-	   AC_MSG_ERROR([OpenBLAS  library NOT found])
-	])
-	 #Lapack
-	AC_SEARCH_LIBS([LAPACKE_sgeqrf], [lapack, lapacke], [], [
-	   AC_MSG_ERROR([Unable to find a Lapack library])
-	])
-	AC_MSG_NOTICE([Using OpenBLAS  library])
+if test "$found_blas" -eq 0; then
+   # Openblas
+   AC_SEARCH_LIBS([cblas_sgemm], [openblas], [AM_CXXFLAGS="$AM_CXXFLAGS -D_openblas_"], [
+      AC_MSG_ERROR([OpenBLAS  library NOT found])
+   ])
+   #Lapack
+   AC_SEARCH_LIBS([LAPACKE_sgeqrf], [lapack, lapacke], [], [
+      AC_MSG_ERROR([Unable to find a Lapack library])
+   ])
+   AC_MSG_NOTICE([Using OpenBLAS  library])
 fi
 
 
@@ -90,8 +87,7 @@
 
 # Files to be generated by autotools
 AC_CONFIG_FILES([
-        Makefile
-
+   Makefile
 ])
 
 AC_OUTPUT



More information about the Genabel-commits mailing list