File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ include include/Makefile
34
34
# binary
35
35
FLAGS+ =-UECOLAB_LIB -DINSTALLED_ECOLAB_LIB=\"$(PREFIX ) /include\" -DWORDSIZE=64
36
36
37
- ifdef AEGIS
37
+ # ifdef AEGIS
38
38
# must build and test against c++20 now
39
39
CXXFLAGS+=-std =c++20
40
- endif
40
+ # endif
41
41
42
42
# when upgrading MXE, this will need to be removed
43
43
ifdef MXE
@@ -236,7 +236,7 @@ latex-docs:
236
236
if which latex; then cd doc; rm -f * .aux * .dvi * .log * .blg * .toc * .lof * .out; latex -interaction=batchmode ecolab; fi
237
237
238
238
# bin/ecolab is a python interpreter supporting MPI
239
- bin/ecolab$(ECOLIBS_EXT ) : src/pythonMain.o lib/libecolab$(ECOLIBS_EXT ) .a
239
+ bin/ecolab$(ECOLIBS_EXT ) : src/pythonMain.o lib/libecolab$(ECOLIBS_EXT ) .so
240
240
$(LINK ) $(FLAGS ) src/pythonMain.o -Wl,-rpath $(ECOLAB_HOME ) /lib $(LIBS ) -lboost_system -o $@
241
241
-find . \( -name " *.cc" -o -name " *.h" \) -print | etags -
242
242
You can’t perform that action at this time.
0 commit comments