Enable python setup in debug bits
This commit is contained in:
Родитель
aafc06e3f6
Коммит
0df54d8333
3
Makefile
3
Makefile
|
@ -1262,8 +1262,7 @@ unittests: $(UNITTEST_EVAL) $(UNITTEST_READER) $(UNITTEST_NETWORK) $(UNITTEST_MA
|
|||
|
||||
endif
|
||||
|
||||
# For now only build Release.
|
||||
ifeq ("$(PYTHON_SUPPORT) $(BUILDTYPE)","true release")
|
||||
ifeq ("$(PYTHON_SUPPORT)","true")
|
||||
|
||||
# Libraries needed for the run-time (i.e., excluding test binaries)
|
||||
# TODO MPI doesn't appear explicitly here, hidden by mpic++ usage (but currently, it should be user installed)
|
||||
|
|
Загрузка…
Ссылка в новой задаче