diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-12-24 09:48:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 09:48:38 +0200 |
commit | d0248e91fba772ab31ca092d841fd65ab628abca (patch) | |
tree | 4fce07ca22d13b3a7f18a9e4eb92909902eb2f65 /numpy/tests/test_public_api.py | |
parent | 43e333e2ff641f6dce852e46c9c650333b0d4b3d (diff) | |
parent | e6c3f44299453a841e76cf52714168979d0899dd (diff) | |
download | numpy-d0248e91fba772ab31ca092d841fd65ab628abca.tar.gz |
Merge pull request #20416 from ARCCA/armcompiler
ENH: Add ARM Compiler with ARM Performance Library support
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index c9122863c..76deb281c 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -189,6 +189,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "core.shape_base", "core.umath", "core.umath_tests", + "distutils.armccompiler", "distutils.ccompiler", 'distutils.ccompiler_opt', "distutils.command", @@ -214,6 +215,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "distutils.extension", "distutils.fcompiler", "distutils.fcompiler.absoft", + "distutils.fcompiler.arm", "distutils.fcompiler.compaq", "distutils.fcompiler.environment", "distutils.fcompiler.g95", |