mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +08:00
[dataframe] Upgrading C++ DataFrame to version 3.3.0 (#41303)
This commit is contained in:
parent
21c0fc5df5
commit
0c21c70007
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO hosseinmoein/DataFrame
|
||||
REF "${VERSION}"
|
||||
SHA512 94c95d9fe89ddf00c7e8097eb993c35de11f97749cb7b319642064a8aa7fbdb2d1286b29e138752c47a4bc5cdd0519e4fe7a1a0df33b2990438e3fc194d9e0e0
|
||||
SHA512 0586c114091dcc030d25a16dfe5f8bc9eeaedd1f8d7be6ceeb14538fd848fab45515367de0bb095b8a91b4570111a76c37ffe1cb406b136afef2dcf0fd977ac7
|
||||
HEAD_REF master
|
||||
)
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataframe",
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"description": "C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage",
|
||||
"homepage": "https://github.com/hosseinmoein/DataFrame",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -2197,7 +2197,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"dataframe": {
|
||||
"baseline": "3.2.0",
|
||||
"baseline": "3.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"date": {
|
||||
|
@ -1,7 +1,12 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1fcfb92efe87c15eaa2f1f94e0ea7e93d48cc07b",
|
||||
"git-tree": "a962ca141fcfcab2e7d40a4c705283503cc1eb33",
|
||||
"version": "3.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1fcfb92efe87c15eaa2f1f94e0ea7e93d48cc07b",
|
||||
"version": "3.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user