early-access version 2853
This commit is contained in:
30
externals/vcpkg/ports/morton-nd/portfile.cmake
vendored
Executable file
30
externals/vcpkg/ports/morton-nd/portfile.cmake
vendored
Executable file
@@ -0,0 +1,30 @@
|
||||
#header-only library
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO kevinhartman/morton-nd
|
||||
REF v4.0.0
|
||||
SHA512 19dc51ae5d7fc868625a9c9f0dddec95a77fdeac714300033008f096bc3a83f146738e525e8a0ec541903263355a7fec84b1873d8eacfca4b93d3cd8945653da
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH share/morton-nd/cmake TARGET_PATH)
|
||||
|
||||
file(REMOVE_RECURSE
|
||||
${CURRENT_PACKAGES_DIR}/debug
|
||||
${CURRENT_PACKAGES_DIR}/share/doc
|
||||
)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
||||
file(COPY ${SOURCE_PATH}/NOTICE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||
7
externals/vcpkg/ports/morton-nd/vcpkg.json
vendored
Executable file
7
externals/vcpkg/ports/morton-nd/vcpkg.json
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "morton-nd",
|
||||
"version-string": "4.0.0",
|
||||
"port-version": 1,
|
||||
"description": "header-only constexpr library for fast Morton encoding/decoding in N dimensions.",
|
||||
"homepage": "https://github.com/kevinhartman/morton-nd"
|
||||
}
|
||||
Reference in New Issue
Block a user