diff --git a/ports/openmpi/portfile.cmake b/ports/openmpi/portfile.cmake index 844642f5967..4ff603ec495 100644 --- a/ports/openmpi/portfile.cmake +++ b/ports/openmpi/portfile.cmake @@ -31,7 +31,7 @@ vcpkg_configure_make( --enable-debug ) -vcpkg_install_make(DISABLE_PARALLEL) +vcpkg_install_make() vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") diff --git a/ports/openmpi/vcpkg.json b/ports/openmpi/vcpkg.json index 51c5f27a74c..e123cf9b162 100644 --- a/ports/openmpi/vcpkg.json +++ b/ports/openmpi/vcpkg.json @@ -1,6 +1,7 @@ { "name": "openmpi", "version": "4.1.3", + "port-version": 1, "description": "The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.", "homepage": "https://www.open-mpi.org/", "supports": "!(windows | uwp)" diff --git a/versions/baseline.json b/versions/baseline.json index 57c551086fa..08c6a240438 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5626,7 +5626,7 @@ }, "openmpi": { "baseline": "4.1.3", - "port-version": 0 + "port-version": 1 }, "openmvg": { "baseline": "2.0", diff --git a/versions/o-/openmpi.json b/versions/o-/openmpi.json index cbd2baf74ab..a4277359df8 100644 --- a/versions/o-/openmpi.json +++ b/versions/o-/openmpi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c24d22620b08b5839cf13480633e6a736fb5a038", + "version": "4.1.3", + "port-version": 1 + }, { "git-tree": "bcbf51e64ac3e140af58a4279f34fb0e096b27e7", "version": "4.1.3",