early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

22
externals/vcpkg/ports/xframe/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,22 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xtensor-stack/xframe
REF 0.3.0
SHA512 880fe8ca00bd189a197cc71e5f32539562db69433fdfa03db5f0db8211230db36eb96757a5ca3c667ae1d4edc96eae38393718e7a1e3f7c1827130cf21579b07
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/xframe)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

11
externals/vcpkg/ports/xframe/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,11 @@
{
"name": "xframe",
"version-string": "0.3.0",
"port-version": 1,
"description": "xframe is a dataframe for C++, based on xtensor and xtl.",
"homepage": "https://github.com/xtensor-stack/xframe",
"dependencies": [
"xtensor",
"xtl"
]
}