diff --git a/ports/cminpack/portfile.cmake b/ports/cminpack/portfile.cmake index 097f64feea..d01068df66 100644 --- a/ports/cminpack/portfile.cmake +++ b/ports/cminpack/portfile.cmake @@ -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") diff --git a/ports/cminpack/vcpkg.json b/ports/cminpack/vcpkg.json index 4d6d699656..aa37c1135b 100644 --- a/ports/cminpack/vcpkg.json +++ b/ports/cminpack/vcpkg.json @@ -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": [ diff --git a/versions/baseline.json b/versions/baseline.json index 062cf1b5b5..9e45d2137c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1426,7 +1426,7 @@ }, "cminpack": { "baseline": "1.3.8", - "port-version": 0 + "port-version": 1 }, "cmocka": { "baseline": "2020-08-01", diff --git a/versions/c-/cminpack.json b/versions/c-/cminpack.json index b76e3c2b7e..5ea16de6da 100644 --- a/versions/c-/cminpack.json +++ b/versions/c-/cminpack.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6e903be11f8d868d5fb74f597bc0d2890854eb95", + "version": "1.3.8", + "port-version": 1 + }, { "git-tree": "aa9af4c20d069d7b14c99b5877fd782255cde21e", "version": "1.3.8",