mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[nanorange] update to master (#23656)
* [nanorange] update to master * remove nanorange from CI baseline * version * Add homepage * version
This commit is contained in:
@@ -1,22 +1,11 @@
|
||||
# header-only
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO tcbrindle/NanoRange
|
||||
REF bf32251d65673fe170d602777c087786c529ead8
|
||||
SHA512 74dc8497fd20f56de39e54a104007840450466648f7b216f83265294e24582b486392ad6bf0cc85ca9877655640f08f833bc5d82ebee991b8a57d4fa44f0934f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
#<tests>
|
||||
#vcpkg_configure_cmake(
|
||||
# SOURCE_PATH ${SOURCE_PATH}
|
||||
# PREFER_NINJA
|
||||
#)
|
||||
#vcpkg_build_cmake()
|
||||
#</tests>
|
||||
|
||||
# Copy header files
|
||||
file(COPY ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.hpp")
|
||||
|
||||
# Handle copyright
|
||||
file(COPY ${SOURCE_PATH}/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/nanorange)
|
||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/nanorange/LICENSE_1_0.txt ${CURRENT_PACKAGES_DIR}/share/nanorange/copyright)
|
||||
file(COPY "${SOURCE_PATH}/include" DESTINATION "${CURRENT_PACKAGES_DIR}" FILES_MATCHING PATTERN "*.hpp")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE_1_0.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "nanorange",
|
||||
"version-string": "0.0.0",
|
||||
"port-version": 1,
|
||||
"description": "NanoRange is a C++14 implementation of the C++20 Ranges proposals."
|
||||
"version-date": "2020-07-06",
|
||||
"description": "NanoRange is a C++14 implementation of the C++20 Ranges proposals.",
|
||||
"homepage": "https://github.com/tcbrindle/NanoRange",
|
||||
"license": "BSL-1.0"
|
||||
}
|
||||
|
||||
@@ -835,15 +835,6 @@ nana:x64-uwp=fail
|
||||
nanodbc:arm-uwp=fail
|
||||
nanodbc:x64-uwp=fail
|
||||
nanodbc:x64-linux=skip
|
||||
nanorange:arm64-windows=fail
|
||||
nanorange:arm-uwp=fail
|
||||
nanorange:x64-linux=fail
|
||||
nanorange:x64-osx=fail
|
||||
nanorange:x64-uwp=fail
|
||||
nanorange:x64-windows=fail
|
||||
nanorange:x64-windows-static=fail
|
||||
nanorange:x64-windows-static-md=fail
|
||||
nanorange:x86-windows=fail
|
||||
nativefiledialog:arm-uwp=fail
|
||||
nativefiledialog:x64-uwp=fail
|
||||
ngspice:x64-windows-static=fail
|
||||
|
||||
@@ -4729,8 +4729,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"nanorange": {
|
||||
"baseline": "0.0.0",
|
||||
"port-version": 1
|
||||
"baseline": "2020-07-06",
|
||||
"port-version": 0
|
||||
},
|
||||
"nanort": {
|
||||
"baseline": "2019-08-20",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "66af15410d36dcfe707cfa3ed693e2ad4b8c0a6b",
|
||||
"version-date": "2020-07-06",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a9d8e3712ada3496381d4a9ec4d8b6eb638f65e8",
|
||||
"version-string": "0.0.0",
|
||||
|
||||
Reference in New Issue
Block a user