diff options
author | yamadafuyuka <yamada.fuyuka@jp.fuijitsu.com> | 2022-12-28 12:59:07 +0900 |
---|---|---|
committer | yamadafuyuka <yamada.fuyuka@jp.fuijitsu.com> | 2023-03-02 17:32:23 +0900 |
commit | fccb005a6c995923d47aeda4e71a1d2a4a07f703 (patch) | |
tree | 3de975cbca65a50a9bb04fc98a63ea971c96251d /doc | |
parent | 80d5aeb986a885b8cc43b27839477a15677bcac8 (diff) | |
download | numpy-fccb005a6c995923d47aeda4e71a1d2a4a07f703.tar.gz |
ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/22982.new_feature.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/22982.new_feature.rst b/doc/release/upcoming_changes/22982.new_feature.rst new file mode 100644 index 000000000..c98f2791c --- /dev/null +++ b/doc/release/upcoming_changes/22982.new_feature.rst @@ -0,0 +1,13 @@ +Fujitsu C/C++ compiler is now supported +---------------------------------------------- +Support for Fujitsu compiler has been added. +To build with Fujitsu compiler, run: + + python setup.py build -c fujitsu + + +SSL2 is now supported +----------------------------------- +Support for SSL2 has been added. SSL2 is a library that provides OpenBLAS compatible GEMM functions. +To enable SSL2, it need to edit site.cfg and build with Fujitsu compiler. +See site.cfg.example. |