From 03b88cb80fc89b2951ad2d6f18145887b6876ac8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 17 Jun 2023 15:44:01 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a456cf6c2..a831949e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -285,10 +285,12 @@ jobs: conan profile detect wget https://gist.githubusercontent.com/martin-frbg/dae99830b42cfc5bf4e805df211875e1/raw/a33310fa761ebe9311a25330c94fe3b258ff5298/conanfile.py conan build . + cat cmake_install.cmake cd build ls -l ls -l lib - cmake --install ~/openblas-ios + cd .. + cmake --install build # conan build . # cmake -G ""Xcode"" -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="OpenBLAS" -DNOFORTRAN="ON" -DBUILD_WITHOUT_LAPACK="ON" -DBUILD_LAPACK_DEPRECATED="OFF" -DBUILD_TESTING="OFF" -DUSE_THREAD="ON" -DMSVC_STATIC_CRT="OFF" -DBUILD_STATIC_LIBS="ON" -DBUILD_SHARED_LIBS="OFF" -DONLY_CBLAS="1" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "OpenBLAS" # xcodebuild -project OpenBLAS.xcodeproj build -target ALL_BUILD -configuration RelWithDebInfo -hideShellScriptEnvironment