diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-30 14:13:39 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-29 23:13:39 -0700 |
| commit | 19baa0d9b3be740fc107131759f89ce12b0038ac (patch) | |
| tree | 96e30bcfff4e3dbb1049175c6588d0b1053431d2 /ports/libmesh/CONTROL | |
| parent | 4f30616769f4ed2e78203cb593d48c6fd359d81c (diff) | |
| download | vcpkg-19baa0d9b3be740fc107131759f89ce12b0038ac.tar.gz vcpkg-19baa0d9b3be740fc107131759f89ce12b0038ac.zip | |
[libmesh]Add new port. (#8592)
* [libmesh]Add new port.
* [libmesh]Fix foreach.
* [libmesh]Fix foreach.
* [libmesh]Fix issues with POST_CHECK.
Diffstat (limited to 'ports/libmesh/CONTROL')
| -rw-r--r-- | ports/libmesh/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/libmesh/CONTROL b/ports/libmesh/CONTROL new file mode 100644 index 000000000..f0efea8fc --- /dev/null +++ b/ports/libmesh/CONTROL @@ -0,0 +1,4 @@ +Source: libmesh +Version: 1.5.0 +Homepage: https://github.com/libMesh/libmesh +Description: The libMesh library provides a framework for the numerical simulation of partial differential equations using arbitrary unstructured discretizations on serial and parallel platforms. A major goal of the library is to provide support for adaptive mesh refinement (AMR) computations in parallel while allowing a research scientist to focus on the physics they are modeling. |
