Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2023-06-10 17:19:38 +02:00 committed by GitHub
parent 840c5b4d7e
commit 607774b7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ jobs:
- script: |
brew update
brew install conan
conan profile detect
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 .
# 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"