diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-08-07 07:10:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 22:10:15 -0700 |
| commit | da839ba61a95a07de889d0bcc5d57c1681281a89 (patch) | |
| tree | 17c423dfe9dc869939d3a85f9601bf9bef354288 /ports/mlpack | |
| parent | 4f9117c0dea8e58be6dc4102e40238f57b7b8533 (diff) | |
| download | vcpkg-da839ba61a95a07de889d0bcc5d57c1681281a89.tar.gz vcpkg-da839ba61a95a07de889d0bcc5d57c1681281a89.zip | |
[lapack] add metaport lapack to switch lapack impl with an overlay (#12464)
* [lapack-select] add port lapack-select to select the lapack implementation
* move (!osx) check into lapack select
* correct the platform selection logic so that clapack is not forced.
added external as a feature.
made a dummy project to find the external provided LAPACK
* fix the oscx regression. Actually need to specify external dependency on OSX
* rename port to lapack and use build-depends
Diffstat (limited to 'ports/mlpack')
| -rw-r--r-- | ports/mlpack/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/mlpack/CONTROL b/ports/mlpack/CONTROL index dfccb9025..a56987c3b 100644 --- a/ports/mlpack/CONTROL +++ b/ports/mlpack/CONTROL @@ -1,8 +1,9 @@ Source: mlpack -Version: 3.2.2-3 +Version: 3.2.2 +Port-Version: 4 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, stb +Build-Depends: openblas (!osx), lapack, boost, armadillo, ensmallen, stb Feature: tools Description: Build command-line executables. |
