diff options
| author | Miguel <mcanteras@gmail.com> | 2019-04-30 05:56:26 +0200 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-29 20:56:26 -0700 |
| commit | fcc13318da06dbec75f46311508db6f9aaeb479e (patch) | |
| tree | 1e108bad1be26b2128832c23423b946d9924107c /ports/mlpack/cmakelists.patch | |
| parent | e591f8d63f2b1f53c4aca54b628d5fbe9f31779b (diff) | |
| download | vcpkg-fcc13318da06dbec75f46311508db6f9aaeb479e.tar.gz vcpkg-fcc13318da06dbec75f46311508db6f9aaeb479e.zip | |
[mlpack] Updated to version 3.1.0 (#6263)
Diffstat (limited to 'ports/mlpack/cmakelists.patch')
| -rw-r--r-- | ports/mlpack/cmakelists.patch | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/ports/mlpack/cmakelists.patch b/ports/mlpack/cmakelists.patch index bc251980a..6c39a4293 100644 --- a/ports/mlpack/cmakelists.patch +++ b/ports/mlpack/cmakelists.patch @@ -1,6 +1,6 @@ --- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -252,7 +252,7 @@
+@@ -284,7 +284,7 @@
# script Armadillo uses to find these.
if (WIN32)
find_library(LAPACK_LIBRARY
@@ -9,7 +9,7 @@ PATHS "C:/Program Files/Armadillo"
PATH_SUFFIXES "examples/lib_win32/")
-@@ -261,7 +261,7 @@
+@@ -293,7 +293,7 @@
endif ()
find_library(BLAS_LIBRARY
@@ -18,17 +18,7 @@ PATHS "C:/Program Files/Armadillo"
PATH_SUFFIXES "examples/lib_win32/")
-@@ -281,6 +281,9 @@
- # Unfortunately this configuration variable is necessary and will need to be
- # updated as time goes on and new versions are released.
- set(Boost_ADDITIONAL_VERSIONS
-+ "1.69.0" "1.69"
-+ "1.68.0" "1.68"
-+ "1.67.0" "1.67"
- "1.66.0" "1.66"
- "1.65.1" "1.65.0" "1.65"
- "1.64.1" "1.64.0" "1.64"
-@@ -307,19 +310,11 @@
+@@ -392,19 +392,11 @@
REQUIRED
)
|
