Radovan Bast
Radovan Bast
We can modify the source (BSD license) but we must attribute/acknowledge the source. Also I have restarted tests and they still fail for some mysterious reason. I will pull this...
I have cleaned up your code on the `openblas` branch in the [central repo](https://github.com/coderefinery/autocmake/commits/openblas) but the OpenBLAS test still fails: https://travis-ci.org/coderefinery/autocmake/builds/143905558. Can you please have a look why it fails?...
If the code works on your computer but fails on Travis for some reason that we cannot solve, we could also get rid of the test. The code will get...
I am happy with Travis and do not want to add another CI service since this will increase complexity and IMO add little benefit. If the Boost test turns out...
This is not urgent but we should refactor soon but I first want us to decide on #254.
The error message looks like that in the ARM environment it does not find a matching binary distribution and falls back to a super old source distribution. The error that...
Oh the issue title says it's M1 Mac. OK I need to learn how to package a binary distribution for the M1.
I need to adapt this somehow: https://github.com/dftlibs/numgrid/blob/main/.github/workflows/package.yml#L13
I am unsure whether this is possible on GitHub Actions: https://github.com/actions/virtual-environments/issues/2187 But one thing I can do is to describe how you could build the Python module on M1.
More relevant reference issue: https://github.com/actions/runner/issues/805