1
1

Merge pull request #1143 from rhc54/topic/noompi

Fix "autogen.pl --no-ompi"
Этот коммит содержится в:
rhc54 2015-12-07 00:40:16 -08:00
родитель 4d2c7f7de1 e33515c87c
Коммит 04fc4060db
2 изменённых файлов: 8 добавлений и 2 удалений

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

@ -1377,8 +1377,9 @@ AC_CONFIG_FILES([
test/support/Makefile
test/threads/Makefile
test/util/Makefile
test/monitoring/Makefile
])
m4_ifdef([project_ompi], [AC_CONFIG_FILES([test/monitoring/Makefile])])
AC_CONFIG_FILES([contrib/dist/mofed/debian/rules],
[chmod +x contrib/dist/mofed/debian/rules])
AC_CONFIG_FILES([contrib/dist/mofed/compile_debian_mlnx_example],

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

@ -11,6 +11,8 @@
# All rights reserved.
# Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2015 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -19,5 +21,8 @@
#
# support needs to be first for dependencies
SUBDIRS = support asm class threads datatype util monitoring
SUBDIRS = support asm class threads datatype util
if PROJECT_OMPI
SUBDIRS += monitoring
endif
DIST_SUBDIRS = event $(SUBDIRS)