From cf3df9b9f52269ec57bad115e7b520ff4d376683 Mon Sep 17 00:00:00 2001 From: Marcus Edel Date: Thu, 21 Oct 2021 20:49:48 -0400 Subject: [PATCH] Let's see what the actual path is. --- .ci/windows-steps.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/windows-steps.yaml b/.ci/windows-steps.yaml index ee00020811..0720253d60 100644 --- a/.ci/windows-steps.yaml +++ b/.ci/windows-steps.yaml @@ -18,6 +18,8 @@ steps: Remove-Item $(Agent.ToolsDirectory)\ensmallen.2.17.0\installed\x64-linux\include\armadillo -Force mkdir -p $(Agent.ToolsDirectory)/boost_libs + ls $(Agent.ToolsDirectory)\ + displayName: 'Fetch build dependencies' # Configure armadillo @@ -59,7 +61,7 @@ steps: -DLAPACK_LIBRARIES:FILEPATH=$(Agent.ToolsDirectory)\OpenBLAS.0.2.14.1\lib\native\lib\x64\libopenblas.dll.a ` -DARMADILLO_INCLUDE_DIR="..\armadillo-9.800.6\tmp\include" ` -DARMADILLO_LIBRARY="..\armadillo-9.800.6\Release\armadillo.lib" ` - -DBOOST_INCLUDEDIR:FILEPATH=$(Agent.ToolsDirectory)\boost.1.66.0\lib\native\include ` + -DBOOST_INCLUDEDIR=$(Agent.ToolsDirectory)\boost.1.66.0\lib\native\include ` -DBOOST_LIBRARYDIR=$(Agent.ToolsDirectory)\boost_libs ` -DCEREAL_INCLUDE_DIR=$(Agent.ToolsDirectory)\unofficial-flayan-cereal.1.2.2\build\native\include ` -DENSMALLEN_INCLUDE_DIR=$(Agent.ToolsDirectory)\ensmallen.2.17.0\installed\x64-linux\include `