|
|
|
@@ -282,7 +282,7 @@ jobs: |
|
|
|
brew update |
|
|
|
brew install conan |
|
|
|
conan profile detect |
|
|
|
wget https://gist.github.com/martin-frbg/dae99830b42cfc5bf4e805df211875e1/raw/1022a66850773860120ce366d7d5c1668d1a7c5d/conanfile.py |
|
|
|
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 |
|
|
|
# conan build . |
|
|
|
|