mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
[openmpi] update to latest release (#25351)
This commit is contained in:
parent
08780359d1
commit
f6cea41a51
@ -1,12 +1,12 @@
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
set(OpenMPI_FULL_VERSION "4.1.0")
|
||||
set(OpenMPI_FULL_VERSION "4.1.3")
|
||||
set(OpenMPI_SHORT_VERSION "4.1")
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://download.open-mpi.org/release/open-mpi/v${OpenMPI_SHORT_VERSION}/openmpi-${OpenMPI_FULL_VERSION}.tar.gz"
|
||||
FILENAME "openmpi-${OpenMPI_FULL_VERSION}.tar.gz"
|
||||
SHA512 1f8117b11c5279d34194b4f5652b0223cf1258a4ac0efd40bab78f31f203068e027235a92a87e546b1b35c5b369bc90788b109c05a7068c75533a03649410e99
|
||||
SHA512 f7b177121863ef79df6106639d18a89c028442b1314340638273b12025c4dc2cf9b5316cb7e6ecca8b65a51ee40a306a6b0970d7cce727fbb269a14f89af3161
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "openmpi",
|
||||
"version": "4.1.0",
|
||||
"port-version": 4,
|
||||
"version": "4.1.3",
|
||||
"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)"
|
||||
|
@ -804,13 +804,6 @@ openmama:x64-windows-static-md=fail
|
||||
openmesh:arm64-windows=fail
|
||||
openmesh:arm-uwp=fail
|
||||
openmesh:x64-uwp=fail
|
||||
openmpi:arm64-windows=fail
|
||||
openmpi:arm-uwp=fail
|
||||
openmpi:x64-uwp=fail
|
||||
openmpi:x64-windows=fail
|
||||
openmpi:x64-windows-static=fail
|
||||
openmpi:x64-windows-static-md=fail
|
||||
openmpi:x86-windows=fail
|
||||
openni2:x64-uwp=fail
|
||||
openni2:x64-windows-static=fail
|
||||
openscap:x64-linux=fail
|
||||
|
@ -5197,8 +5197,8 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"openmpi": {
|
||||
"baseline": "4.1.0",
|
||||
"port-version": 4
|
||||
"baseline": "4.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"openmvg": {
|
||||
"baseline": "2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bcbf51e64ac3e140af58a4279f34fb0e096b27e7",
|
||||
"version": "4.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "96a3a8cd636443eaf50648e749ff144cb65ad851",
|
||||
"version": "4.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user