We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7630bb4 commit a2d058fCopy full SHA for a2d058f
Makefile
@@ -33,9 +33,11 @@ MAKEOVERRIDES+=DEBUG=$(DEBUG)
33
# some Linux distros
34
ifeq ($(HAVE_CLANG),1)
35
ifndef MXE
36
+ifndef GCC
37
MAKEOVERRIDES+=CPLUSPLUS="clang++ -std=c++20"
38
endif
39
40
+endif
41
42
ifneq ($(MAKECMDGOALS),clean)
43
# make sure EcoLab is built first, even before starting to include Makefiles
test/testPlotWidget.cc
@@ -20,6 +20,7 @@
20
#include "lasso.h"
21
#include "plotWidget.h"
22
#include "plot.xcd"
23
+#include "CSVTools.xcd"
24
#include "tensorInterface.xcd"
25
#include "tensorVal.xcd"
26
#include "minsky_epilogue.h"
0 commit comments