mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-29 02:37:07 +01:00
Open up dependency on Eigen and FFTW
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
bin_PROGRAMS = Test_qdpxx_loops_staples Test_qdpxx_munprec
|
||||
bin_PROGRAMS += Test_qdpxx_loops_staples Test_qdpxx_munprec
|
||||
|
||||
|
||||
Test_qdpxx_loops_staples_SOURCES=Test_qdpxx_loops_staples.cc
|
||||
|
@@ -1,7 +1,6 @@
|
||||
# additional include paths necessary to compile the C++ library
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/lib `chroma-config --cxxflags`
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/include `chroma-config --cxxflags`
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` `chroma-config --libs`
|
||||
|
||||
|
||||
bin_PROGRAMS=
|
||||
include Make.inc
|
||||
|
6
tests/qdpxx/Makefile.am.qdpxx
Normal file
6
tests/qdpxx/Makefile.am.qdpxx
Normal file
@@ -0,0 +1,6 @@
|
||||
# additional include paths necessary to compile the C++ library
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/include `chroma-config --cxxflags`
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` `chroma-config --libs`
|
||||
|
||||
include Make.inc
|
Reference in New Issue
Block a user