vcpkg/ports/libmesh/vcpkg.json
Max Khon 85d85f3873
[libmesh] (#22775)
- build only opt flavor for release build
- build only dbg flavor for debug build
- install libmesh examples under tools/libmesh/
2022-03-25 14:47:40 -07:00

9 lines
548 B
JSON

{
"name": "libmesh",
"version-string": "1.5.0",
"port-version": 3,
"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",
"license": "LGPL-2.1-only"
}