[mlpack] Add dependency boost-format to feature tools (#22210)

* [mlpack] Add dependency boost-format to feature tools

* version
This commit is contained in:
Jack·Boos·Yu 2021-12-29 07:05:51 +08:00 committed by GitHub
parent 8fd0679a9d
commit 52f690ecc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "mlpack", "name": "mlpack",
"version": "3.4.1", "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.", "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", "homepage": "https://github.com/mlpack/mlpack",
"supports": "!uwp", "supports": "!uwp",
@ -29,7 +29,10 @@
"description": "use OpenMP for parallelization." "description": "use OpenMP for parallelization."
}, },
"tools": { "tools": {
"description": "Build command-line executables." "description": "Build command-line executables.",
"dependencies": [
"boost-format"
]
} }
} }
} }

View File

@ -4438,7 +4438,7 @@
}, },
"mlpack": { "mlpack": {
"baseline": "3.4.1", "baseline": "3.4.1",
"port-version": 4 "port-version": 5
}, },
"mman": { "mman": {
"baseline": "git-f5ff813", "baseline": "git-f5ff813",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1ba342c0a0a5e88c4424207c3296b8db8c7062fc",
"version": "3.4.1",
"port-version": 5
},
{ {
"git-tree": "eb3aaa9dbc3991962b70c2c819d66e5c018ad41a", "git-tree": "eb3aaa9dbc3991962b70c2c819d66e5c018ad41a",
"version": "3.4.1", "version": "3.4.1",