We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b786bf commit 2cfd055Copy full SHA for 2cfd055
testcpp/Makefile
@@ -26,7 +26,7 @@
26
BUILD_DIR := ../build
27
CONFIG_DIR := ../config
28
LIB_DIR := ../lib
29
-INCLUDE_DIR := ../src/aocl_dtl ../src/base/flamec/include -I../config/x86_64-unknown-linux-gnu
+INCLUDE_DIR := ../src/aocl_dtl -I../src/base/flamec/include -I../config/x86_64-unknown-linux-gnu
30
SRC_PATH := ../src
31
HOST := $(shell sh $(BUILD_DIR)/ac-utils/config.guess)
32
CONFIG_MK_FILE := $(CONFIG_DIR)/$(HOST)/config.mk
testcpp/src/libflame_test.hh
@@ -43,7 +43,9 @@ extern "C"{
43
#include "FLA_util_lapack_prototypes.h"
44
}
45
46
+#ifndef FLA_ENABLE_EXTERNAL_LAPACK_INTERFACES
47
#define FLA_ENABLE_EXTERNAL_LAPACK_INTERFACES
48
+#endif
49
50
using namespace std;
51
typedef int FLA_Error;
0 commit comments