mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 23:09:15 +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
20 lines
523 B
Plaintext
20 lines
523 B
Plaintext
Source: dlib
|
|
Version: 19.19
|
|
Port-Version: 2
|
|
Build-Depends: libjpeg-turbo, libpng, openblas (!osx), lapack
|
|
Homepage: https://github.com/davisking/dlib
|
|
Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++
|
|
Default-Features: fftw3, sqlite3
|
|
|
|
Feature: cuda
|
|
Build-Depends: cuda
|
|
Description: CUDA support for dlib
|
|
|
|
Feature: fftw3
|
|
Build-Depends: fftw3
|
|
Description: fftw3 support for dlib
|
|
|
|
Feature: sqlite3
|
|
Build-Depends: sqlite3
|
|
Description: sqlite3 support for dlib
|