[cp2k] don't link needlessly to blas

tomspur tomspur at fedoraproject.org
Tue Jul 24 13:11:36 UTC 2012


commit d778c8b12d3cca8b4887f5f6a0bada18d58b6ae2
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Tue Jul 24 15:11:18 2012 +0200

    don't link needlessly to blas

 Linux-gfortran-openmpi.popt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Linux-gfortran-openmpi.popt b/Linux-gfortran-openmpi.popt
index d2c93dd..56fae8a 100644
--- a/Linux-gfortran-openmpi.popt
+++ b/Linux-gfortran-openmpi.popt
@@ -15,7 +15,7 @@ DFLAGS   = -D__GFORTRAN -D__FFTSG -D__FFTW3 -D__parallel -D__BLACS -D__SCALAPACK
 FCFLAGS  = $(OPTFLAGS) -ftree-vectorize -ffree-form $(DFLAGS)
 LDFLAGS  = $(FCFLAGS) 
 #LIBS     = -llapack -lblas -lfftw3
-LIBS     = -lstdc++ -lblas -llapack -lscalapack -lint -lderiv -lmpiblacsF77init -lmpiblacs -lmpiblacsCinit -lfftw3
+LIBS     = -lstdc++ -llapack -lscalapack -lint -lderiv -lmpiblacsF77init -lmpiblacs -lmpiblacsCinit -lfftw3
 #          -lstdc++ -lscalapack -lint -lderiv -lblacsF77 -lblacs -lblacsC -lfftw3
 
 OBJECTS_ARCHITECTURE = machine_gfortran.o


More information about the scm-commits mailing list