Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unneeded future imports | Jake Bowhay | 2022-07-17 | 1 | -2/+0 |
| | |||||
* | Update armccompiler.py | Thomas Green | 2021-12-14 | 1 | -3/+3 |
| | | | Remove `-mcpu=native` since it should be decided by the configuration. | ||||
* | Update armccompiler.py | Thomas Green | 2021-12-02 | 1 | -7/+12 |
| | |||||
* | Create armccompiler.py | Thomas Green | 2021-11-16 | 1 | -0/+23 |
From https://gitlab.com/arm-hpc/packages/-/wikis/packages/numpy Added `-fPIC` due to relocation errors when building shared library from static library such as quadmath. |