diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe3cdd323..4f035710f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -282,9 +282,8 @@ jobs: brew update brew install conan conan profile detect - wget https://gist.githubusercontent.com/martin-frbg/dae99830b42cfc5bf4e805df211875e1/raw/7c125c26bab077ca412eea60cd7d5d9b6931490f/conanfile.py - conan build . -# echo -e "from conan import ConanFile, CMake\n\nclass OpenBLASConan(ConanFile):\n def build(self):\n tc=CMakeToolchain(self)\n tc.generate\n\n cmake=CMake(self)\n cmake.configure()\n cmake.build()\n" >conanfile.py + wget https://gist.githubusercontent.com/martin-frbg/dae99830b42cfc5bf4e805df211875e1/raw/64d5affbecf7cd5c81100e2ba4a7b9e091ef445e/conanfile.py + conan build . # echo -e "from conan import ConanFile, CMake\n\nclass OpenBLASConan(ConanFile):\n def build(self):\n tc=CMakeToolchain(self)\n tc.generate\n\n 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