mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:39:07 +08:00
3e2120fe2b
* [BLAS] add metaport * [openblas] enable also on macOS to allow lapack-reference previous setup * [clapack] bump port version * [blas, lapack] Remove incorrect comments about "outside vcpkg" Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
512 B
Plaintext
20 lines
512 B
Plaintext
Source: dlib
|
|
Version: 19.21
|
|
Port-Version: 4
|
|
Build-Depends: libjpeg-turbo, libpng, blas, 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
|