diff options
author | Nick Papior <nickpapior@gmail.com> | 2015-09-17 22:00:12 +0000 |
---|---|---|
committer | Nick Papior <nickpapior@gmail.com> | 2015-09-17 22:00:12 +0000 |
commit | 62e87ab001710bcafa54786a2b3d413f77398066 (patch) | |
tree | 442157e5374663e5f9e94ec287bfcb8e9315ccb3 /site.cfg.example | |
parent | 772c80b1ce1db7e30497fcf555ac9af56b0d7fce (diff) | |
download | numpy-62e87ab001710bcafa54786a2b3d413f77398066.tar.gz |
ENH: enabled extra_link_args in OpenBLAS segment
The extra_link_args is sadly not intrinsically used
for many parts of the system_info code.
This commit adds the linking properties stored
when using extra_link_args in the openblas section
to bypass any difficulties in the usage of OpenBLAS.
This is especially helpful when linking against external
LAPACK libraries which requires -lgfortran and possibly
-lm for correct linking.
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site.cfg.example b/site.cfg.example index 1324a74d3..64eedb7f9 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -68,7 +68,7 @@ # extra_compile_args = -g -ftree-vectorize # # extra_link_args -# Add additional arguments to when libraries/executables +# Add additional arguments when libraries/executables # are linked. # Simple variable with no parsing done. # Provide a single line with all complete flags. |