[libmesh] no absolute paths (#23779)

This commit is contained in:
autoantwort 2022-03-28 22:21:48 +02:00 committed by GitHub
parent 671db8ae9d
commit e446b36db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -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})

View File

@ -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"

View File

@ -3726,7 +3726,7 @@
},
"libmesh": {
"baseline": "1.5.0",
"port-version": 3
"port-version": 4
},
"libmicrohttpd": {
"baseline": "0.9.75",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "347e56f7cd6e4bf1ca5621c564e4421a7f5a45cd",
"version": "1.5.0",
"port-version": 4
},
{
"git-tree": "8583d8a15a7b694bb7a8346580c5f8a3f7478f28",
"version-string": "1.5.0",