diff --git a/projects/openblas.net/package.yml b/projects/openblas.net/package.yml index 0df52b96..3c33654f 100644 --- a/projects/openblas.net/package.yml +++ b/projects/openblas.net/package.yml @@ -11,6 +11,10 @@ build: cmake.org: '*' working-directory: build script: + # our llvm doesn't like this flag + - run: sed -i 's/ -exhaustive-register-search//g' system.cmake + if: linux/x86-64 + working-directory: ../cmake - cmake .. $ARGS - make --jobs {{ hw.concurrency }} - make install