Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[numcpp] update to 2.10.1 #26482

Merged
merged 6 commits into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/numcpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dpilger26/NumCpp
REF Version_2.6.0
SHA512 4D057941F4CB541CFAA56E4188C865DFC1804CA1B2203422B9EB7D7E8EE43CCB15DC5109DA5C932234E6055B6A5554D877347FA7CAEC5EA619A2975A56D2B16C
REF "Version_${VERSION}"
SHA512 8474e38b2522b52235b38abb556c60284b7c44861b450f310bfa1a66938053006e47dde9106c73dad843bf049a2dd8988cbe2d2ba747a86f548c1f356f39e081
HEAD_REF master
)

Expand All @@ -17,4 +17,4 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME NumCpp CONFIG_PATH share/NumCpp/cmake)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
3 changes: 2 additions & 1 deletion ports/numcpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "numcpp",
"version": "2.6.0",
"version": "2.10.1",
"description": "C++ implementation of the Python Numpy library",
"homepage": "https://dpilger26.github.io/NumCpp",
"license": "MIT",
"dependencies": [
"boost-algorithm",
"boost-date-time",
"boost-endian",
"boost-integer",
"boost-math",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5433,7 +5433,7 @@
"port-version": 1
},
"numcpp": {
"baseline": "2.6.0",
"baseline": "2.10.1",
"port-version": 0
},
"nuspell": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/numcpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "99f0dc5efa2ee18b46af92901b34426516cf3390",
"version": "2.10.1",
"port-version": 0
},
{
"git-tree": "648047125e8e78a10fec23ab02b10037197206a6",
"version": "2.6.0",
Expand Down