diff options
author | Daniel Vanzo <daniel.vanzo@external.total.com> | 2020-09-18 10:31:23 +0200 |
---|---|---|
committer | Daniel Vanzo <daniel.vanzo@external.total.com> | 2020-09-22 10:02:52 +0200 |
commit | e1c109910e6f78fce17099c5cbdebd08867b1d8b (patch) | |
tree | 71daa1dbafe3d2f33f5f23ec9b4654846a87a48c /numpy/tests/test_public_api.py | |
parent | 4690248dd48e11e57167da20e54dc21a5d853bfa (diff) | |
download | numpy-e1c109910e6f78fce17099c5cbdebd08867b1d8b.tar.gz |
ENH: Add support for the NVIDIA HPC SDK fortran compiler
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 a9d6da01c..ae00d1fc9 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -251,6 +251,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "distutils.fcompiler.none", "distutils.fcompiler.pathf95", "distutils.fcompiler.pg", + "distutils.fcompiler.nv", "distutils.fcompiler.sun", "distutils.fcompiler.vast", "distutils.from_template", |