diff --git a/ports/levmar/portfile.cmake b/ports/levmar/portfile.cmake index 020d4252082cd8..1ed0ad75d57292 100644 --- a/ports/levmar/portfile.cmake +++ b/ports/levmar/portfile.cmake @@ -1,7 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "levmar currently only checked on Windows" - ON_TARGET "OSX" "Linux" "UWP" -) - vcpkg_download_distfile(ARCHIVE URLS "http://users.ics.forth.gr/~lourakis/levmar/levmar-2.6.tgz" FILENAME "levmar-2.6.tgz" diff --git a/ports/levmar/vcpkg.json b/ports/levmar/vcpkg.json index 99c22de7301ad5..a72eb4b3f46f2d 100644 --- a/ports/levmar/vcpkg.json +++ b/ports/levmar/vcpkg.json @@ -1,7 +1,8 @@ { "name": "levmar", - "version-string": "2.6", + "version": "2.6", + "port-version": 1, "description": "Levenberg-Marquardt nonlinear least squares optimization algorithm", "homepage": "http://users.ics.forth.gr/~lourakis/levmar/", - "supports": "!(uwp | osx | linux)" + "supports": "windows & !uwp" } diff --git a/versions/baseline.json b/versions/baseline.json index b8df75061fadb1..07b278ab815ca9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3314,7 +3314,7 @@ }, "levmar": { "baseline": "2.6", - "port-version": 0 + "port-version": 1 }, "libaaplus": { "baseline": "2.36", diff --git a/versions/l-/levmar.json b/versions/l-/levmar.json index 78c1e74387764b..d7490901a35b2c 100644 --- a/versions/l-/levmar.json +++ b/versions/l-/levmar.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a869430352021a5fcecdd780a25e5ee0a4d769f5", + "version": "2.6", + "port-version": 1 + }, { "git-tree": "cbd0d2a467f781175f1900ca6857ddff74ab1cc5", "version-string": "2.6",