[mlpack-git] master: Specify the nuget boost package version. (8d7e5db)

gitdub at mlpack.org gitdub at mlpack.org
Tue Jun 14 10:19:52 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ca391aa35391a2b056bb362f1653218797a4674f...8d7e5db0bed8fc236407bdc5dee00d716d72a5ab

>---------------------------------------------------------------

commit 8d7e5db0bed8fc236407bdc5dee00d716d72a5ab
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Tue Jun 14 16:19:52 2016 +0200

    Specify the nuget boost package version.


>---------------------------------------------------------------

8d7e5db0bed8fc236407bdc5dee00d716d72a5ab
 .appveyor.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 9c9fcbb..abbfb47 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,12 +4,12 @@ environment:
 configuration: Release
 os: Visual Studio 2015
 install:
-  - ps: nuget install boost -o "${env:APPVEYOR_BUILD_FOLDER}"
-  - ps: nuget install boost_unit_test_framework-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}"
-  - ps: nuget install boost_program_options-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}"
-  - ps: nuget install boost_random-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}"
-  - ps: nuget install boost_serialization-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}"
-  - ps: nuget install boost_math_c99-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}"
+  - ps: nuget install boost -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
+  - ps: nuget install boost_unit_test_framework-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
+  - ps: nuget install boost_program_options-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
+  - ps: nuget install boost_random-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
+  - ps: nuget install boost_serialization-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
+  - ps: nuget install boost_math_c99-vc140 -o "${env:APPVEYOR_BUILD_FOLDER}" -Version 1.60.0
   - ps: nuget install OpenBLAS -o "${env:APPVEYOR_BUILD_FOLDER}"
 build_script:
   - mkdir boost_libs




More information about the mlpack-git mailing list