mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[mlpack] Explicitly depend on stb (#11785)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
This commit is contained in:
parent
1d3e985e4f
commit
09abe700ac
@ -1,8 +1,8 @@
|
|||||||
Source: mlpack
|
Source: mlpack
|
||||||
Version: 3.2.2-2
|
Version: 3.2.2-3
|
||||||
Homepage: https://github.com/mlpack/mlpack
|
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.
|
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
|
Build-Depends: openblas (!osx), clapack (!osx), boost, armadillo, ensmallen, stb
|
||||||
|
|
||||||
Feature: tools
|
Feature: tools
|
||||||
Description: Build command-line executables.
|
Description: Build command-line executables.
|
||||||
|
@ -28,6 +28,10 @@ vcpkg_configure_cmake(
|
|||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DBUILD_TESTS=OFF
|
-DBUILD_TESTS=OFF
|
||||||
|
-DDOWNLOAD_STB_IMAGE=OFF
|
||||||
|
-DDOWNLOAD_ENSMALLEN=OFF
|
||||||
|
-DBUILD_PYTHON_BINDINGS=OFF
|
||||||
|
-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
|
||||||
${FEATURE_OPTIONS}
|
${FEATURE_OPTIONS}
|
||||||
)
|
)
|
||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
@ -1092,10 +1092,6 @@ microsoft-signalr:x64-uwp=skip
|
|||||||
microsoft-signalr:x64-windows=skip
|
microsoft-signalr:x64-windows=skip
|
||||||
microsoft-signalr:x64-windows-static=skip
|
microsoft-signalr:x64-windows-static=skip
|
||||||
microsoft-signalr:x86-windows=skip
|
microsoft-signalr:x86-windows=skip
|
||||||
# conflicts with stb
|
|
||||||
mlpack:x86-windows=skip
|
|
||||||
mlpack:x64-windows=skip
|
|
||||||
mlpack:x64-windows-static=skip
|
|
||||||
mman:x64-linux=fail
|
mman:x64-linux=fail
|
||||||
mman:x64-osx=fail
|
mman:x64-osx=fail
|
||||||
mmloader:arm64-windows=fail
|
mmloader:arm64-windows=fail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user