mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 06:09:01 +08:00
da839ba61a
* [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
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
Source: ensmallen
|
|
Version: 2.11.2
|
|
Port-Version: 1
|
|
Homepage: https://github.com/mlpack/ensmallen
|
|
Description: A header-only C++ library for mathematical optimization.
|
|
Build-Depends: openblas (!osx), lapack, armadillo
|
|
|