mirror of https://gitee.com/openkylin/openmpi.git
Pre Merge pull request !1 from luoyaoming/openkylin/yangtze
This commit is contained in:
commit
c6de190f4f
|
@ -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.
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue