mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +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
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
Source: armadillo
|
|
Version: 2019-04-16
|
|
Port-Version: 9
|
|
Description: Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use
|
|
Build-Depends: openblas (!osx), lapack
|