Marcello Seri

Results 435 comments of Marcello Seri

@nilsbecker I included the change both in my arm64 and arm64-bak (which includes also changes from the open PRs) branches if you want to test it out

> On another M1 mac I tried the same but keep getting a linker error that says `ld: library 'lapacke' not found`. any hints? `brew install lapack` did not help...

I don't know, indeed `OWL_DISABLE_LAPACKE_LINKING_FLAG=1` should not exist imho. If pkg-config has reasons to link lapacke it means it should be linked, but it was worth a try. Not sure...

If you run it with CFLAGS set to the right paths it should work

Otherwise we may need to check where openblas is installed in manjaro and fix it (perhaps we should just use pkg-config if manjaro ships the pc files)

I would suggest to submit a new version of the `conf-blas` package doing ``` build: ["pkg-config" "--exists" "--print-errors" "blas"] ``` for all the distributions that ship the pc file for...

We don't have a good solution yet for python packages, so let's merge this as is and sorry for the long wait

Shouldn’t the quotes be removed from all the configuree.sh files? I would imagine the same failure may happen with the others on certain systems (cannot check the logs anynlonger unfortunately)

It is less clean that the previous one, but then should work on eventual other archs out of the box