mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[mlpack] update to 4.3.0 (#35675)
* update mlpack * update version * remove features * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
db68d1dee9
commit
a82865a4a1
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mlpack/mlpack
|
||||
REF "${VERSION}"
|
||||
SHA512 899a70f76bee626ef00993bedea188f8a2e9db5f0faec41cf125607b7c4bbda16d0e0343aac757618cd48fcb520f968539a8a97d89cf577037f69c624caf8bc6
|
||||
SHA512 6b7c16190fa5106dde76cbedddc42ed0a4a97fcc606dc0b962744fdc812ac81f59a21b6cf071e3a8661c58cb9de2654a4eabd03c4f44d6091f99175887735c41
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mlpack",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.",
|
||||
"homepage": "https://github.com/mlpack/mlpack",
|
||||
"license": "BSD-3-Clause",
|
||||
@ -9,25 +9,6 @@
|
||||
"armadillo",
|
||||
"cereal",
|
||||
"ensmallen",
|
||||
"stb",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"openmp": {
|
||||
"description": "use OpenMP for parallelization."
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build command-line executables.",
|
||||
"dependencies": [
|
||||
"boost-format"
|
||||
]
|
||||
}
|
||||
}
|
||||
"stb"
|
||||
]
|
||||
}
|
||||
|
@ -5629,7 +5629,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"mlpack": {
|
||||
"baseline": "4.2.0",
|
||||
"baseline": "4.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"mman": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7439b5dbdc37394f6bb291343d634642d919f9d1",
|
||||
"version": "4.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e749963ad973dd29c0c573e0307fd4eaecea29d6",
|
||||
"version": "4.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user