From cd6db9e08b48e2c5cee877fb702ef682e4c9aa82 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 9 Jun 2023 21:57:46 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d7deded2e..21850076b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -281,8 +281,9 @@ jobs: - script: | brew update brew install conan - echo -e "tc=CMakeToolchain(self)\n tc.generate \ cmake=CMake(self)\n cmake.configure() \n cmake.build()\n" >conanfile.py - conan build +# echo -e "tc=CMakeToolchain(self)\n tc.generate \ cmake=CMake(self)\n cmake.configure() \n cmake.build()\n" >conanfile.py + conan new + 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