From f516704df8e062046b02b46fac8648df0ebd1711 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Jun 2023 11:54:51 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 37951bfc6..79a79369a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -281,10 +281,8 @@ jobs: - script: | brew update brew install conan - conan new cmake_lib -d name=openblas -d version=1.0 + echo -e "from conans import ConanFile\nfrom conan.tools.cmake import CMakeToolchain, CMake, cmake_layout\n 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 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