[openmpi] enable parallel build (#28991)

This commit is contained in:
moritz-h 2023-01-17 20:28:17 +01:00 committed by GitHub
parent e51afe4695
commit f19f5d98b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -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")

View File

@ -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)"

View File

@ -5626,7 +5626,7 @@
},
"openmpi": {
"baseline": "4.1.3",
"port-version": 0
"port-version": 1
},
"openmvg": {
"baseline": "2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c24d22620b08b5839cf13480633e6a736fb5a038",
"version": "4.1.3",
"port-version": 1
},
{
"git-tree": "bcbf51e64ac3e140af58a4279f34fb0e096b27e7",
"version": "4.1.3",