aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rickert <rickertm@users.noreply.github.com>2020-05-12 05:11:02 +0200
committerGitHub <noreply@github.com>2020-05-11 20:11:02 -0700
commit4acff1659313d8794d678c35a147cb3db35d219a (patch)
treebf6b1bafe10308f203b2b5dbe59a30d3dd6609d2
parent6c159b77660e6904776b738a403c8bbc17683209 (diff)
downloadvcpkg-4acff1659313d8794d678c35a147cb3db35d219a.tar.gz
vcpkg-4acff1659313d8794d678c35a147cb3db35d219a.zip
[nlopt] Update to 2.6.2 (#11254)
-rw-r--r--ports/nlopt/CONTROL5
-rw-r--r--ports/nlopt/portfile.cmake8
2 files changed, 6 insertions, 7 deletions
diff --git a/ports/nlopt/CONTROL b/ports/nlopt/CONTROL
index 0cc7666bb..7aca60e2b 100644
--- a/ports/nlopt/CONTROL
+++ b/ports/nlopt/CONTROL
@@ -1,4 +1,5 @@
Source: nlopt
-Version: 2.6.1-1
+Version: 2.6.2
Homepage: https://github.com/stevengj/nlopt
-Description: a library for nonlinear local and global optimization, for functions with and without gradient information. \ No newline at end of file
+Description: a library for nonlinear local and global optimization, for functions with and without gradient information.
+Supports: !uwp
diff --git a/ports/nlopt/portfile.cmake b/ports/nlopt/portfile.cmake
index 5fb068145..1c96c1ffe 100644
--- a/ports/nlopt/portfile.cmake
+++ b/ports/nlopt/portfile.cmake
@@ -1,12 +1,10 @@
-include(vcpkg_common_functions)
-
-vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
+vcpkg_fail_port_install(ON_TARGET "UWP")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stevengj/nlopt
- REF v2.6.1
- SHA512 e9b8ee75536a568e75150dc0a169d951b670d54ca9d2797f9db6f2751811d9d21be367fa6794a0bc76370715caf5356b368c9c12ad416f3cfb74ae8fa8eabd5c
+ REF v2.6.2
+ SHA512 61e5c01140a57c0ad2a0acd82ad50dce1b5679dc281e55cbbc332e876b19a689013100617545a42b721d8c487df37d6ccd67859171243433fe29468f259b556b
HEAD_REF master
)