mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[numcpp] udpate to 2.11.0 (#33981)
* [numcpp] udpate to 2.11.0 * fix deps
This commit is contained in:
parent
710b136882
commit
3cc2377d21
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO dpilger26/NumCpp
|
||||
REF "Version_${VERSION}"
|
||||
SHA512 8474e38b2522b52235b38abb556c60284b7c44861b450f310bfa1a66938053006e47dde9106c73dad843bf049a2dd8988cbe2d2ba747a86f548c1f356f39e081
|
||||
SHA512 57848211a9ff55b12e9590351e5add36082809a3457b2983317b5cb23d8f1c04a65b2c7a17d119b2c3e3959ef152c8e9dc38cf338da362ef9499c9c9eeb393eb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "numcpp",
|
||||
"version": "2.10.1",
|
||||
"version": "2.11.0",
|
||||
"description": "C++ implementation of the Python Numpy library",
|
||||
"homepage": "https://dpilger26.github.io/NumCpp",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
"boost-algorithm",
|
||||
"boost-date-time",
|
||||
"boost-endian",
|
||||
|
@ -5885,7 +5885,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"numcpp": {
|
||||
"baseline": "2.10.1",
|
||||
"baseline": "2.11.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"nuspell": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "aa42201ab3a189b38031fe0d912e3d62e9a44b8f",
|
||||
"version": "2.11.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "99f0dc5efa2ee18b46af92901b34426516cf3390",
|
||||
"version": "2.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user