mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[cminpack] Install to the correct location. (#21047)
This commit is contained in:
parent
78c4f0f16a
commit
0556cfd01a
@ -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")
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -1426,7 +1426,7 @@
|
||||
},
|
||||
"cminpack": {
|
||||
"baseline": "1.3.8",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"cmocka": {
|
||||
"baseline": "2020-08-01",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6e903be11f8d868d5fb74f597bc0d2890854eb95",
|
||||
"version": "1.3.8",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "aa9af4c20d069d7b14c99b5877fd782255cde21e",
|
||||
"version": "1.3.8",
|
||||
|
Loading…
Reference in New Issue
Block a user