mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
29 lines
1015 B
Diff
29 lines
1015 B
Diff
diff -ruN openmpi-4.1.6.orig/test/util/Makefile.am openmpi-4.1.6/test/util/Makefile.am
|
|
--- openmpi-4.1.6.orig/test/util/Makefile.am 2023-09-30 17:23:17.000000000 +0200
|
|
+++ openmpi-4.1.6/test/util/Makefile.am 2024-12-12 15:31:51.665278259 +0100
|
|
@@ -38,7 +38,6 @@
|
|
|
|
check_PROGRAMS = \
|
|
opal_bit_ops \
|
|
- opal_path_nfs \
|
|
bipartite_graph
|
|
|
|
TESTS = \
|
|
@@ -79,11 +78,11 @@
|
|
$(top_builddir)/test/support/libsupport.a
|
|
opal_bit_ops_DEPENDENCIES = $(opal_path_nfs_LDADD)
|
|
|
|
-opal_path_nfs_SOURCES = opal_path_nfs.c
|
|
-opal_path_nfs_LDADD = \
|
|
- $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la \
|
|
- $(top_builddir)/test/support/libsupport.a
|
|
-opal_path_nfs_DEPENDENCIES = $(opal_path_nfs_LDADD)
|
|
+#opal_path_nfs_SOURCES = opal_path_nfs.c
|
|
+#opal_path_nfs_LDADD = \
|
|
+# $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la \
|
|
+# $(top_builddir)/test/support/libsupport.a
|
|
+#opal_path_nfs_DEPENDENCIES = $(opal_path_nfs_LDADD)
|
|
|
|
#opal_os_path_SOURCES = opal_os_path.c
|
|
#opal_os_path_LDADD = \
|