Enable python setup in debug bits

This commit is contained in:
PengchengHe 2017-03-08 01:24:02 +00:00
Родитель aafc06e3f6
Коммит 0df54d8333
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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)