mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
85d85f3873
- build only opt flavor for release build - build only dbg flavor for debug build - install libmesh examples under tools/libmesh/
9 lines
548 B
JSON
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"
|
|
}
|