mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 23:07:58 +08:00
[mlpack] Add dependency boost-format to feature tools (#22210)
* [mlpack] Add dependency boost-format to feature tools * version
This commit is contained in:
parent
8fd0679a9d
commit
52f690ecc4
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mlpack",
|
||||
"version": "3.4.1",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms.",
|
||||
"homepage": "https://github.com/mlpack/mlpack",
|
||||
"supports": "!uwp",
|
||||
@ -29,7 +29,10 @@
|
||||
"description": "use OpenMP for parallelization."
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build command-line executables."
|
||||
"description": "Build command-line executables.",
|
||||
"dependencies": [
|
||||
"boost-format"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4438,7 +4438,7 @@
|
||||
},
|
||||
"mlpack": {
|
||||
"baseline": "3.4.1",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"mman": {
|
||||
"baseline": "git-f5ff813",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1ba342c0a0a5e88c4424207c3296b8db8c7062fc",
|
||||
"version": "3.4.1",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "eb3aaa9dbc3991962b70c2c819d66e5c018ad41a",
|
||||
"version": "3.4.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user