[numcpp] update to 2.16.0 (#48537)

This commit is contained in:
toge
2025-12-09 11:45:49 +09:00
committed by GitHub
parent 79436da6d3
commit 29518de400
5 changed files with 34 additions and 30 deletions

View File

@@ -1,27 +1,27 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dpilger26/NumCpp
REF "Version_${VERSION}"
SHA512 d0306fd8d329b92e8040e540a00187309986c50aa57030ed8a67e839c4f2b48322d28d938446c81362fd708c734b77015914b5913ea20acb722b2f67e72b37f8
HEAD_REF master
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
INVERTED_FEATURES
boost NUMCPP_NO_USE_BOOST
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${FEATURE_OPTIONS}
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME NumCpp CONFIG_PATH share/NumCpp/cmake)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dpilger26/NumCpp
REF "Version_${VERSION}"
SHA512 eb964cc31e8abb32021bd5c55b2a5e3957d375de5d23ce471304a242040f3f9dddc9014d5fc23a6dea45b3701a287e280e3b2db95cfcf1e2b2a707636d0ee9b5
HEAD_REF master
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
INVERTED_FEATURES
boost NUMCPP_NO_USE_BOOST
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${FEATURE_OPTIONS}
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME NumCpp CONFIG_PATH share/NumCpp/cmake)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@@ -1,6 +1,6 @@
{
"name": "numcpp",
"version": "2.14.2",
"version": "2.16.0",
"description": "C++ implementation of the Python Numpy library",
"homepage": "https://dpilger26.github.io/NumCpp",
"license": "MIT",

View File

@@ -1034,7 +1034,6 @@ nngpp:arm64-uwp = cascade
nngpp:x64-uwp = cascade
nss:x64-uwp = cascade
nss:x64-windows-static = cascade
numcpp[python]:arm64-windows = cascade
nuspell:arm64-uwp = cascade
nuspell:x64-uwp = cascade
nvtt[cuda]:x86-windows = cascade

View File

@@ -6981,7 +6981,7 @@
"port-version": 1
},
"numcpp": {
"baseline": "2.14.2",
"baseline": "2.16.0",
"port-version": 0
},
"nuspell": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1947308d5d66ca0449cf61deccd7e2f80bcf9dd8",
"version": "2.16.0",
"port-version": 0
},
{
"git-tree": "03452fea2e79b19e9a70eb86e63f30b127edb54b",
"version": "2.14.2",