mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[libmesh] no absolute paths (#23779)
This commit is contained in:
parent
671db8ae9d
commit
e446b36db2
@ -47,6 +47,7 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/contrib ${CURRENT_PACKAGES_DIR
|
||||
${CURRENT_PACKAGES_DIR}/Make.common ${CURRENT_PACKAGES_DIR}/debug/Make.common)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL ${CURRENT_PORT_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libmesh",
|
||||
"version-string": "1.5.0",
|
||||
"port-version": 3,
|
||||
"version": "1.5.0",
|
||||
"port-version": 4,
|
||||
"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"
|
||||
|
@ -3726,7 +3726,7 @@
|
||||
},
|
||||
"libmesh": {
|
||||
"baseline": "1.5.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"libmicrohttpd": {
|
||||
"baseline": "0.9.75",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "347e56f7cd6e4bf1ca5621c564e4421a7f5a45cd",
|
||||
"version": "1.5.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "8583d8a15a7b694bb7a8346580c5f8a3f7478f28",
|
||||
"version-string": "1.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user