Pre Merge pull request !1 from luoyaoming/openkylin/yangtze

This commit is contained in:
luoyaoming 2022-11-01 08:22:19 +00:00 committed by Gitee
commit c6de190f4f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
openmpi (4.1.4-ok2) yangtze; urgency=medium
* Update debian/rules --with-pmix path.
-- Luoyaoming <luoyaoming@kylinos.cn> Tue, 01 Nov 2022 16:10:36 +0800
openmpi (4.1.4-ok1) yangtze; urgency=low
* Initial release.

2
debian/rules vendored
View File

@ -86,7 +86,7 @@ extra_flags = \
--with-package-string="Debian OpenMPI" \
$(VERBS) $(FABRIC) $(PSM) $(PSM2) $(CMA) \
$(UCX) \
--with-pmix=$(LIBDIR)/pmix2 \
--with-pmix=$(LIBDIR)/pmix \
$(ATOMICS) \
$(JAVA) \
$(STATIC_CONFIG_PARAMS) \