aboutsummaryrefslogtreecommitdiff
path: root/ports/mpi
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2019-07-31 23:47:59 +0200
committerVictor Romero <romerosanchezv@gmail.com>2019-07-31 14:47:59 -0700
commit455223d009fc6fef0d9293e511d64e9e372abdb0 (patch)
treebdcca8323708d27517eefc9627fb6c1eba4c8b6a /ports/mpi
parenta2f9ceeb43cbf4d9674a8940bc2d98bc3ea66586 (diff)
downloadvcpkg-455223d009fc6fef0d9293e511d64e9e372abdb0.tar.gz
vcpkg-455223d009fc6fef0d9293e511d64e9e372abdb0.zip
[OpenMPI] add a new port (#7142)2019.07
* [OpenMPI] add a new port * [OpenMPI] enable VCPKG_CONCURRENCY * [OpenMPI] fix prefix * [OpenMPI] fix license installation, compatible with single config build * [many ports] enable portable mpi implementation * [bond] Update Haskell stack SHA512
Diffstat (limited to 'ports/mpi')
-rw-r--r--ports/mpi/CONTROL4
-rw-r--r--ports/mpi/portfile.cmake3
2 files changed, 7 insertions, 0 deletions
diff --git a/ports/mpi/CONTROL b/ports/mpi/CONTROL
new file mode 100644
index 000000000..b5db97f13
--- /dev/null
+++ b/ports/mpi/CONTROL
@@ -0,0 +1,4 @@
+Source: mpi
+Version: 1
+Description: Message Passing Interface (MPI) is a standardized and portable message-passing standard designed by a group of researchers from academia and industry to function on a wide variety of parallel computing architectures. The standard defines the syntax and semantics of a core of library routines useful to a wide range of users writing portable message-passing programs in C, C++, and Fortran. There are several well-tested and efficient implementations of MPI, many of which are open-source or in the public domain.
+Build-Depends: msmpi (windows), openmpi (!windows)
diff --git a/ports/mpi/portfile.cmake b/ports/mpi/portfile.cmake
new file mode 100644
index 000000000..e46edeb43
--- /dev/null
+++ b/ports/mpi/portfile.cmake
@@ -0,0 +1,3 @@
+include(vcpkg_common_functions)
+
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)