diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-03-17 05:51:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-16 14:51:46 -0700 |
| commit | f72c465aff62315d3854b7de040f3c31e53a242f (patch) | |
| tree | 69e22b36cb90a83a3f8a7ac050fa990d3a4892ef /ports/mlpack/CONTROL | |
| parent | 313d88c4df80e490f0ee0a7b5b2b7111c918104d (diff) | |
| download | vcpkg-f72c465aff62315d3854b7de040f3c31e53a242f.tar.gz vcpkg-f72c465aff62315d3854b7de040f3c31e53a242f.zip | |
[mlpack] Fix build tool error (#10409)
* [mlpack] Fix build tool error
* Remove tests from tool feature
Diffstat (limited to 'ports/mlpack/CONTROL')
| -rw-r--r-- | ports/mlpack/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/mlpack/CONTROL b/ports/mlpack/CONTROL index f7416c2cd..6d6a89702 100644 --- a/ports/mlpack/CONTROL +++ b/ports/mlpack/CONTROL @@ -1,8 +1,8 @@ Source: mlpack -Version: 3.2.2 +Version: 3.2.2-1 Homepage: https://github.com/mlpack/mlpack 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. Build-Depends: openblas (!osx), clapack (!osx), boost, armadillo, ensmallen Feature: tools -Description: Build command-line executables and tests. +Description: Build command-line executables. |
