mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
[dataframe] Hossein/data frame 3.2.0 (#39887)
This commit is contained in:
parent
86e2ea925a
commit
211a29746e
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO hosseinmoein/DataFrame
|
||||
REF "${VERSION}"
|
||||
SHA512 f202ff3890cf9afd2140cf90d04c4915a9a1fdb13ed82c5d5f8459de62ea015be653a9e196945f06f146865fdfbaf0d6514bf26210fe627d91e5839f1e1f2b96
|
||||
SHA512 94c95d9fe89ddf00c7e8097eb993c35de11f97749cb7b319642064a8aa7fbdb2d1286b29e138752c47a4bc5cdd0519e4fe7a1a0df33b2990438e3fc194d9e0e0
|
||||
HEAD_REF master
|
||||
)
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dataframe",
|
||||
"version": "3.1.0",
|
||||
"description": "This is a C++ statistical library that provides an interface similar to Pandas package in Python",
|
||||
"version": "3.2.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",
|
||||
"supports": "!uwp",
|
||||
|
@ -2165,7 +2165,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"dataframe": {
|
||||
"baseline": "3.1.0",
|
||||
"baseline": "3.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"date": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1fcfb92efe87c15eaa2f1f94e0ea7e93d48cc07b",
|
||||
"version": "3.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "40857d32d0402b8dd0a5defd76581aa7ac54b9a8",
|
||||
"version": "3.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user