diff options
Diffstat (limited to 'ports/libmesh')
| -rw-r--r-- | ports/libmesh/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libmesh/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/libmesh/CONTROL b/ports/libmesh/CONTROL deleted file mode 100644 index 0350119c2..000000000 --- a/ports/libmesh/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: libmesh -Version: 1.5.0-1 -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. diff --git a/ports/libmesh/vcpkg.json b/ports/libmesh/vcpkg.json new file mode 100644 index 000000000..7c4b273f1 --- /dev/null +++ b/ports/libmesh/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "libmesh", + "version-string": "1.5.0", + "port-version": 2, + "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.", + "homepage": "https://github.com/libMesh/libmesh" +} |
