File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929# Configure CMake Args for mlpack.
3030- script : |
3131 unset BOOST_ROOT
32- cd mlpack && mkdir build && cd build && cmake $(CMakeArgs-mlpack) -DCEREAL_INCLUDE_DIR=../cereal-1.3.0/include/ ..
32+ cd mlpack && mkdir build && cd build && cmake $(CMakeArgs-mlpack) -DCEREAL_INCLUDE_DIR=../../ cereal-1.3.0/include/ ..
3333 displayName : ' CMake for mlpack'
3434
3535# Install mlpack
Original file line number Diff line number Diff line change 5050 cd armadillo-8.400.0/ && cmake $(CMakeGenerator) \
5151 -DBLAS_LIBRARY:FILEPATH=$(Agent.ToolsDirectory)/OpenBLAS.0.2.14.1/lib/native/lib/x64/libopenblas.dll.a \
5252 -DLAPACK_LIBRARY:FILEPATH=$(Agent.ToolsDirectory)/OpenBLAS.0.2.14.1/lib/native/lib/x64/libopenblas.dll.a \
53- -DCEREAL_INCLUDE_DIR=$(Agent.ToolsDirectory)\ unofficial-flayan-cereal.1.2.2\ build\ native\ include \
53+ -DCEREAL_INCLUDE_DIR=$(Agent.ToolsDirectory/ unofficial-flayan-cereal.1.2.2/ build/ native/ include \
5454 -DCMAKE_PREFIX:FILEPATH=../../armadillo \
5555 -DBUILD_SHARED_LIBS=OFF \
5656 -DCMAKE_BUILD_TYPE=Release .
You can’t perform that action at this time.
0 commit comments