1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 11:56:56 +01:00

improved LAPACK configuration

This commit is contained in:
2016-08-02 17:26:54 +01:00
parent a7b483d67a
commit 9e5b934d21
11 changed files with 27 additions and 116 deletions

View File

@ -1,15 +1,3 @@
# additional include paths necessary to compile the C++ library
AM_LDFLAGS = -L$(top_builddir)/lib
if USE_LAPACK
AM_CXXFLAGS += -DUSE_LAPACK
if USE_LAPACK_LIB
#if test "X${ac_LAPACK}X" != XyesX
AM_CXXFLAGS += -I$(ac_LAPACK)/include
AM_LDFLAGS += -L$(ac_LAPACK)/lib
#fi
endif
endif
AM_LDFLAGS += -L$(top_builddir)/lib
include Make.inc