diff options
author | David Cournapeau <cournape@gmail.com> | 2008-12-29 03:22:35 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-12-29 03:22:35 +0000 |
commit | af03484647c47d37378ffa7b213bd438f79b0e21 (patch) | |
tree | cddfa3956dca9f8a259834b9fb9907ad0d1b61e0 /numpy/core/SConscript | |
parent | c2c210a6599c50c958564d4bd4eeb6b67dfe551b (diff) | |
download | numpy-af03484647c47d37378ffa7b213bd438f79b0e21.tar.gz |
Define FORCE_NO_LONG_DOUBLE_FORMATTING on win32.
Diffstat (limited to 'numpy/core/SConscript')
-rw-r--r-- | numpy/core/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/core/SConscript b/numpy/core/SConscript index 70d56c902..b611c04c9 100644 --- a/numpy/core/SConscript +++ b/numpy/core/SConscript @@ -211,6 +211,10 @@ if sys.platform=='win32' or os.name=='nt': config.Define('DISTUTILS_USE_SDK', distutils_use_sdk, "define to 1 to disable SMP support ") + if a == "Intel": + config.Define('FORCE_NO_LONG_DOUBLE_FORMATTING', 1, + "define to 1 to force long double format string to the" \ + " same as double (Lg -> g)") #-------------- # Checking Blas #-------------- |