summaryrefslogtreecommitdiff
path: root/numpy/distutils/armccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded future importsJake Bowhay2022-07-171-2/+0
|
* Update armccompiler.pyThomas Green2021-12-141-3/+3
| | | Remove `-mcpu=native` since it should be decided by the configuration.
* Update armccompiler.pyThomas Green2021-12-021-7/+12
|
* Create armccompiler.pyThomas Green2021-11-161-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.