diff options
author | Tomoki, Karatsu <49965247+t-karatsu@users.noreply.github.com> | 2020-12-03 22:01:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 14:01:43 +0100 |
commit | 4950fd10e678faea859fc8d8bd5d7ea9df2007b1 (patch) | |
tree | 734e469d9c5d199082262a5e0a0ead7101862683 /numpy/tests/test_public_api.py | |
parent | 266a6cfdf47b7065ac2c0ebc660488cdb596cdcb (diff) | |
download | numpy-4950fd10e678faea859fc8d8bd5d7ea9df2007b1.tar.gz |
ENH: add support for fujitsu compiler to numpy. (#17792)
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index a7bd0f115..1382e1c4b 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -243,6 +243,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "distutils.fcompiler.nv", "distutils.fcompiler.sun", "distutils.fcompiler.vast", + "distutils.fcompiler.fujitsu", "distutils.from_template", "distutils.intelccompiler", "distutils.lib2def", |