diff options
author | David Cournapeau <cournape@gmail.com> | 2011-09-08 11:27:32 -0400 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-09-08 11:27:32 -0400 |
commit | c44c5325f8fcfb0ed82230ae63ea5dee62d348b0 (patch) | |
tree | ca27ae81fcdc676650ff2a9dadfc5e2c46fcea73 /numpy | |
parent | 900d82ecd42932fc62c080341f8c918c9e1125b7 (diff) | |
download | numpy-c44c5325f8fcfb0ed82230ae63ea5dee62d348b0.tar.gz |
MISC: cloadable is not useful anymore.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/bscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/bscript b/numpy/core/bscript index 54aa13430..149ac14a3 100644 --- a/numpy/core/bscript +++ b/numpy/core/bscript @@ -400,7 +400,7 @@ def pbuild(context): # library return context.default_library_builder(library, includes=["src/private", "src/npymath", "include"], - use="cloadable") + use="cshlib") context.register_compiled_library_builder("npymath", builder) def builder_sort(library): |