[cminpack] Install to the correct location. (#21047)

This commit is contained in:
Billy O'Neal 2021-10-28 18:10:49 -07:00 committed by GitHub
parent 78c4f0f16a
commit 0556cfd01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -9,9 +9,11 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_EXAMPLES=OFF
-DCMINPACK_LIB_INSTALL_DIR=lib
)
vcpkg_cmake_install()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

View File

@ -1,6 +1,7 @@
{
"name": "cminpack",
"version": "1.3.8",
"port-version": 1,
"description": "A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems",
"homepage": "http://devernay.free.fr/hacks/cminpack/",
"dependencies": [

View File

@ -1426,7 +1426,7 @@
},
"cminpack": {
"baseline": "1.3.8",
"port-version": 0
"port-version": 1
},
"cmocka": {
"baseline": "2020-08-01",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6e903be11f8d868d5fb74f597bc0d2890854eb95",
"version": "1.3.8",
"port-version": 1
},
{
"git-tree": "aa9af4c20d069d7b14c99b5877fd782255cde21e",
"version": "1.3.8",