Created
February 15, 2013 19:47
-
-
Save swingley/4962927 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
condor:tixcast derek$ ./sg bootstrap | |
[MSG] Using SUDO to install python requirements | |
[MSG] Please install using Homebrew or some other package manager | |
This script is destructive, and you | |
should ensure you have committed all | |
work before continuing. | |
Are you sure you want to continue? [y/n] | |
yThis script is destructive, and you | |
should ensure you have committed all | |
work before continuing. | |
Are you sure you want to continue? [y/n] | |
y[MSG] Updating repository and submodules | |
[CMD] git pull -q origin master | |
Username for 'https://github.com': ^C | |
condor:tixcast derek$ | |
condor:tixcast derek$ | |
condor:tixcast derek$ | |
condor:tixcast derek$ ssh-keygen | |
Generating public/private rsa key pair. | |
Enter file in which to save the key (/Users/derek/.ssh/id_rsa): key | |
Enter passphrase (empty for no passphrase): | |
Enter same passphrase again: | |
Your identification has been saved in key. | |
Your public key has been saved in key.pub. | |
The key fingerprint is: | |
db:1b:62:2c:ec:32:20:90:5a:12:03:6b:25:71:67:8c [email protected] | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
|oo.ooo | | |
|o.+Eo. | | |
|.= | | |
|= . | | |
|oo S | | |
|o . . . o | | |
| . . o = o | | |
| o. o . o | | |
| o. . | | |
+-----------------+ | |
condor:tixcast derek$ cat ~/.ssh/id_rsa.pub|pbcopy | |
cat: /Users/derek/.ssh/id_rsa.pub: No such file or directory | |
condor:tixcast derek$ cd .ssh | |
-bash: cd: .ssh: No such file or directory | |
condor:tixcast derek$ cd | |
condor:~ derek$ cd .ssh | |
condor:.ssh derek$ ls | |
github_rsa github_rsa.pub known_hosts | |
condor:.ssh derek$ ls -al | |
total 24 | |
drwx------ 5 derek staff 170 Feb 14 08:46 . | |
drwxr-xr-x+ 28 derek staff 952 Feb 15 10:39 .. | |
-rw------- 1 derek staff 1766 Feb 14 08:46 github_rsa | |
-rw-r--r-- 1 derek staff 397 Feb 14 08:46 github_rsa.pub | |
-rw-r--r-- 1 derek staff 407 Feb 14 08:46 known_hosts | |
condor:.ssh derek$ cat ~/.ssh/github_rsa.pub|pbcopy | |
condor:.ssh derek$ pwd | |
/Users/derek/.ssh | |
condor:.ssh derek$ cd | |
condor:~ derek$ cd github/ | |
condor:github derek$ cd tixcast/ | |
condor:tixcast derek$ git remote add origin [email protected]:jack7890/tixcast.git | |
fatal: remote origin already exists. | |
condor:tixcast derek$ git remote rm origin | |
condor:tixcast derek$ git remote add origin [email protected]:jack7890/tixcast.git | |
condor:tixcast derek$ | |
condor:tixcast derek$ | |
condor:tixcast derek$ | |
condor:tixcast derek$ ./sg bootstrap | |
[MSG] Using SUDO to install python requirements | |
[MSG] Please install using Homebrew or some other package manager | |
This script is destructive, and you | |
should ensure you have committed all | |
work before continuing. | |
Are you sure you want to continue? [y/n] | |
yThis script is destructive, and you | |
should ensure you have committed all | |
work before continuing. | |
Are you sure you want to continue? [y/n] | |
y[MSG] Updating repository and submodules | |
[CMD] git pull -q origin master | |
[CMD] git submodule init -q && git submodule update -q | |
[MSG] Making directories writeable | |
[CMD] sudo rm -rf log/* && mkdir -p log && chmod -R 777 log | |
Password: | |
Sorry, try again. | |
Password: | |
Sorry, try again. | |
Password: | |
Sorry, try again. | |
sudo: 3 incorrect password attempts | |
[CMD] sudo rm -rf cache/* && mkdir -p cache && chmod -R 777 cache | |
Password: | |
[CMD] sudo rm -rf cache_persistent/* && mkdir -p cache_persistent && chmod -R 777 cache_persistent | |
[MSG] Symlinking git hooks | |
[CMD] (cd .git && rm -rf hooks && ln -sf ../git_hooks hooks && cd ..) | |
[CMD] git reset -q --hard | |
[MSG] Installing gems for seatgeek | |
[CMD] bundle install --quiet | |
/Users/derek/github/tixcast/bin/setup/helpers: line 4: bundle: command not found | |
[MSG] Running python.bash | |
[CMD] sudo ./utils/python/python.bash | |
Searching for MySQL-python==1.2.3 | |
Reading http://pypi.python.org/simple/MySQL-python/ | |
Reading http://sourceforge.net/projects/mysql-python | |
Reading https://github.com/farcepest/MySQLdb1 | |
Best match: MySQL-python 1.2.3 | |
Downloading http://download.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz | |
Processing MySQL-python-1.2.3.tar.gz | |
Running MySQL-python-1.2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-vtXhUY/MySQL-python-1.2.3/egg-dist-tmp-PnOrn8 | |
sh: mysql_config: command not found | |
Traceback (most recent call last): | |
File "/usr/bin/easy_install-2.7", line 10, in <module> | |
load_entry_point('setuptools==0.6c12dev-r88846', 'console_scripts', 'easy_install')() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 1712, in main | |
with_ei_usage(lambda: | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 1700, in with_ei_usage | |
return f() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 1716, in <lambda> | |
distclass=DistributionWithoutHelpCommands, **kw | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup | |
dist.run_commands() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands | |
self.run_command(cmd) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 211, in run | |
self.easy_install(spec, not self.no_deps) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 446, in easy_install | |
return self.install_item(spec, dist.location, tmpdir, deps) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 476, in install_item | |
dists = self.install_eggs(spec, download, tmpdir) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 655, in install_eggs | |
return self.build_and_install(setup_script, setup_base) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 930, in build_and_install | |
self.run_setup(setup_script, setup_base, args) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 919, in run_setup | |
run_setup(setup_script, args) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 62, in run_setup | |
lambda: execfile( | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 105, in run | |
return func() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 64, in <lambda> | |
{'__file__':setup_script, '__name__':'__main__'} | |
File "setup.py", line 15, in <module> | |
File "/tmp/easy_install-vtXhUY/MySQL-python-1.2.3/setup_posix.py", line 43, in get_config | |
File "/tmp/easy_install-vtXhUY/MySQL-python-1.2.3/setup_posix.py", line 24, in mysql_config | |
EnvironmentError: mysql_config not found | |
Searching for Scrapy==0.14.2 | |
Reading http://pypi.python.org/simple/Scrapy/ | |
Reading http://scrapy.org | |
Best match: Scrapy 0.14.2 | |
Downloading http://pypi.python.org/packages/source/S/Scrapy/Scrapy-0.14.2.tar.gz#md5=aefc425cf5eea31eae029146cf8a8755 | |
Processing Scrapy-0.14.2.tar.gz | |
Running Scrapy-0.14.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-D_VeLY/Scrapy-0.14.2/egg-dist-tmp-aPJlD1 | |
no previously-included directories found matching 'docs/build' | |
warning: no files found matching '*' under directory 'scripts' | |
warning: no files found matching '*' under directory 'examples' | |
zip_safe flag not set; analyzing archive contents... | |
scrapy.cmdline: module references __file__ | |
scrapy.commands.edit: module references __file__ | |
scrapy.commands.genspider: module references __file__ | |
scrapy.commands.genspider: module references __path__ | |
scrapy.commands.startproject: module references __path__ | |
scrapy.settings.default_settings: module references __file__ | |
scrapy.tests.__init__: module references __file__ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | |
symbols = dict.fromkeys(iter_symbols(code)) | |
scrapy.tests.test_utils_iterators: module references __file__ | |
scrapy.tests.test_spidermanager.__init__: module references __file__ | |
scrapy.tests.test_utils_misc.__init__: module references __file__ | |
scrapy.utils.misc: module references __path__ | |
scrapy.utils.py26: module references __file__ | |
scrapy.xlib.ClientForm: module MAY be using inspect.stack | |
Adding Scrapy 0.14.2 to easy-install.pth file | |
Installing scrapy script to /usr/local/bin | |
Installed /Library/Python/2.7/site-packages/Scrapy-0.14.2-py2.7.egg | |
Processing dependencies for Scrapy==0.14.2 | |
Searching for lxml | |
Reading http://pypi.python.org/simple/lxml/ | |
Reading http://codespeak.net/lxml | |
Reading http://lxml.de/ | |
Best match: lxml 3.1.0 | |
Downloading http://lxml.de/files/lxml-3.1.0.tgz | |
Processing lxml-3.1.0.tgz | |
Running lxml-3.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-xwbE3m/lxml-3.1.0/egg-dist-tmp-lRBcS1 | |
Building lxml version 3.1.0. | |
Building without Cython. | |
Using build configuration of libxslt 1.1.26 | |
warning: no files found matching '*.txt' under directory 'src/lxml/tests' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-flat_namespace' | |
src/lxml/lxml.etree.c:41269:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((__pyx_v_c_ns->prefix == NULL)) { | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:41269:33: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((__pyx_v_c_ns->prefix == NULL)) { | |
~ ^ ~ | |
src/lxml/lxml.etree.c:41269:33: note: use '=' to turn this equality comparison into an assignment | |
if ((__pyx_v_c_ns->prefix == NULL)) { | |
^~ | |
= | |
src/lxml/lxml.etree.c:41299:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((__pyx_v_c_ns->href == NULL)) { | |
~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:41299:33: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((__pyx_v_c_ns->href == NULL)) { | |
~ ^ ~ | |
src/lxml/lxml.etree.c:41299:33: note: use '=' to turn this equality comparison into an assignment | |
if ((__pyx_v_c_ns->href == NULL)) { | |
^~ | |
= | |
src/lxml/lxml.etree.c:122279:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((__pyx_v_c_ns_uri == NULL)) { | |
~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:122279:25: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((__pyx_v_c_ns_uri == NULL)) { | |
~ ^ ~ | |
src/lxml/lxml.etree.c:122279:25: note: use '=' to turn this equality comparison into an assignment | |
if ((__pyx_v_c_ns_uri == NULL)) { | |
^~ | |
= | |
src/lxml/lxml.etree.c:138025:72: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' | |
to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types] | |
...*)__pyx_f_4lxml_5etree_12_XSLTContext__copy(((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_self->_context)));... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:135981:138: note: passing argument to parameter '__pyx_v_self' here | |
...*__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) { | |
^ | |
src/lxml/lxml.etree.c:139419:70: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' | |
to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types] | |
...((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_stylesheet->_context))); if (unlikely(!__pyx_t_1))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:135981:138: note: passing argument to parameter '__pyx_v_self' here | |
...*__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) { | |
^ | |
src/lxml/lxml.etree.c:12378:13: warning: function '__pyx_f_4lxml_5etree_displayNode' is not needed and will not be emitted | |
[-Wunneeded-internal-declaration] | |
static void __pyx_f_4lxml_5etree_displayNode(xmlNode *__pyx_v_c_node, PyObject *__pyx_v_indent) { | |
^ | |
6 warnings generated. | |
src/lxml/lxml.etree.c:18512:111: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...= xmlNewCDataBlock(__pyx_v_c_node->doc, (const xmlChar*)PyBytes_AS_STRING(__pyx_t_2), PyBytes_GET_SIZE(__pyx_t_3)); | |
~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/bytesobject.h:8:26: note: expanded from macro | |
'PyBytes_GET_SIZE' | |
#define PyBytes_GET_SIZE PyString_GET_SIZE | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:92:32: note: expanded from macro | |
'PyString_GET_SIZE' | |
#define PyString_GET_SIZE(op) Py_SIZE(op) | |
^~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro | |
'Py_SIZE' | |
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) | |
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:20818:120: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...= xmlDictLookup(__pyx_v_c_doc->dict, (const xmlChar*)PyBytes_AS_STRING(((PyObject *)__pyx_v_tag)), __pyx_t_9); | |
~~~~~~~~~~~~~ ^~~~~~~~~ | |
src/lxml/lxml.etree.c:20878:120: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...= xmlDictExists(__pyx_v_c_doc->dict, (const xmlChar*)PyBytes_AS_STRING(((PyObject *)__pyx_v_tag)), __pyx_t_9); | |
~~~~~~~~~~~~~ ^~~~~~~~~ | |
src/lxml/lxml.etree.c:34160:27: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_text_size = strlen(__pyx_v_msg); | |
~ ^~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:34169:30: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_element_size = strlen(__pyx_v_c_element); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:34243:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_text_size = strlen(__pyx_v_c_text); | |
~ ^~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:34252:28: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_element_size = strlen(__pyx_v_c_element); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:41269:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((__pyx_v_c_ns->prefix == NULL)) { | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:41269:33: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((__pyx_v_c_ns->prefix == NULL)) { | |
~ ^ ~ | |
src/lxml/lxml.etree.c:41269:33: note: use '=' to turn this equality comparison into an assignment | |
if ((__pyx_v_c_ns->prefix == NULL)) { | |
^~ | |
= | |
src/lxml/lxml.etree.c:41299:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((__pyx_v_c_ns->href == NULL)) { | |
~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:41299:33: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((__pyx_v_c_ns->href == NULL)) { | |
~ ^ ~ | |
src/lxml/lxml.etree.c:41299:33: note: use '=' to turn this equality comparison into an assignment | |
if ((__pyx_v_c_ns->href == NULL)) { | |
^~ | |
= | |
src/lxml/lxml.etree.c:55733:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_r = __pyx_t_10; | |
~ ^~~~~~~~~~ | |
src/lxml/lxml.etree.c:57183:31: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_t_2 = __pyx_v_self->_tag_count; | |
~ ~~~~~~~~~~~~~~^~~~~~~~~~ | |
src/lxml/lxml.etree.c:79804:72: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_enc = __pyx_f_4lxml_5etree__findEncodingName(__pyx_v_buffer, __pyx_v_l); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ | |
src/lxml/lxml.etree.c:81243:54: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_v_c_byte_count = (__pyx_v_c_byte_count + __pyx_v_remaining); | |
~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:81261:52: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_v_c_requested = (__pyx_v_c_requested - __pyx_v_remaining); | |
~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:81686:13: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_r = fread(__pyx_v_c_buffer, 1, __pyx_v_c_size, ((FILE *)__pyx_v_ctxt)); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:82064:35: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_c_input->length = PyBytes_GET_SIZE(__pyx_v_data); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/bytesobject.h:8:26: note: expanded from macro | |
'PyBytes_GET_SIZE' | |
#define PyBytes_GET_SIZE PyString_GET_SIZE | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:92:32: note: expanded from macro | |
'PyString_GET_SIZE' | |
#define PyString_GET_SIZE(op) Py_SIZE(op) | |
^~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro | |
'Py_SIZE' | |
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) | |
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:86733:24: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_buffer_len = __pyx_v_py_buffer_len; | |
~ ^~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:87133:80: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_result = htmlCtxtReadMemory(__pyx_v_pctxt, __pyx_v_c_text, __pyx_v_c_len, __pyx_v_c_filename,... | |
~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:87189:79: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_result = xmlCtxtReadMemory(__pyx_v_pctxt, __pyx_v_c_text, __pyx_v_c_len, __pyx_v_c_filename,... | |
~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:103428:127: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...= xmlDictExists(__pyx_v_c_dict, (const xmlChar*)PyBytes_AS_STRING(((PyObject *)__pyx_v_prefix_utf)), __pyx_t_8); | |
~~~~~~~~~~~~~ ^~~~~~~~~ | |
src/lxml/lxml.etree.c:104963:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_v_c_standalone = __pyx_t_5; | |
~ ^~~~~~~~~ | |
src/lxml/lxml.etree.c:106061:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
xmlOutputBufferWrite(__pyx_v_self->_c_out, __pyx_t_2, PyBytes_AS_STRING(((PyObject *)__pyx_v_prefix))); | |
~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ | |
src/lxml/lxml.etree.c:106087:46: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
xmlOutputBufferWrite(__pyx_v_self->_c_out, __pyx_t_2, PyBytes_AS_STRING(((PyObject *)__pyx_v_name))); | |
~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ | |
src/lxml/lxml.etree.c:113154:81: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_error = __pyx_v_self->_parse_chunk(__pyx_v_pctxt, __pyx_v_c_data, __pyx_v_c_data_len, __pyx_v_done); | |
~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:113316:83: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_error = __pyx_v_self->_parse_chunk(__pyx_v_pctxt, __pyx_v_c_data, __pyx_v_c_data_len, __pyx_v_done); | |
~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:122279:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((__pyx_v_c_ns_uri == NULL)) { | |
~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.etree.c:122279:25: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((__pyx_v_c_ns_uri == NULL)) { | |
~ ^ ~ | |
src/lxml/lxml.etree.c:122279:25: note: use '=' to turn this equality comparison into an assignment | |
if ((__pyx_v_c_ns_uri == NULL)) { | |
^~ | |
= | |
src/lxml/lxml.etree.c:138025:72: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' | |
to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types] | |
...*)__pyx_f_4lxml_5etree_12_XSLTContext__copy(((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_self->_context)));... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:135981:138: note: passing argument to parameter '__pyx_v_self' here | |
...*__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) { | |
^ | |
src/lxml/lxml.etree.c:139196:146: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...char *)xmlDictLookup(__pyx_v_c_dict, (const xmlChar*)PyBytes_AS_STRING(((PyObject *)__pyx_v_k)), __pyx_t_13)); | |
~~~~~~~~~~~~~ ^~~~~~~~~~ | |
src/lxml/lxml.etree.c:139219:146: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...char *)xmlDictLookup(__pyx_v_c_dict, (const xmlChar*)PyBytes_AS_STRING(((PyObject *)__pyx_v_v)), __pyx_t_13)); | |
~~~~~~~~~~~~~ ^~~~~~~~~~ | |
src/lxml/lxml.etree.c:139419:70: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' | |
to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types] | |
...((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_stylesheet->_context))); if (unlikely(!__pyx_t_1))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/lxml/lxml.etree.c:135981:138: note: passing argument to parameter '__pyx_v_self' here | |
...*__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) { | |
^ | |
src/lxml/lxml.etree.c:12378:13: warning: function '__pyx_f_4lxml_5etree_displayNode' is not needed and will not be emitted | |
[-Wunneeded-internal-declaration] | |
static void __pyx_f_4lxml_5etree_displayNode(xmlNode *__pyx_v_c_node, PyObject *__pyx_v_indent) { | |
^ | |
31 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-flat_namespace' | |
src/lxml/lxml.objectify.c:5389:108: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...xmlDictExists(__pyx_v_c_node->doc->dict, (const xmlChar*)PyBytes_AS_STRING(__pyx_v_tag), PyBytes_GET_SIZE(__pyx_v_tag)... | |
~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/bytesobject.h:8:26: note: expanded from macro | |
'PyBytes_GET_SIZE' | |
#define PyBytes_GET_SIZE PyString_GET_SIZE | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:92:32: note: expanded from macro | |
'PyString_GET_SIZE' | |
#define PyString_GET_SIZE(op) Py_SIZE(op) | |
^~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro | |
'Py_SIZE' | |
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) | |
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
src/lxml/lxml.objectify.c:19671:19: warning: implicit conversion loses integer precision: 'long' to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_t_4 = __pyx_v_istree; | |
~ ^~~~~~~~~~~~~~ | |
src/lxml/lxml.objectify.c:23260:135: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...__pyx_f_4lxml_9objectify__findObjectPath(__pyx_v_root, __pyx_v_self->_c_path, __pyx_v_self->_path_len, __pyx_v_default, __pyx_v_use_default... | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
Adding lxml 3.1.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/lxml-3.1.0-py2.7-macosx-10.8-intel.egg | |
Searching for w3lib | |
Reading http://pypi.python.org/simple/w3lib/ | |
Reading http://github.com/scrapy/w3lib | |
Best match: w3lib 1.2 | |
Downloading http://pypi.python.org/packages/source/w/w3lib/w3lib-1.2.tar.gz#md5=f929d5973a9fda59587b09a72f185a9e | |
Processing w3lib-1.2.tar.gz | |
Running w3lib-1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ia2WzK/w3lib-1.2/egg-dist-tmp-OhvEHJ | |
zip_safe flag not set; analyzing archive contents... | |
Adding w3lib 1.2 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/w3lib-1.2-py2.7.egg | |
Finished processing dependencies for Scrapy==0.14.2 | |
Searching for sqlalchemy==0.6.6 | |
Reading http://pypi.python.org/simple/sqlalchemy/ | |
Reading http://www.sqlalchemy.org | |
Best match: SQLAlchemy 0.6.6 | |
Downloading http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.6.6.tar.gz#md5=359f02242c52e92aa881c36c8e3720d8 | |
Processing SQLAlchemy-0.6.6.tar.gz | |
Running SQLAlchemy-0.6.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-syyinf/SQLAlchemy-0.6.6/egg-dist-tmp-BzVQHH | |
warning: no files found matching '*.jpg' under directory 'doc' | |
no previously-included directories found matching 'doc/build/output' | |
zip_safe flag not set; analyzing archive contents... | |
sqlalchemy.dialects.mysql.base: module MAY be using inspect.stack | |
sqlalchemy.test.orm: module MAY be using inspect.getframeinfo | |
sqlalchemy.test.orm: module MAY be using inspect.stack | |
Adding SQLAlchemy 0.6.6 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/SQLAlchemy-0.6.6-py2.7.egg | |
Processing dependencies for sqlalchemy==0.6.6 | |
Finished processing dependencies for sqlalchemy==0.6.6 | |
Searching for lxml==2.3.1 | |
Reading http://pypi.python.org/simple/lxml/ | |
Reading http://codespeak.net/lxml | |
Reading http://lxml.de/ | |
Best match: lxml 2.3.1 | |
Downloading http://lxml.de/files/lxml-2.3.1.tgz | |
Processing lxml-2.3.1.tgz | |
Running lxml-2.3.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_0vELd/lxml-2.3.1/egg-dist-tmp-wVfsFk | |
Building lxml version 2.3.1. | |
Building without Cython. | |
Using build configuration of libxslt 1.1.26 | |
Removing lxml 3.1.0 from easy-install.pth file | |
Adding lxml 2.3.1 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/lxml-2.3.1-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for lxml==2.3.1 | |
Finished processing dependencies for lxml==2.3.1 | |
Searching for libxml | |
Reading http://pypi.python.org/simple/libxml/ | |
Couldn't find index page for 'libxml' (maybe misspelled?) | |
Scanning index of all packages (this may take a while) | |
Reading http://pypi.python.org/simple/ | |
No local packages or download links found for libxml | |
error: Could not find suitable distribution for Requirement.parse('libxml') | |
Searching for blist==1.3.4 | |
Reading http://pypi.python.org/simple/blist/ | |
Reading http://stutzbachenterprises.com/blist/ | |
Best match: blist 1.3.4 | |
Downloading http://pypi.python.org/packages/source/b/blist/blist-1.3.4.tar.gz#md5=02e8bf33cffec9cc802f4567f39ffa6f | |
Processing blist-1.3.4.tar.gz | |
Running blist-1.3.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-X_hMb5/blist-1.3.4/egg-dist-tmp-c2YpyT | |
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.12.tar.gz | |
Extracting in /tmp/easy_install-X_hMb5/blist-1.3.4/temp/tmpLlZqJZ | |
Now working in /tmp/easy_install-X_hMb5/blist-1.3.4/temp/tmpLlZqJZ/distribute-0.6.12 | |
Building a Distribute egg in /private/tmp/easy_install-X_hMb5/blist-1.3.4 | |
/private/tmp/easy_install-X_hMb5/blist-1.3.4/distribute-0.6.12-py2.7.egg | |
warning: no files found matching 'blist.rst' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
_blist.c:1525:50: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
newl = root->dirty_length*2; | |
~ ~~~~~~~~~~~~~~~~~~^~ | |
_blist.c:1537:32: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
for (i = root->dirty_length; i < newl; i += 2) { | |
~ ~~~~~~^~~~~~~~~~~~ | |
_blist.c:1717:43: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32] | |
bit = highest_set_bit((root->n-1) / INDEX_FACTOR); | |
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
_blist.c:1812:43: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32] | |
bit = highest_set_bit((root->n-1) / INDEX_FACTOR); | |
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
_blist.c:2003:49: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32] | |
highest_set_bit((root->n-1)) * 2, | |
~~~~~~~~~~~~~~~ ~~~~~~~^~ | |
_blist.c:2536:43: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_right(self, i, 1); | |
~~~~~~~~~~~ ^ | |
_blist.c:2543:55: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
return _blist(blist_insert_here(self, i, item)); | |
~~~~~~~~~~~~~~~~~ ^ | |
_blist.c:1054:22: note: expanded from macro '_blist' | |
#define _blist(ret) (ret) | |
^ | |
_blist.c:2567:37: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(self, self->n, other, 0, other->n); | |
~~~~~~~ ~~~~~~^ | |
_blist.c:2567:57: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(self, self->n, other, 0, other->n); | |
~~~~~~~ ~~~~~~~^ | |
_blist.c:2569:44: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
self->num_children = self->n; | |
~ ~~~~~~^ | |
_blist.c:2625:46: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
blist_forget_children2(self, i, j); | |
~~~~~~~~~~~~~~~~~~~~~~ ^ | |
_blist.c:2625:49: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
blist_forget_children2(self, i, j); | |
~~~~~~~~~~~~~~~~~~~~~~ ^ | |
_blist.c:2859:19: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
iter->i = start; | |
~ ^~~~~ | |
_blist.c:3043:51: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
int extra = iter->stack[0].lst->n - iter->stack[0].i; | |
~~~~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ | |
_blist.c:3115:24: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
iter->i = start-1; | |
~ ~~~~~^~ | |
_blist.c:3197:36: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
it->iter.i = seq->n-1; | |
~ ~~~~~~^~ | |
_blist.c:3541:64: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'unsigned int' | |
[-Wshorten-64-to-32] | |
forest_max_trees[num_free_forests++] = forest->max_trees; | |
~ ~~~~~~~~^~~~~~~~~ | |
_blist.c:3554:64: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'unsigned int' | |
[-Wshorten-64-to-32] | |
forest_max_trees[num_free_forests++] = forest->max_trees; | |
~ ~~~~~~~~^~~~~~~~~ | |
_blist.c:3643:38: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
self->num_children = n; | |
~ ^ | |
_blist.c:3676:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
i = dst - cur->children; | |
~ ~~~~^~~~~~~~~~~~~~~ | |
_blist.c:4305:38: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
xcopyref(rv, so_far, rv, 0, so_far); | |
~~~~~~~~ ^~~~~~ | |
_blist.c:4305:53: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
xcopyref(rv, so_far, rv, 0, so_far); | |
~~~~~~~~ ^~~~~~ | |
_blist.c:4308:30: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
xcopyref(rv, so_far, rv, 0, (fitn - so_far)); | |
~~~~~~~~ ^~~~~~ | |
_blist.c:4308:51: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
xcopyref(rv, so_far, rv, 0, (fitn - so_far)); | |
~~~~~~~~ ~~~~~^~~~~~~~ | |
_blist.c:4310:36: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
rv->num_children = fitn; | |
~ ^~~~ | |
_blist.c:4329:55: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
xcopyref(remainder, 0, rv, 0, remainder_n); | |
~~~~~~~~ ^~~~~~~~~~~ | |
_blist.c:4330:51: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
remainder->num_children = remainder_n; | |
~ ^~~~~~~~~~~ | |
_blist.c:4437:34: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
ridx = INDEX_LENGTH(self)-1; | |
~ ~~~~~~~~~~~~~~~~~~^~ | |
_blist.c:5007:39: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
int low = run - array; | |
~~~ ~~~~^~~~~~~ | |
_blist.c:5144:46: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
do_fast_merge(out, in1, in2, n1, n2); | |
~~~~~~~~~~~~~ ^~ | |
_blist.c:5144:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
do_fast_merge(out, in1, in2, n1, n2); | |
~~~~~~~~~~~~~ ^~ | |
_blist.c:5147:46: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
do_fast_merge(out, in1, in2, n1, n2); | |
~~~~~~~~~~~~~ ^~ | |
_blist.c:5147:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
do_fast_merge(out, in1, in2, n1, n2); | |
~~~~~~~~~~~~~ ^~ | |
_blist.c:5158:46: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
do_fast_merge(out, in2, in1, n2, n1); | |
~~~~~~~~~~~~~ ^~ | |
_blist.c:5158:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
do_fast_merge(out, in2, in1, n2, n1); | |
~~~~~~~~~~~~~ ^~ | |
_blist.c:5179:27: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
return n1 + n2; | |
~~~~~~ ~~~^~~~ | |
_blist.c:5238:39: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
nout = append_and_squish(out, nout, output); | |
~~~~~~~~~~~~~~~~~ ^~~~ | |
_blist.c:5242:35: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_left(leaf1, i, i); | |
~~~~~~~~~~ ^ | |
_blist.c:5242:38: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_left(leaf1, i, i); | |
~~~~~~~~~~ ^ | |
_blist.c:5245:47: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
nout = append_and_squish(out, nout, leaf1); | |
~~~~~~~~~~~~~~~~~ ^~~~ | |
_blist.c:5252:35: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_left(leaf2, j, j); | |
~~~~~~~~~~ ^ | |
_blist.c:5252:38: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_left(leaf2, j, j); | |
~~~~~~~~~~ ^ | |
_blist.c:5255:47: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
nout = append_and_squish(out, nout, leaf2); | |
~~~~~~~~~~~~~~~~~ ^~~~ | |
_blist.c:5261:36: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
nout = balance_last_2(out, nout); | |
~~~~~~~~~~~~~~ ^~~~ | |
_blist.c:5281:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
return nout; | |
~~~~~~ ^~~~ | |
_blist.c:5530:49: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
err = wrap_leaf_array(sortarray, leafs, leafs_n, self->n, keyfunc, | |
~~~~~~~~~~~~~~~ ^~~~~~~ | |
_blist.c:5530:64: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
err = wrap_leaf_array(sortarray, leafs, leafs_n, self->n, keyfunc, | |
~~~~~~~~~~~~~~~ ~~~~~~^ | |
_blist.c:5561:42: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
unwrap_leaf_array(leafs, leafs_n, self->n, sortarray); | |
~~~~~~~~~~~~~~~~~ ^~~~~~~ | |
_blist.c:5561:57: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
unwrap_leaf_array(leafs, leafs_n, self->n, sortarray); | |
~~~~~~~~~~~~~~~~~ ~~~~~~^ | |
_blist.c:5569:51: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
unwrap_leaf_array(leafs, 1, self->n, sortarray); | |
~~~~~~~~~~~~~~~~~ ~~~~~~^ | |
_blist.c:5580:42: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
unwrap_leaf_array(leafs, leafs_n, self->n, sortarray); | |
~~~~~~~~~~~~~~~~~ ^~~~~~~ | |
_blist.c:5580:57: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
unwrap_leaf_array(leafs, leafs_n, self->n, sortarray); | |
~~~~~~~~~~~~~~~~~ ~~~~~~^ | |
_blist.c:5581:56: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
i = blist_init_from_child_array(leafs, leafs_n); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~ | |
_blist.c:5871:43: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_right(self, ihigh, net); | |
~~~~~~~~~~~ ^~~~~ | |
_blist.c:5871:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_right(self, ihigh, net); | |
~~~~~~~~~~~ ^~~ | |
_blist.c:5873:42: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_left(self, ihigh, -net); | |
~~~~~~~~~~ ^~~~~ | |
_blist.c:5873:49: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_left(self, ihigh, -net); | |
~~~~~~~~~~ ^~~~ | |
_blist.c:5875:31: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(self, ilow, other, 0, other->n); | |
~~~~~~~ ^~~~ | |
_blist.c:5875:54: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(self, ilow, other, 0, other->n); | |
~~~~~~~ ~~~~~~~^ | |
_blist.c:5937:51: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
shift_left(self, i+1, 1); | |
~~~~~~~~~~ ~^~ | |
_blist.c:6191:38: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(rv, 0, self, ilow, delta); | |
~~~~~~~ ^~~~ | |
_blist.c:6191:44: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(rv, 0, self, ilow, delta); | |
~~~~~~~ ^~~~~ | |
_blist.c:6192:36: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
rv->num_children = delta; | |
~ ^~~~~ | |
_blist.c:6298:59: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(rv, 0, blist1, 0, blist1->n); | |
~~~~~~~ ~~~~~~~~^ | |
_blist.c:6299:45: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(rv, blist1->n, blist2, 0, blist2->n); | |
~~~~~~~ ~~~~~~~~^ | |
_blist.c:6299:67: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
copyref(rv, blist1->n, blist2, 0, blist2->n); | |
~~~~~~~ ~~~~~~~~^ | |
_blist.c:6300:62: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
rv->n = rv->num_children = blist1->n + blist2->n; | |
~ ~~~~~~~~~~^~~~~~~~~~~ | |
_blist.c:6589:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
ret = sort(&saved, compare, keyfunc); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_blist.c:6837:35: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
shift_right(self, i, 1); | |
~~~~~~~~~~~ ^ | |
_blist.c:7023:30: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
self->num_children = PyList_GET_SIZE(state); | |
~ ^~~~~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro | |
'PyList_GET_SIZE' | |
#define PyList_GET_SIZE(op) Py_SIZE(op) | |
^~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro | |
'Py_SIZE' | |
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) | |
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
70 warnings generated. | |
Adding blist 1.3.4 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/blist-1.3.4-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for blist==1.3.4 | |
Finished processing dependencies for blist==1.3.4 | |
Searching for timelib==0.2.2 | |
Reading http://pypi.python.org/simple/timelib/ | |
Reading http://github.com/schmir/timelib/tree/master | |
Reading https://github.com/pediapress/timelib/ | |
Best match: timelib 0.2.2 | |
Downloading http://pypi.python.org/packages/source/t/timelib/timelib-0.2.2.tar.gz#md5=0764b0c58815b418e90df2bfd7ccc99a | |
Processing timelib-0.2.2.tar.gz | |
Running timelib-0.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-xSX5Yu/timelib-0.2.2/egg-dist-tmp-uuaxWz | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
ext-date-lib/dow.c:88:37: warning: implicit conversion loses integer precision: 'long long' to 'int' [-Wshorten-64-to-32] | |
doy = timelib_day_of_year(y, m, d) + 1; | |
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
ext-date-lib/dow.c:92:16: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'int' | |
[-Wshorten-64-to-32] | |
jan1weekday = timelib_day_of_week(y, 1, 1); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext-date-lib/dow.c:93:12: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'int' | |
[-Wshorten-64-to-32] | |
weekday = timelib_day_of_week(y, m, d); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
ext-date-lib/dow.c:88:37: warning: implicit conversion loses integer precision: 'long long' to 'int' [-Wshorten-64-to-32] | |
doy = timelib_day_of_year(y, m, d) + 1; | |
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
ext-date-lib/dow.c:92:16: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'int' | |
[-Wshorten-64-to-32] | |
jan1weekday = timelib_day_of_week(y, 1, 1); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext-date-lib/dow.c:93:12: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'int' | |
[-Wshorten-64-to-32] | |
weekday = timelib_day_of_week(y, m, d); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from ext-date-lib/parse_date.c:175: | |
ext-date-lib/fallbackmap.h:29:17: warning: implicit conversion from 'double' to 'int' changes value from 5.5 to 5 | |
[-Wliteral-conversion] | |
{ "ist", 0, 5.5, "Asia/Calcutta" }, | |
~ ^~~ | |
ext-date-lib/fallbackmap.h:30:16: warning: implicit conversion from 'double' to 'int' changes value from 5.75 to 5 | |
[-Wliteral-conversion] | |
{ "npt", 0, 5.75, "Asia/Katmandu" }, | |
~ ^~~~ | |
ext-date-lib/fallbackmap.h:37:16: warning: implicit conversion from 'double' to 'int' changes value from 10.5 to 10 | |
[-Wliteral-conversion] | |
{ "cst", 1, 10.5, "Australia/Adelaide" }, | |
~ ^~~~ | |
3 warnings generated. | |
In file included from ext-date-lib/parse_date.c:175: | |
ext-date-lib/fallbackmap.h:29:17: warning: implicit conversion from 'double' to 'int' changes value from 5.5 to 5 | |
[-Wliteral-conversion] | |
{ "ist", 0, 5.5, "Asia/Calcutta" }, | |
~ ^~~ | |
ext-date-lib/fallbackmap.h:30:16: warning: implicit conversion from 'double' to 'int' changes value from 5.75 to 5 | |
[-Wliteral-conversion] | |
{ "npt", 0, 5.75, "Asia/Katmandu" }, | |
~ ^~~~ | |
ext-date-lib/fallbackmap.h:37:16: warning: implicit conversion from 'double' to 'int' changes value from 10.5 to 10 | |
[-Wliteral-conversion] | |
{ "cst", 1, 10.5, "Australia/Adelaide" }, | |
~ ^~~~ | |
ext-date-lib/parse_date.c:339:87: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; | |
~ ~~~~~~~^~~~~~~~ | |
ext-date-lib/parse_date.c:348:83: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; | |
~ ~~~~~~~^~~~~~~~ | |
ext-date-lib/parse_date.c:921:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext-date-lib/parse_date.c:5599:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext-date-lib/parse_date.c:12886:17: warning: implicit conversion loses integer precision: 'long' to 'int' | |
[-Wshorten-64-to-32] | |
s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext-date-lib/parse_date.c:14939:16: warning: implicit conversion loses integer precision: 'long' to 'int' | |
[-Wshorten-64-to-32] | |
s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext-date-lib/parse_date.c:16301:18: warning: implicit conversion loses integer precision: 'long' to 'int' | |
[-Wshorten-64-to-32] | |
...s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext-date-lib/parse_date.c:18624:17: warning: implicit conversion loses integer precision: 'long' to 'int' | |
[-Wshorten-64-to-32] | |
s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
11 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
timelib.c:458:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
timelib.c:861:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
timelib.c:942:41: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'long' | |
[-Wshorten-64-to-32] | |
__pyx_t_4 = PyInt_FromLong(__pyx_v_t->y); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno =... | |
~~~~~~~~~~~~~~ ~~~~~~~~~~~^ | |
timelib.c:944:41: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'long' | |
[-Wshorten-64-to-32] | |
__pyx_t_5 = PyInt_FromLong(__pyx_v_t->m); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno =... | |
~~~~~~~~~~~~~~ ~~~~~~~~~~~^ | |
timelib.c:946:41: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'long' | |
[-Wshorten-64-to-32] | |
__pyx_t_6 = PyInt_FromLong(__pyx_v_t->d); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno =... | |
~~~~~~~~~~~~~~ ~~~~~~~~~~~^ | |
timelib.c:948:41: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'long' | |
[-Wshorten-64-to-32] | |
__pyx_t_7 = PyInt_FromLong(__pyx_v_t->h); if (unlikely(!__pyx_t_7)) {__pyx_filename = __pyx_f[0]; __pyx_lineno =... | |
~~~~~~~~~~~~~~ ~~~~~~~~~~~^ | |
timelib.c:950:41: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'long' | |
[-Wshorten-64-to-32] | |
__pyx_t_8 = PyInt_FromLong(__pyx_v_t->i); if (unlikely(!__pyx_t_8)) {__pyx_filename = __pyx_f[0]; __pyx_lineno =... | |
~~~~~~~~~~~~~~ ~~~~~~~~~~~^ | |
timelib.c:952:41: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'long' | |
[-Wshorten-64-to-32] | |
__pyx_t_9 = PyInt_FromLong(__pyx_v_t->s); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno =... | |
~~~~~~~~~~~~~~ ~~~~~~~~~~~^ | |
timelib.c:1057:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
timelib.c:1121:31: warning: implicit conversion loses integer precision: 'timelib_sll' (aka 'long long') to 'long' | |
[-Wshorten-64-to-32] | |
__pyx_v_retval = __pyx_v_t->sse; | |
~ ~~~~~~~~~~~^~~ | |
10 warnings generated. | |
timelib.c:458:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
timelib.c:557:44: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_t = timelib_strtotime(__pyx_v_s, __pyx_t_1, (&__pyx_v_error), timelib_builtin_db()); | |
~~~~~~~~~~~~~~~~~ ^~~~~~~~~ | |
timelib.c:861:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
timelib.c:1057:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
4 warnings generated. | |
Adding timelib 0.2.2 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/timelib-0.2.2-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for timelib==0.2.2 | |
Finished processing dependencies for timelib==0.2.2 | |
Searching for pytz==2011j | |
Reading http://pypi.python.org/simple/pytz/ | |
Reading http://pytz.sourceforge.net | |
Reading http://sourceforge.net/project/showfiles.php?group_id=79122 | |
Reading http://www.stuartbishop.net/Software/pytz | |
Reading http://sourceforge.net/projects/pytz/ | |
Best match: pytz 2011j | |
Downloading http://pypi.python.org/packages/2.7/p/pytz/pytz-2011j-py2.7.egg#md5=99dc205819be03d0d098d388c75bc508 | |
Processing pytz-2011j-py2.7.egg | |
Moving pytz-2011j-py2.7.egg to /Library/Python/2.7/site-packages | |
Adding pytz 2011j to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/pytz-2011j-py2.7.egg | |
Processing dependencies for pytz==2011j | |
Finished processing dependencies for pytz==2011j | |
Searching for simplejson==2.1.1 | |
Reading http://pypi.python.org/simple/simplejson/ | |
Reading http://undefined.org/python/#simplejson | |
Reading http://github.com/simplejson/simplejson | |
Best match: simplejson 2.1.1 | |
Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89 | |
Processing simplejson-2.1.1.tar.gz | |
Running simplejson-2.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Hh020G/simplejson-2.1.1/egg-dist-tmp-hDBMo0 | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
Adding simplejson 2.1.1 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/simplejson-2.1.1-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for simplejson==2.1.1 | |
Finished processing dependencies for simplejson==2.1.1 | |
Searching for BeautifulSoup==3.2.0 | |
Reading http://pypi.python.org/simple/BeautifulSoup/ | |
Reading http://www.crummy.com/software/BeautifulSoup/ | |
Reading http://www.crummy.com/software/BeautifulSoup/download/ | |
Reading http://www.crummy.com/software/BeautifulSoup/bs3/ | |
Reading http://www.crummy.com/software/BeautifulSoup/bs3/download/ | |
Best match: BeautifulSoup 3.2.0 | |
Downloading http://www.crummy.com/software/BeautifulSoup/bs3/download/3.x/BeautifulSoup-3.2.0.tar.gz | |
Processing BeautifulSoup-3.2.0.tar.gz | |
Running BeautifulSoup-3.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-NLNcDR/BeautifulSoup-3.2.0/egg-dist-tmp-_jMkjJ | |
zip_safe flag not set; analyzing archive contents... | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | |
symbols = dict.fromkeys(iter_symbols(code)) | |
Adding BeautifulSoup 3.2.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/BeautifulSoup-3.2.0-py2.7.egg | |
Processing dependencies for BeautifulSoup==3.2.0 | |
Finished processing dependencies for BeautifulSoup==3.2.0 | |
Searching for web.py==0.36 | |
Reading http://pypi.python.org/simple/web.py/ | |
Reading http://webpy.org/ | |
Best match: web.py 0.36 | |
Downloading http://pypi.python.org/packages/source/w/web.py/web.py-0.36.tar.gz#md5=3f9ee778c5c34357a0233c1f0e024d00 | |
Processing web.py-0.36.tar.gz | |
Running web.py-0.36/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tTxs5T/web.py-0.36/egg-dist-tmp-p0iW28 | |
zip_safe flag not set; analyzing archive contents... | |
web.application: module references __file__ | |
web.debugerror: module references __file__ | |
Adding web.py 0.36 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/web.py-0.36-py2.7.egg | |
Processing dependencies for web.py==0.36 | |
Finished processing dependencies for web.py==0.36 | |
Searching for flup==1.0 | |
Reading http://pypi.python.org/simple/flup/ | |
Reading http://www.saddi.com/software/flup/ | |
Best match: flup 1.0 | |
Downloading http://pypi.python.org/packages/source/f/flup/flup-1.0.tar.gz#md5=530801fe835fd9a680457e443eb95578 | |
Processing flup-1.0.tar.gz | |
Running flup-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-J01v0w/flup-1.0/egg-dist-tmp-RYxtcg | |
Adding flup 1.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/flup-1.0-py2.7.egg | |
Processing dependencies for flup==1.0 | |
Finished processing dependencies for flup==1.0 | |
Searching for suds==0.4 | |
Reading http://pypi.python.org/simple/suds/ | |
Reading https://fedorahosted.org/suds | |
Best match: suds 0.4 | |
Downloading http://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz#md5=b7502de662341ed7275b673e6bd73191 | |
Processing suds-0.4.tar.gz | |
Running suds-0.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Nu1dVL/suds-0.4/egg-dist-tmp-EcaDak | |
zip_safe flag not set; analyzing archive contents... | |
Adding suds 0.4 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/suds-0.4-py2.7.egg | |
Processing dependencies for suds==0.4 | |
Finished processing dependencies for suds==0.4 | |
Searching for Unidecode==0.04.9 | |
Reading http://pypi.python.org/simple/Unidecode/ | |
Reading http://code.zemanta.com/tsolc/unidecode/ | |
Best match: Unidecode 0.04.9 | |
Downloading http://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.9.tar.gz#md5=c156f2cf31dd186532f8b993629b5b91 | |
Processing Unidecode-0.04.9.tar.gz | |
Running Unidecode-0.04.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Nry5Yp/Unidecode-0.04.9/egg-dist-tmp-rnft6n | |
zip_safe flag not set; analyzing archive contents... | |
Adding Unidecode 0.04.9 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/Unidecode-0.04.9-py2.7.egg | |
Processing dependencies for Unidecode==0.04.9 | |
Finished processing dependencies for Unidecode==0.04.9 | |
Searching for redis==2.4.11 | |
Reading http://pypi.python.org/simple/redis/ | |
Reading http://github.com/andymccurdy/redis-py | |
Best match: redis 2.4.11 | |
Downloading http://cloud.github.com/downloads/andymccurdy/redis-py/redis-2.4.11.tar.gz | |
Processing redis-2.4.11.tar.gz | |
Running redis-2.4.11/setup.py -q bdist_egg --dist-dir /tmp/easy_install-86W3bR/redis-2.4.11/egg-dist-tmp-hdyjKX | |
zip_safe flag not set; analyzing archive contents... | |
Adding redis 2.4.11 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/redis-2.4.11-py2.7.egg | |
Processing dependencies for redis==2.4.11 | |
Finished processing dependencies for redis==2.4.11 | |
Searching for requests==0.13.7 | |
Reading http://pypi.python.org/simple/requests/ | |
Reading http://python-requests.org | |
Reading https://github.com/kennethreitz/requests | |
Best match: requests 0.13.7 | |
Downloading http://pypi.python.org/packages/source/r/requests/requests-0.13.7.tar.gz#md5=9212044f915d44fe3010cb923c0e08e5 | |
Processing requests-0.13.7.tar.gz | |
Running requests-0.13.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7MSUsN/requests-0.13.7/egg-dist-tmp-8plYSX | |
error: SandboxViolation: chmod('/Users/derek/.python-eggs/simplejson-2.1.1-py2.7-macosx-10.8-intel.egg-tmp/simplejson/tmpHC5SHc.$extract', 493) {} | |
The package setup script has attempted to modify files on your system | |
that are not within the EasyInstall build area, and has been aborted. | |
This package cannot be safely installed by EasyInstall, and may not | |
support alternate installation locations even if you run its setup | |
script by hand. Please inform the package's author and the EasyInstall | |
maintainers to find out if a fix or workaround is available. | |
Searching for grequests==0.1.0 | |
Reading http://pypi.python.org/simple/grequests/ | |
Reading https://github.com/kennethreitz/grequests | |
Best match: grequests 0.1.0 | |
Downloading http://pypi.python.org/packages/source/g/grequests/grequests-0.1.0.tar.gz#md5=493e63ef6c28d59bc4620cd872f136a0 | |
Processing grequests-0.1.0.tar.gz | |
Running grequests-0.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-gaK9Sw/grequests-0.1.0/egg-dist-tmp-8_0ygU | |
Adding grequests 0.1.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/grequests-0.1.0-py2.7.egg | |
Processing dependencies for grequests==0.1.0 | |
Finished processing dependencies for grequests==0.1.0 | |
Searching for pymongo==2.0 | |
Reading http://pypi.python.org/simple/pymongo/ | |
Reading http://github.com/mongodb/mongo-python-driver | |
Best match: pymongo 2.0 | |
Downloading http://pypi.python.org/packages/2.7/p/pymongo/pymongo-2.0-py2.7-macosx-10.7-intel.egg#md5=59979b9e84224e9dc5a21e2a1f2f690e | |
Processing pymongo-2.0-py2.7-macosx-10.7-intel.egg | |
Moving pymongo-2.0-py2.7-macosx-10.7-intel.egg to /Library/Python/2.7/site-packages | |
Adding pymongo 2.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/pymongo-2.0-py2.7-macosx-10.7-intel.egg | |
Processing dependencies for pymongo==2.0 | |
Finished processing dependencies for pymongo==2.0 | |
Searching for ujson==1.9 | |
Reading http://pypi.python.org/simple/ujson/ | |
Reading https://github.com/jskorpan/ultrajson | |
Reading http://www.esn.me | |
Reading https://github.com/esnme/ultrajson | |
Reading http://github.com/esnme/ultrajson | |
Best match: ujson 1.9 | |
Downloading http://pypi.python.org/packages/source/u/ujson/ujson-1.9.zip#md5=ec50f48b01828ec14a7de8e29c844a12 | |
Processing ujson-1.9.zip | |
Running ujson-1.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-X08QeI/ujson-1.9/egg-dist-tmp-CGQnm9 | |
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/extension.py:133: UserWarning: Unknown Extension options: 'headers' | |
warnings.warn(msg) | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from objToJSON.c:4: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:136:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
objToJSON.c:102:12: warning: unused variable 'obj' [-Wunused-variable] | |
PyObject *obj = (PyObject *) _obj; | |
^ | |
objToJSON.c:695:3: warning: incompatible pointer types initializing 'void (*)(JSOBJ, JSONTypeContext *)' with an expression | |
of type 'void (PyObject *, JSONTypeContext *)' [-Wincompatible-pointer-types] | |
Object_beginTypeContext, //void (*beginTypeContext)(JSOBJ obj, JSONTypeContext *tc); | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
objToJSON.c:706:3: warning: incompatible pointer types initializing 'void (*)(JSOBJ)' with an expression of type | |
'void (JSOBJ *)' [-Wincompatible-pointer-types] | |
Object_releaseObject, //void (*releaseValue)(JSONTypeContext *ti); | |
^~~~~~~~~~~~~~~~~~~~ | |
objToJSON.c:93:14: warning: unused function 'PyIntToINT64' [-Wunused-function] | |
static void *PyIntToINT64(JSOBJ _obj, JSONTypeContext *tc, void *outValue, size_t *_outLen) | |
^ | |
5 warnings generated. | |
In file included from objToJSON.c:4: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:140:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
objToJSON.c:89:28: warning: implicit conversion loses integer precision: 'long' to 'JSINT32' (aka 'int') [-Wshorten-64-to-32] | |
*((JSINT32 *) outValue) = PyInt_AS_LONG (obj); | |
~ ^~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:51:51: note: expanded from macro | |
'PyInt_AS_LONG' | |
#define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival) | |
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
objToJSON.c:102:12: warning: unused variable 'obj' [-Wunused-variable] | |
PyObject *obj = (PyObject *) _obj; | |
^ | |
objToJSON.c:695:3: warning: incompatible pointer types initializing 'void (*)(JSOBJ, JSONTypeContext *)' with an expression | |
of type 'void (PyObject *, JSONTypeContext *)' [-Wincompatible-pointer-types] | |
Object_beginTypeContext, //void (*beginTypeContext)(JSOBJ obj, JSONTypeContext *tc); | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
objToJSON.c:706:3: warning: incompatible pointer types initializing 'void (*)(JSOBJ)' with an expression of type | |
'void (JSOBJ *)' [-Wincompatible-pointer-types] | |
Object_releaseObject, //void (*releaseValue)(JSONTypeContext *ti); | |
^~~~~~~~~~~~~~~~~~~~ | |
objToJSON.c:86:14: warning: unused function 'PyIntToINT32' [-Wunused-function] | |
static void *PyIntToINT32(JSOBJ _obj, JSONTypeContext *tc, void *outValue, size_t *_outLen) | |
^ | |
6 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from JSONtoObj.c:2: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:136:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
1 warning generated. | |
In file included from JSONtoObj.c:2: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:140:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from ultrajsonenc.c:37: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:136:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
ultrajsonenc.c:186:3: warning: expression result unused [-Wunused-value] | |
*io++; | |
^~~~~ | |
2 warnings generated. | |
In file included from ultrajsonenc.c:37: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:140:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
ultrajsonenc.c:120:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR INLINE_PREFIX void FASTCALL_MSVC Buffer_AppendShortHexUnchecked (char *outputOffset, unsigned short value) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsonenc.c:186:3: warning: expression result unused [-Wunused-value] | |
*io++; | |
^~~~~ | |
ultrajsonenc.c:386:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR INLINE_PREFIX void FASTCALL_MSVC strreverse(char* begin, char* end) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from ultrajsondec.c:37: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:136:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
ultrajsondec.c:424:14: warning: assigning to 'JSUINT8 *' (aka 'unsigned char *') from 'char *' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
inputOffset = ds->start; | |
^ ~~~~~~~~~ | |
ultrajsondec.c:633:4: warning: expression result unused [-Wunused-value] | |
*ds->start ++; | |
^~~~~~~~~~~~~ | |
3 warnings generated. | |
In file included from ultrajsondec.c:37: | |
./ultrajson.h:122:9: warning: '__LITTLE_ENDIAN__' macro redefined | |
#define __LITTLE_ENDIAN__ | |
^ | |
<built-in>:140:9: note: previous definition is here | |
#define __LITTLE_ENDIAN__ 1 | |
^ | |
ultrajsondec.c:55:58: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
JSOBJ FASTCALL_MSVC decode_any( struct DecoderState *ds) FASTCALL_ATTR; | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:74:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_numeric ( struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:282:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_true ( struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:300:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_false ( struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:322:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_null ( struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:340:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR void FASTCALL_MSVC SkipWhitespace(struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:390:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_string ( struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:424:14: warning: assigning to 'JSUINT8 *' (aka 'unsigned char *') from 'char *' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
inputOffset = ds->start; | |
^ ~~~~~~~~~ | |
ultrajsondec.c:619:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_array( struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:633:4: warning: expression result unused [-Wunused-value] | |
*ds->start ++; | |
^~~~~~~~~~~~~ | |
ultrajsondec.c:669:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_object( struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
ultrajsondec.c:745:1: warning: calling convention 'fastcall' ignored for this target [-Wignored-attributes] | |
FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_any(struct DecoderState *ds) | |
^ | |
./ultrajson.h:107:38: note: expanded from macro 'FASTCALL_ATTR' | |
#define FASTCALL_ATTR __attribute__((fastcall)) | |
^ | |
13 warnings generated. | |
zip_safe flag not set; analyzing archive contents... | |
Adding ujson 1.9 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/ujson-1.9-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for ujson==1.9 | |
Finished processing dependencies for ujson==1.9 | |
Searching for boto==1.9b | |
Reading http://pypi.python.org/simple/boto/ | |
Reading http://code.google.com/p/boto/ | |
Reading https://github.com/boto/boto/ | |
Reading https://github.com/boto/boto | |
Reading http://code.google.com/p/boto | |
Best match: boto 1.9b | |
Downloading http://pypi.python.org/packages/source/b/boto/boto-1.9b.tar.gz#md5=4fc2fd7b70a971b1363f8465aafe7091 | |
Processing boto-1.9b.tar.gz | |
Running boto-1.9b/setup.py -q bdist_egg --dist-dir /tmp/easy_install-R5D6Qp/boto-1.9b/egg-dist-tmp-SUz1Qd | |
zip_safe flag not set; analyzing archive contents... | |
boto.s3.__init__: module references __path__ | |
boto.sqs.__init__: module references __path__ | |
Adding boto 1.9b to easy-install.pth file | |
Installing elbadmin script to /usr/local/bin | |
Installing fetch_file script to /usr/local/bin | |
Installing launch_instance script to /usr/local/bin | |
Installing list_instances script to /usr/local/bin | |
Installing s3put script to /usr/local/bin | |
Installing sdbadmin script to /usr/local/bin | |
Installing taskadmin script to /usr/local/bin | |
Installed /Library/Python/2.7/site-packages/boto-1.9b-py2.7.egg | |
Processing dependencies for boto==1.9b | |
Finished processing dependencies for boto==1.9b | |
Searching for numpy==1.6.1 | |
Best match: numpy 1.6.1 | |
Adding numpy 1.6.1 to easy-install.pth file | |
Using /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python | |
Processing dependencies for numpy==1.6.1 | |
Finished processing dependencies for numpy==1.6.1 | |
Searching for scipy==0.10.0 | |
Reading http://pypi.python.org/simple/scipy/ | |
Reading http://www.scipy.org | |
Reading http://sourceforge.net/project/showfiles.php?group_id=27747&package_id=19531 | |
Reading http://new.scipy.org/Wiki/Download | |
Best match: scipy 0.10.0 | |
Downloading http://pypi.python.org/packages/source/s/scipy/scipy-0.10.0.zip#md5=d1a4242266739433dcfe2096b0ab4007 | |
Processing scipy-0.10.0.zip | |
Running scipy-0.10.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ArOepd/scipy-0.10.0/egg-dist-tmp-fU159S | |
Running from scipy source directory. | |
non-existing path in '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/io': 'docs' | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/distutils/system_info.py:460: UserWarning: | |
UMFPACK sparse solver (http://www.cise.ufl.edu/research/sparse/umfpack/) | |
not found. Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [umfpack]) or by setting | |
the UMFPACK environment variable. | |
warnings.warn(self.notfounderror.__doc__) | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/fftpack.pyf' (format:free) | |
Line #86 in /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/fftpack.pyf:" /* Single precision version */" | |
crackline:2: No pattern for line | |
Post-processing... | |
Block: _fftpack | |
Block: zfft | |
Block: drfft | |
Block: zrfft | |
Block: zfftnd | |
Block: destroy_zfft_cache | |
Block: destroy_zfftnd_cache | |
Block: destroy_drfft_cache | |
Block: cfft | |
Block: rfft | |
Block: crfft | |
Block: cfftnd | |
Block: destroy_cfft_cache | |
Block: destroy_cfftnd_cache | |
Block: destroy_rfft_cache | |
Block: ddct1 | |
Block: ddct2 | |
Block: ddct3 | |
Block: dct1 | |
Block: dct2 | |
Block: dct3 | |
Block: destroy_ddct2_cache | |
Block: destroy_ddct1_cache | |
Block: destroy_dct2_cache | |
Block: destroy_dct1_cache | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_fftpack"... | |
Constructing wrapper function "zfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "drfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = drfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zrfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zrfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_zfft_cache"... | |
destroy_zfft_cache() | |
Constructing wrapper function "destroy_zfftnd_cache"... | |
destroy_zfftnd_cache() | |
Constructing wrapper function "destroy_drfft_cache"... | |
destroy_drfft_cache() | |
Constructing wrapper function "cfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "rfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = rfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "crfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = crfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "cfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_cfft_cache"... | |
destroy_cfft_cache() | |
Constructing wrapper function "destroy_cfftnd_cache"... | |
destroy_cfftnd_cache() | |
Constructing wrapper function "destroy_rfft_cache"... | |
destroy_rfft_cache() | |
Constructing wrapper function "ddct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_ddct2_cache"... | |
destroy_ddct2_cache() | |
Constructing wrapper function "destroy_ddct1_cache"... | |
destroy_ddct1_cache() | |
Constructing wrapper function "destroy_dct2_cache"... | |
destroy_dct2_cache() | |
Constructing wrapper function "destroy_dct1_cache"... | |
destroy_dct1_cache() | |
Wrote C/API module "_fftpack" to file "build/src.macosx-10.8-intel-2.7/scipy/fftpack/_fftpackmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/convolve.pyf' (format:free) | |
Post-processing... | |
Block: convolve__user__routines | |
Block: kernel_func | |
Block: convolve | |
Block: init_convolution_kernel | |
In: /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/convolve.pyf:convolve:unknown_interface:init_convolution_kernel | |
get_useparameters: no module convolve__user__routines info used by init_convolution_kernel | |
Block: destroy_convolve_cache | |
Block: convolve | |
Block: convolve_z | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_kernel_func_in_convolve__user__routines" | |
def kernel_func(k): return kernel_func | |
Building module "convolve"... | |
Constructing wrapper function "init_convolution_kernel"... | |
omega = init_convolution_kernel(n,kernel_func,[d,zero_nyquist,kernel_func_extra_args]) | |
Constructing wrapper function "destroy_convolve_cache"... | |
destroy_convolve_cache() | |
Constructing wrapper function "convolve"... | |
y = convolve(x,omega,[swap_real_imag,overwrite_x]) | |
Constructing wrapper function "convolve_z"... | |
y = convolve_z(x,omega_real,omega_imag,[overwrite_x]) | |
Wrote C/API module "convolve" to file "build/src.macosx-10.8-intel-2.7/scipy/fftpack/convolvemodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/vode.pyf' (format:free) | |
Post-processing... | |
Block: dvode__user__routines | |
Block: dvode_user_interface | |
Block: f | |
Block: jac | |
Block: zvode__user__routines | |
Block: zvode_user_interface | |
Block: f | |
Block: jac | |
Block: vode | |
Block: dvode | |
In: /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/vode.pyf:vode:unknown_interface:dvode | |
get_useparameters: no module dvode__user__routines info used by dvode | |
Block: zvode | |
In: /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/vode.pyf:vode:unknown_interface:zvode | |
get_useparameters: no module zvode__user__routines info used by zvode | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_dvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_dvode__user__routines" | |
def jac(t,y): return jac | |
Constructing call-back function "cb_f_in_zvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_zvode__user__routines" | |
def jac(t,y): return jac | |
Building module "vode"... | |
Constructing wrapper function "dvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Constructing wrapper function "zvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = zvode(f,jac,y,t,tout,rtol,atol,itask,istate,zwork,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Wrote C/API module "vode" to file "build/src.macosx-10.8-intel-2.7/scipy/integrate/vodemodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: fcn | |
Block: solout | |
Block: _dop | |
Block: dopri5 | |
In: /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop.pyf:_dop:unknown_interface:dopri5 | |
get_useparameters: no module __user__routines info used by dopri5 | |
Block: dop853 | |
In: /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop.pyf:_dop:unknown_interface:dop853 | |
get_useparameters: no module __user__routines info used by dop853 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_fcn_in___user__routines" | |
def fcn(x,y): return f | |
Constructing call-back function "cb_solout_in___user__routines" | |
def solout(nr,xold,x,y,con,icomp,[nd]): return irtn | |
Building module "_dop"... | |
Constructing wrapper function "dopri5"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dopri5(fcn,x,y,xend,rtol,atol,solout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Constructing wrapper function "dop853"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dop853(fcn,x,y,xend,rtol,atol,solout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Wrote C/API module "_dop" to file "build/src.macosx-10.8-intel-2.7/scipy/integrate/_dopmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/src/fitpack.pyf' (format:free) | |
Post-processing... | |
Block: dfitpack | |
Block: splev | |
Block: splder | |
Block: splint | |
Block: sproot | |
Block: spalde | |
Block: curfit | |
Block: percur | |
Block: parcur | |
Block: fpcurf0 | |
Block: fpcurf1 | |
Block: fpcurfm1 | |
Block: bispev | |
Block: bispeu | |
Block: surfit_smth | |
Block: surfit_lsq | |
Block: regrid_smth | |
Block: dblint | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "dfitpack"... | |
Constructing wrapper function "splev"... | |
y = splev(t,c,k,x,[e]) | |
Constructing wrapper function "splder"... | |
y = splder(t,c,k,x,[nu,e]) | |
Creating wrapper for Fortran function "splint"("splint")... | |
Constructing wrapper function "splint"... | |
splint = splint(t,c,k,a,b) | |
Constructing wrapper function "sproot"... | |
zero,m,ier = sproot(t,c,[mest]) | |
Constructing wrapper function "spalde"... | |
d,ier = spalde(t,c,k,x) | |
Constructing wrapper function "curfit"... | |
n,c,fp,ier = curfit(iopt,x,y,w,t,wrk,iwrk,[xb,xe,k,s]) | |
Constructing wrapper function "percur"... | |
n,c,fp,ier = percur(iopt,x,y,w,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "parcur"... | |
n,c,fp,ier = parcur(iopt,ipar,idim,u,x,w,ub,ue,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "fpcurf0"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf0(x,y,k,[w,xb,xe,s,nest]) | |
Constructing wrapper function "fpcurf1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf1(x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier,[overwrite_x,overwrite_y,overwrite_w,overwrite_t,overwrite_c,overwrite_fpint,overwrite_nrdata]) | |
Constructing wrapper function "fpcurfm1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurfm1(x,y,k,t,[w,xb,xe,overwrite_t]) | |
Constructing wrapper function "bispev"... | |
z,ier = bispev(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "bispeu"... | |
z,ier = bispeu(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "surfit_smth"... | |
nx,tx,ny,ty,c,fp,wrk1,ier = surfit_smth(x,y,z,[w,xb,xe,yb,ye,kx,ky,s,nxest,nyest,eps,lwrk2]) | |
Constructing wrapper function "surfit_lsq"... | |
tx,ty,c,fp,ier = surfit_lsq(x,y,z,tx,ty,[w,xb,xe,yb,ye,kx,ky,eps,lwrk2,overwrite_tx,overwrite_ty]) | |
Constructing wrapper function "regrid_smth"... | |
nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s]) | |
Creating wrapper for Fortran function "dblint"("dblint")... | |
Constructing wrapper function "dblint"... | |
dblint = dblint(tx,ty,c,kx,ky,xb,xe,yb,ye) | |
Wrote C/API module "dfitpack" to file "build/src.macosx-10.8-intel-2.7/scipy/interpolate/src/dfitpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/scipy/interpolate/src/dfitpack-f2pywrappers.f" | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/blas/fblas_l1.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/blas/fblas_l2.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/blas/fblas_l3.pyf.src') | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/blas/fblas.pyf' (format:free) | |
Post-processing... | |
Block: fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: sdot | |
Block: ddot | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: snrm2 | |
Block: dnrm2 | |
Block: scnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: dasum | |
Block: scasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: ssymv | |
Block: dsymv | |
Block: chemv | |
Block: zhemv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "sdot"("sdot")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("snrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("scnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("sasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("scasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Wrote C/API module "fblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/blas/fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/blas/fblas-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/blas/cblas.pyf' (format:free) | |
Post-processing... | |
Block: cblas | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "cblas"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "cblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/blas/cblasmodule.c" | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_user.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_le.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_lls.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_esv.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_gesv.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_lec.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_llsc.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_sevc.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_evc.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_svdc.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_gsevc.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_gevc.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/flapack_aux.pyf.src') | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf' (format:free) | |
Line #1590 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 3*n-1" | |
crackline:3: No pattern for line | |
Line #1612 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 3*n-1" | |
crackline:3: No pattern for line | |
Line #1634 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 2*n-1" | |
crackline:3: No pattern for line | |
Line #1656 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 2*n-1" | |
crackline:3: No pattern for line | |
Line #1679 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?1+6*n+2*n*n:2*n+1)" | |
crackline:3: No pattern for line | |
Line #1704 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?1+6*n+2*n*n:2*n+1)" | |
crackline:3: No pattern for line | |
Line #1729 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?2*n+n*n:n+1)" | |
crackline:3: No pattern for line | |
Line #1754 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?2*n+n*n:n+1)" | |
crackline:3: No pattern for line | |
Line #2647 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2668 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2689 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2710 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Post-processing... | |
Block: flapack | |
Block: gees__user__routines | |
Block: gees_user_interface | |
Block: sselect | |
Block: dselect | |
Block: cselect | |
Block: zselect | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: sgelss | |
Block: dgelss | |
Block: cgelss | |
Block: zgelss | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: ssyevd | |
Block: dsyevd | |
Block: cheevd | |
Block: zheevd | |
Block: ssyevr | |
Block: dsyevr | |
Block: cheevr | |
Block: zheevr | |
Block: sgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:sgees | |
get_useparameters: no module gees__user__routines info used by sgees | |
Block: dgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:dgees | |
get_useparameters: no module gees__user__routines info used by dgees | |
Block: cgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:cgees | |
get_useparameters: no module gees__user__routines info used by cgees | |
Block: zgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:zgees | |
get_useparameters: no module gees__user__routines info used by zgees | |
Block: sgeev | |
Block: dgeev | |
Block: cgeev | |
Block: zgeev | |
Block: sgesdd | |
Block: dgesdd | |
Block: cgesdd | |
Block: zgesdd | |
Block: ssygv | |
Block: dsygv | |
Block: chegv | |
Block: zhegv | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_sselect_in_gees__user__routines" | |
def sselect(arg1,arg2): return sselect | |
Constructing call-back function "cb_dselect_in_gees__user__routines" | |
def dselect(arg1,arg2): return dselect | |
Constructing call-back function "cb_cselect_in_gees__user__routines" | |
def cselect(arg): return cselect | |
Constructing call-back function "cb_zselect_in_gees__user__routines" | |
def zselect(arg): return zselect | |
Building module "flapack"... | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevd"... | |
w,v,info = ssyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevd"... | |
w,v,info = dsyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheevd"... | |
w,v,info = cheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheevd"... | |
w,v,info = zheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevr"... | |
w,v,info = ssyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,v,info = dsyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "cheevr"... | |
w,v,info = cheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,v,info = zheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "ssygv"... | |
w,v,info = ssygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
w,v,info = dsygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv"... | |
w,v,info = chegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
w,v,info = zhegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvd"... | |
w,v,info = ssygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
w,v,info = dsygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
w,v,info = chegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
w,v,info = zhegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgqr"... | |
q,info = sorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "dorgqr"... | |
q,info = dorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "cungqr"... | |
q,info = cungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "zungqr"... | |
q,info = zungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Wrote C/API module "flapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapackmodule.c" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/clapack.pyf' (format:free) | |
Post-processing... | |
Block: clapack | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "clapack"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "clapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/clapackmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/lib/lapack/calc_lwork.f' (format:fix,strict) | |
Post-processing... | |
Block: calc_lwork | |
Block: gehrd | |
Block: gesdd | |
Block: gelss | |
Block: getri | |
Block: geev | |
Block: heev | |
Block: syev | |
Block: gees | |
Block: geqrf | |
Block: gqr | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "calc_lwork"... | |
Constructing wrapper function "gehrd"... | |
minwrk,maxwrk = gehrd(prefix,n,[lo,hi]) | |
Constructing wrapper function "gesdd"... | |
minwrk,maxwrk = gesdd(prefix,m,n,[compute_uv]) | |
Constructing wrapper function "gelss"... | |
minwrk,maxwrk = gelss(prefix,m,n,nrhs) | |
Constructing wrapper function "getri"... | |
minwrk,maxwrk = getri(prefix,n) | |
Constructing wrapper function "geev"... | |
minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) | |
Constructing wrapper function "heev"... | |
minwrk,maxwrk = heev(prefix,n,[lower]) | |
Constructing wrapper function "syev"... | |
minwrk,maxwrk = syev(prefix,n,[lower]) | |
Constructing wrapper function "gees"... | |
minwrk,maxwrk = gees(prefix,n,[compute_v]) | |
Constructing wrapper function "geqrf"... | |
minwrk,maxwrk = geqrf(prefix,m,n) | |
Constructing wrapper function "gqr"... | |
minwrk,maxwrk = gqr(prefix,m,n) | |
Wrote C/API module "calc_lwork" to file "build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/calc_lworkmodule.c" | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/fblas_l1.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/fblas_l2.pyf.src') | |
('Including file', '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/fblas_l3.pyf.src') | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/fblas.pyf' (format:free) | |
Post-processing... | |
Block: fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: sdot | |
Block: ddot | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: snrm2 | |
Block: dnrm2 | |
Block: scnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: dasum | |
Block: scasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: ssymv | |
Block: dsymv | |
Block: chemv | |
Block: zhemv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "sdot"("sdot")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("snrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("scnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("sasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("scasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Wrote C/API module "fblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/fblas-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/cblas.pyf' (format:free) | |
Post-processing... | |
Block: cblas | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "cblas"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "cblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/cblasmodule.c" | |
generating flapack interface | |
68 | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf' (format:free) | |
Line #3470 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:" char*,char*,char*,int*,int*,complex_float*,int*,complex_float*,int*,float*,float*,int*,int*,float*,int*,float*,complex_float*,int*,complex_float*,float*,int*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3547 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:" char*,char*,char*,int*,int*,complex_double*,int*,complex_double*,int*,double*,double*,int*,int*,double*,int*,double*,complex_double*,int*,complex_double*,double*,int*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3707 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,float*,int*,int*,float*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3737 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,double*,int*,int*,double*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3767 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,complex_float*,int*,int*,complex_float*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3797 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,complex_double*,int*,int*,complex_double*,int*,int*" | |
crackline:3: No pattern for line | |
Post-processing... | |
Block: cgees__user__routines | |
Block: cgees_user_interface | |
Block: cselect | |
Block: dgees__user__routines | |
Block: dgees_user_interface | |
Block: dselect | |
Block: sgees__user__routines | |
Block: sgees_user_interface | |
Block: sselect | |
Block: zgees__user__routines | |
Block: zgees_user_interface | |
Block: zselect | |
Block: flapack | |
Block: spbtrf | |
Block: dpbtrf | |
Block: cpbtrf | |
Block: zpbtrf | |
Block: spbtrs | |
Block: dpbtrs | |
Block: cpbtrs | |
Block: zpbtrs | |
Block: strtrs | |
Block: dtrtrs | |
Block: ctrtrs | |
Block: ztrtrs | |
Block: spbsv | |
Block: dpbsv | |
Block: cpbsv | |
Block: zpbsv | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: sgesdd | |
Block: dgesdd | |
Block: cgesdd | |
Block: zgesdd | |
Block: sgelss | |
Block: dgelss | |
Block: cgelss | |
Block: zgelss | |
Block: sgeqp3 | |
Block: dgeqp3 | |
Block: cgeqp3 | |
Block: zgeqp3 | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sgerqf | |
Block: dgerqf | |
Block: cgerqf | |
Block: zgerqf | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sorgrq | |
Block: dorgrq | |
Block: cungrq | |
Block: zungrq | |
Block: sgeev | |
Block: dgeev | |
Block: cgeev | |
Block: zgeev | |
Block: sgegv | |
Block: dgegv | |
Block: cgegv | |
Block: zgegv | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Block: cgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:cgees | |
get_useparameters: no module cgees__user__routines info used by cgees | |
Block: zgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:zgees | |
get_useparameters: no module zgees__user__routines info used by zgees | |
Block: dgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:dgees | |
get_useparameters: no module dgees__user__routines info used by dgees | |
Block: sgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:sgees | |
get_useparameters: no module sgees__user__routines info used by sgees | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: ssbev | |
Block: dsbev | |
Block: ssbevd | |
Block: dsbevd | |
Block: ssbevx | |
Block: dsbevx | |
Block: chbevd | |
Block: zhbevd | |
Block: chbevx | |
Block: zhbevx | |
Block: sgbtrf | |
Block: dgbtrf | |
Block: cgbtrf | |
Block: zgbtrf | |
Block: sgbtrs | |
Block: dgbtrs | |
Block: cgbtrs | |
Block: zgbtrs | |
Block: ssyevr | |
Block: dsyevr | |
Block: cheevr | |
Block: zheevr | |
Block: ssygv | |
Block: dsygv | |
Block: chegv | |
Block: zhegv | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: ssygvx | |
Block: dsygvx | |
Block: chegvx | |
Block: zhegvx | |
Block: slamch | |
Block: dlamch | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_cselect_in_cgees__user__routines" | |
def cselect(e_w__i__e): return cselect | |
Constructing call-back function "cb_dselect_in_dgees__user__routines" | |
def dselect(e_wr__i__e,e_wi__i__e): return dselect | |
Constructing call-back function "cb_sselect_in_sgees__user__routines" | |
def sselect(e_wr__i__e,e_wi__i__e): return sselect | |
Constructing call-back function "cb_zselect_in_zgees__user__routines" | |
def zselect(e_w__i__e): return zselect | |
Building module "flapack"... | |
Constructing wrapper function "spbtrf"... | |
c,info = spbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dpbtrf"... | |
c,info = dpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "cpbtrf"... | |
c,info = cpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "zpbtrf"... | |
c,info = zpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "spbtrs"... | |
x,info = spbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "dpbtrs"... | |
x,info = dpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "cpbtrs"... | |
x,info = cpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "zpbtrs"... | |
x,info = zpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "strtrs"... | |
x,info = strtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "dtrtrs"... | |
x,info = dtrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ctrtrs"... | |
x,info = ctrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ztrtrs"... | |
x,info = ztrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "spbsv"... | |
c,x,info = spbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dpbsv"... | |
c,x,info = dpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cpbsv"... | |
c,x,info = cpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zpbsv"... | |
c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,work,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,work,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,work,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,work,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgeqp3"... | |
qr,jpvt,tau,work,info = sgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqp3"... | |
qr,jpvt,tau,work,info = dgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqp3"... | |
qr,jpvt,tau,work,info = cgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqp3"... | |
qr,jpvt,tau,work,info = zgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,work,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,work,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,work,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,work,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgerqf"... | |
qr,tau,work,info = sgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgerqf"... | |
qr,tau,work,info = dgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgerqf"... | |
qr,tau,work,info = cgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgerqf"... | |
qr,tau,work,info = zgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgqr"... | |
q,work,info = sorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgqr"... | |
q,work,info = dorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungqr"... | |
q,work,info = cungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungqr"... | |
q,work,info = zungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgrq"... | |
q,work,info = sorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgrq"... | |
q,work,info = dorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungrq"... | |
q,work,info = cungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungrq"... | |
q,work,info = zungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgegv"... | |
alphar,alphai,beta,vl,vr,info = sgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgegv"... | |
alphar,alphai,beta,vl,vr,info = dgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgegv"... | |
alpha,beta,vl,vr,info = cgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgegv"... | |
alpha,beta,vl,vr,info = zgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,work,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,work,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,work,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,work,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,work,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,work,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,work,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssbev"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = ssbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dsbev"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = dsbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "ssbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = ssbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "dsbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = dsbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "ssbevx"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = ssbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "dsbevx"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = dsbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "chbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = chbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "zhbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = zhbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "chbevx"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = chbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "zhbevx"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = zhbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "sgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = sgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "dgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = dgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "cgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = cgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "zgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = zgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "sgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = sgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "dgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = dgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "cgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = cgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "zgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = zgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "ssyevr"... | |
w,z,info = ssyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,z,info = dsyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "cheevr"... | |
w,z,info = cheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,z,info = zheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "ssygv"... | |
a,w,info = ssygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
a,w,info = dsygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv"... | |
a,w,info = chegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
a,w,info = zhegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvd"... | |
a,w,info = ssygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
a,w,info = dsygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
a,w,info = chegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
a,w,info = zhegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvx"... | |
w,z,ifail,info = ssygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvx"... | |
w,z,ifail,info = dsygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvx"... | |
w,z,ifail,info = chegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvx"... | |
w,z,ifail,info = zhegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Creating wrapper for Fortran function "slamch"("slamch")... | |
Constructing wrapper function "slamch"... | |
slamch = slamch(cmach) | |
Creating wrapper for Fortran function "dlamch"("dlamch")... | |
Constructing wrapper function "dlamch"... | |
dlamch = dlamch(cmach) | |
Wrote C/API module "flapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/flapackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/clapack.pyf' (format:free) | |
Post-processing... | |
Block: clapack | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "clapack"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "clapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/clapackmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f' (format:fix,strict) | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/lu.f' (format:fix,strict) | |
Post-processing... | |
Block: _flinalg | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:ddet_c | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:ddet_r | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:sdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:sdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:zdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:zdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:cdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/det.f:cdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/lu.f:dlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: dlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/lu.f:zlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: zlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/lu.f:slu_c | |
vars2fortran: No typespec for argument "info". | |
Block: slu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/lu.f:clu_c | |
vars2fortran: No typespec for argument "info". | |
Block: clu_c | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_flinalg"... | |
Constructing wrapper function "ddet_c"... | |
det,info = ddet_c(a,[overwrite_a]) | |
Constructing wrapper function "ddet_r"... | |
det,info = ddet_r(a,[overwrite_a]) | |
Constructing wrapper function "sdet_c"... | |
det,info = sdet_c(a,[overwrite_a]) | |
Constructing wrapper function "sdet_r"... | |
det,info = sdet_r(a,[overwrite_a]) | |
Constructing wrapper function "zdet_c"... | |
det,info = zdet_c(a,[overwrite_a]) | |
Constructing wrapper function "zdet_r"... | |
det,info = zdet_r(a,[overwrite_a]) | |
Constructing wrapper function "cdet_c"... | |
det,info = cdet_c(a,[overwrite_a]) | |
Constructing wrapper function "cdet_r"... | |
det,info = cdet_r(a,[overwrite_a]) | |
Constructing wrapper function "dlu_c"... | |
p,l,u,info = dlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "zlu_c"... | |
p,l,u,info = zlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "slu_c"... | |
p,l,u,info = slu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "clu_c"... | |
p,l,u,info = clu_c(a,[permute_l,overwrite_a]) | |
Wrote C/API module "_flinalg" to file "build/src.macosx-10.8-intel-2.7/scipy/linalg/_flinalgmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/linalg/src/calc_lwork.f' (format:fix,strict) | |
Post-processing... | |
Block: calc_lwork | |
Block: gehrd | |
Block: gesdd | |
Block: gelss | |
Block: getri | |
Block: geev | |
Block: heev | |
Block: syev | |
Block: gees | |
Block: geqrf | |
Block: gqr | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "calc_lwork"... | |
Constructing wrapper function "gehrd"... | |
minwrk,maxwrk = gehrd(prefix,n,lo,hi) | |
Constructing wrapper function "gesdd"... | |
minwrk,maxwrk = gesdd(prefix,m,n,compute_uv) | |
Constructing wrapper function "gelss"... | |
minwrk,maxwrk = gelss(prefix,m,n,nrhs) | |
Constructing wrapper function "getri"... | |
minwrk,maxwrk = getri(prefix,n) | |
Constructing wrapper function "geev"... | |
minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) | |
Constructing wrapper function "heev"... | |
minwrk,maxwrk = heev(prefix,n,[lower]) | |
Constructing wrapper function "syev"... | |
minwrk,maxwrk = syev(prefix,n,[lower]) | |
Constructing wrapper function "gees"... | |
minwrk,maxwrk = gees(prefix,n,[compute_v]) | |
Constructing wrapper function "geqrf"... | |
minwrk,maxwrk = geqrf(prefix,m,n) | |
Constructing wrapper function "gqr"... | |
minwrk,maxwrk = gqr(prefix,m,n) | |
Wrote C/API module "calc_lwork" to file "build/src.macosx-10.8-intel-2.7/scipy/linalg/calc_lworkmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/lbfgsb/lbfgsb.pyf' (format:free) | |
Post-processing... | |
Block: _lbfgsb | |
Block: setulb | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_lbfgsb"... | |
Constructing wrapper function "setulb"... | |
setulb(m,x,l,u,nbd,f,g,factr,pgtol,wa,iwa,task,iprint,csave,lsave,isave,dsave,[n]) | |
Wrote C/API module "_lbfgsb" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/lbfgsb/_lbfgsbmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/cobyla/cobyla.pyf' (format:free) | |
Post-processing... | |
Block: _cobyla__user__routines | |
Block: _cobyla_user_interface | |
Block: calcfc | |
Block: _cobyla | |
Block: minimize | |
In: /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/cobyla/cobyla.pyf:_cobyla:unknown_interface:minimize | |
get_useparameters: no module _cobyla__user__routines info used by minimize | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_calcfc_in__cobyla__user__routines" | |
def calcfc(x,con): return f | |
Building module "_cobyla"... | |
Constructing wrapper function "minimize"... | |
x = minimize(calcfc,m,x,rhobeg,rhoend,[iprint,maxfun,calcfc_extra_args]) | |
Wrote C/API module "_cobyla" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/cobyla/_cobylamodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack2/minpack2.pyf' (format:free) | |
Post-processing... | |
Block: minpack2 | |
Block: dcsrch | |
Block: dcstep | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "minpack2"... | |
Constructing wrapper function "dcsrch"... | |
stp,f,g,task = dcsrch(stp,f,g,ftol,gtol,xtol,task,stpmin,stpmax,isave,dsave) | |
Constructing wrapper function "dcstep"... | |
stx,fx,dx,sty,fy,dy,stp,brackt = dcstep(stx,fx,dx,sty,fy,dy,stp,fp,dp,brackt,stpmin,stpmax) | |
Wrote C/API module "minpack2" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/minpack2/minpack2module.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/slsqp/slsqp.pyf' (format:free) | |
Post-processing... | |
Block: _slsqp | |
Block: slsqp | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_slsqp"... | |
Constructing wrapper function "slsqp"... | |
slsqp(m,meq,x,xl,xu,f,c,g,a,acc,iter,mode,w,jw,[la,n,l_w,l_jw]) | |
Wrote C/API module "_slsqp" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/slsqp/_slsqpmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/nnls/nnls.pyf' (format:free) | |
crackline: groupcounter=1 groupname={0: '', 1: 'python module', 2: 'interface', 3: 'subroutine'} | |
crackline: Mismatch of blocks encountered. Trying to fix it by assuming "end" statement. | |
Post-processing... | |
Block: _nnls | |
Block: nnls | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_nnls"... | |
Constructing wrapper function "nnls"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,rnorm,mode = nnls(a,m,n,b,w,zz,index_bn,[mda,overwrite_a,overwrite_b]) | |
Wrote C/API module "_nnls" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/nnls/_nnlsmodule.c" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/isolve/iterative/_iterative.pyf' (format:free) | |
Post-processing... | |
Block: _iterative | |
Block: sbicgrevcom | |
Block: dbicgrevcom | |
Block: cbicgrevcom | |
Block: zbicgrevcom | |
Block: sbicgstabrevcom | |
Block: dbicgstabrevcom | |
Block: cbicgstabrevcom | |
Block: zbicgstabrevcom | |
Block: scgrevcom | |
Block: dcgrevcom | |
Block: ccgrevcom | |
Block: zcgrevcom | |
Block: scgsrevcom | |
Block: dcgsrevcom | |
Block: ccgsrevcom | |
Block: zcgsrevcom | |
Block: sqmrrevcom | |
Block: dqmrrevcom | |
Block: cqmrrevcom | |
Block: zqmrrevcom | |
Block: sgmresrevcom | |
Block: dgmresrevcom | |
Block: cgmresrevcom | |
Block: zgmresrevcom | |
Block: sstoptest2 | |
Block: dstoptest2 | |
Block: cstoptest2 | |
Block: zstoptest2 | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_iterative"... | |
Constructing wrapper function "sbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sstoptest2"... | |
bnrm2,resid,info = sstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "dstoptest2"... | |
bnrm2,resid,info = dstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "cstoptest2"... | |
bnrm2,resid,info = cstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "zstoptest2"... | |
bnrm2,resid,info = zstoptest2(r,b,bnrm2,tol,info) | |
Wrote C/API module "_iterative" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf' (format:free) | |
Line #5 in build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf:" <_rd=real,double precision>" | |
crackline:1: No pattern for line | |
Line #6 in build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf:" <_cd=complex,double complex>" | |
crackline:1: No pattern for line | |
Post-processing... | |
Block: _arpack | |
Block: ssaupd | |
Block: dsaupd | |
Block: sseupd | |
Block: dseupd | |
Block: snaupd | |
Block: dnaupd | |
Block: sneupd | |
Block: dneupd | |
Block: cnaupd | |
Block: znaupd | |
Block: cneupd | |
Block: zneupd | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_arpack"... | |
Constructing wrapper function "ssaupd"... | |
ido,resid,v,iparam,ipntr,info = ssaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dsaupd"... | |
ido,resid,v,iparam,ipntr,info = dsaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sseupd"... | |
d,z,info = sseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dseupd"... | |
d,z,info = dseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "snaupd"... | |
ido,resid,v,iparam,ipntr,info = snaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dnaupd"... | |
ido,resid,v,iparam,ipntr,info = dnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sneupd"... | |
dr,di,z,info = sneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dneupd"... | |
dr,di,z,info = dneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cnaupd"... | |
ido,resid,v,iparam,ipntr,info = cnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "znaupd"... | |
ido,resid,v,iparam,ipntr,info = znaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cneupd"... | |
d,z,info = cneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "zneupd"... | |
d,z,info = zneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing COMMON block support for "debug"... | |
logfil,ndigit,mgetv0,msaupd,msaup2,msaitr,mseigt,msapps,msgets,mseupd,mnaupd,mnaup2,mnaitr,mneigh,mnapps,mngets,mneupd,mcaupd,mcaup2,mcaitr,mceigh,mcapps,mcgets,mceupd | |
Constructing COMMON block support for "timing"... | |
nopx,nbx,nrorth,nitref,nrstrt,tsaupd,tsaup2,tsaitr,tseigt,tsgets,tsapps,tsconv,tnaupd,tnaup2,tnaitr,tneigh,tngets,tnapps,tnconv,tcaupd,tcaup2,tcaitr,tceigh,tcgets,tcapps,tcconv,tmvopx,tmvbx,tgetv0,titref,trvec | |
Wrote C/API module "_arpack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/special/specfun.pyf' (format:free) | |
Post-processing... | |
Block: specfun | |
Block: clqmn | |
Block: lqmn | |
Block: clpmn | |
Block: jdzo | |
Block: bernob | |
Block: bernoa | |
Block: csphjy | |
Block: lpmns | |
Block: eulera | |
Block: clqn | |
Block: airyzo | |
Block: eulerb | |
Block: cva1 | |
Block: lqnb | |
Block: lamv | |
Block: lagzo | |
Block: legzo | |
Block: pbdv | |
Block: cerzo | |
Block: lamn | |
Block: clpn | |
Block: lqmns | |
Block: chgm | |
Block: lpmn | |
Block: fcszo | |
Block: aswfb | |
Block: lqna | |
Block: cpbdn | |
Block: lpn | |
Block: fcoef | |
Block: sphi | |
Block: rcty | |
Block: lpni | |
Block: cyzo | |
Block: csphik | |
Block: sphj | |
Block: othpl | |
Block: klvnzo | |
Block: jyzo | |
Block: rctj | |
Block: herzo | |
Block: sphk | |
Block: pbvv | |
Block: segv | |
Block: sphy | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "specfun"... | |
Constructing wrapper function "clqmn"... | |
cqm,cqd = clqmn(m,n,z) | |
Constructing wrapper function "lqmn"... | |
qm,qd = lqmn(m,n,x) | |
Constructing wrapper function "clpmn"... | |
cpm,cpd = clpmn(m,n,x,y) | |
Constructing wrapper function "jdzo"... | |
n,m,pcode,zo = jdzo(nt) | |
Constructing wrapper function "bernob"... | |
bn = bernob(n) | |
Constructing wrapper function "bernoa"... | |
bn = bernoa(n) | |
Constructing wrapper function "csphjy"... | |
nm,csj,cdj,csy,cdy = csphjy(n,z) | |
Constructing wrapper function "lpmns"... | |
pm,pd = lpmns(m,n,x) | |
Constructing wrapper function "eulera"... | |
en = eulera(n) | |
Constructing wrapper function "clqn"... | |
cqn,cqd = clqn(n,z) | |
Constructing wrapper function "airyzo"... | |
xa,xb,xc,xd = airyzo(nt,[kf]) | |
Constructing wrapper function "eulerb"... | |
en = eulerb(n) | |
Constructing wrapper function "cva1"... | |
cv = cva1(kd,m,q) | |
Constructing wrapper function "lqnb"... | |
qn,qd = lqnb(n,x) | |
Constructing wrapper function "lamv"... | |
vm,vl,dl = lamv(v,x) | |
Constructing wrapper function "lagzo"... | |
x,w = lagzo(n) | |
Constructing wrapper function "legzo"... | |
x,w = legzo(n) | |
Constructing wrapper function "pbdv"... | |
dv,dp,pdf,pdd = pbdv(v,x) | |
Constructing wrapper function "cerzo"... | |
zo = cerzo(nt) | |
Constructing wrapper function "lamn"... | |
nm,bl,dl = lamn(n,x) | |
Constructing wrapper function "clpn"... | |
cpn,cpd = clpn(n,z) | |
Constructing wrapper function "lqmns"... | |
qm,qd = lqmns(m,n,x) | |
Constructing wrapper function "chgm"... | |
hg = chgm(a,b,x) | |
Constructing wrapper function "lpmn"... | |
pm,pd = lpmn(m,n,x) | |
Constructing wrapper function "fcszo"... | |
zo = fcszo(kf,nt) | |
Constructing wrapper function "aswfb"... | |
s1f,s1d = aswfb(m,n,c,x,kd,cv) | |
Constructing wrapper function "lqna"... | |
qn,qd = lqna(n,x) | |
Constructing wrapper function "cpbdn"... | |
cpb,cpd = cpbdn(n,z) | |
Constructing wrapper function "lpn"... | |
pn,pd = lpn(n,x) | |
Constructing wrapper function "fcoef"... | |
fc = fcoef(kd,m,q,a) | |
Constructing wrapper function "sphi"... | |
nm,si,di = sphi(n,x) | |
Constructing wrapper function "rcty"... | |
nm,ry,dy = rcty(n,x) | |
Constructing wrapper function "lpni"... | |
pn,pd,pl = lpni(n,x) | |
Constructing wrapper function "cyzo"... | |
zo,zv = cyzo(nt,kf,kc) | |
Constructing wrapper function "csphik"... | |
nm,csi,cdi,csk,cdk = csphik(n,z) | |
Constructing wrapper function "sphj"... | |
nm,sj,dj = sphj(n,x) | |
Constructing wrapper function "othpl"... | |
pl,dpl = othpl(kf,n,x) | |
Constructing wrapper function "klvnzo"... | |
zo = klvnzo(nt,kd) | |
Constructing wrapper function "jyzo"... | |
rj0,rj1,ry0,ry1 = jyzo(n,nt) | |
Constructing wrapper function "rctj"... | |
nm,rj,dj = rctj(n,x) | |
Constructing wrapper function "herzo"... | |
x,w = herzo(n) | |
Constructing wrapper function "sphk"... | |
nm,sk,dk = sphk(n,x) | |
Constructing wrapper function "pbvv"... | |
vv,vp,pvf,pvd = pbvv(v,x) | |
Constructing wrapper function "segv"... | |
cv,eg = segv(m,n,c,kd) | |
Constructing wrapper function "sphy"... | |
nm,sy,dy = sphy(n,x) | |
Wrote C/API module "specfun" to file "build/src.macosx-10.8-intel-2.7/scipy/special/specfunmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/stats/statlib.pyf' (format:free) | |
Post-processing... | |
Block: statlib | |
Block: swilk | |
Block: wprob | |
Block: gscale | |
Block: prho | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "statlib"... | |
Constructing wrapper function "swilk"... | |
a,w,pw,ifault = swilk(x,a,[init,n1]) | |
Constructing wrapper function "wprob"... | |
astart,a1,ifault = wprob(test,other) | |
Constructing wrapper function "gscale"... | |
astart,a1,ifault = gscale(test,other) | |
Constructing wrapper function "prho"... | |
ifault = prho(n,is) | |
Wrote C/API module "statlib" to file "build/src.macosx-10.8-intel-2.7/scipy/stats/statlibmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/stats/futil.f' (format:fix,strict) | |
Post-processing... | |
Block: futil | |
Block: dqsort | |
Block: dfreps | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "futil"... | |
Constructing wrapper function "dqsort"... | |
arr = dqsort(arr,[overwrite_arr]) | |
Constructing wrapper function "dfreps"... | |
replist,repnum,nlist = dfreps(arr) | |
Wrote C/API module "futil" to file "build/src.macosx-10.8-intel-2.7/scipy/stats/futilmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/stats/mvn.pyf' (format:free) | |
Post-processing... | |
Block: mvn | |
Block: mvnun | |
Block: mvndst | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "mvn"... | |
Constructing wrapper function "mvnun"... | |
value,inform = mvnun(lower,upper,means,covar,[maxpts,abseps,releps]) | |
Constructing wrapper function "mvndst"... | |
error,value,inform = mvndst(lower,upper,infin,correl,[maxpts,abseps,releps]) | |
Constructing COMMON block support for "dkblck"... | |
ivls | |
Wrote C/API module "mvn" to file "build/src.macosx-10.8-intel-2.7/scipy/stats/mvnmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/scipy/stats/mvn-f2pywrappers.f" | |
no previously-included directories found matching 'scipy/special/tests/data/boost' | |
Could not locate executable f95 | |
Could not locate executable f90 | |
Could not locate executable f77 | |
Could not locate executable xlf90 | |
Could not locate executable xlf | |
Could not locate executable ifort | |
Could not locate executable ifc | |
Could not locate executable g77 | |
Found executable /usr/local/bin/gfortran | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodi.f:1143: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f: In function ‘stode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f: In function ‘stode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:84.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:135: warning: ‘k2’ is used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:84.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:135: warning: ‘k2’ is used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splev.f:80.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/interpolate/fitpack/splev.f:80.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f:54: warning: ‘sin’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f:54: warning: ‘cos’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f:54: warning: ‘sin’ may be used uninitialized in this function | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f:54: warning: ‘cos’ may be used uninitialized in this function | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/Zeros/bisect.c:3: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/Zeros/zeros.h:16:15: warning: unused variable 'dminarg1' [-Wunused-variable] | |
static double dminarg1,dminarg2; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/Zeros/zeros.h:16:24: warning: unused variable 'dminarg2' [-Wunused-variable] | |
static double dminarg1,dminarg2; | |
^ | |
2 warnings generated. | |
In file included from /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/Zeros/bisect.c:3: | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/Zeros/zeros.h:16:15: warning: unused variable 'dminarg1' [-Wunused-variable] | |
static double dminarg1,dminarg2; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/optimize/Zeros/zeros.h:16:24: warning: unused variable 'dminarg2' [-Wunused-variable] | |
static double dminarg1,dminarg2; | |
^ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:97:13: warning: implicit declaration of function 'dasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:100:13: warning: implicit declaration of function 'dnrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dnrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:105:7: warning: implicit declaration of function 'idamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = idamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:134:3: warning: implicit declaration of function 'dcopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
dcopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:68:12: warning: unused variable 'zero' [-Wunused-variable] | |
double zero = 0.0; | |
^ | |
5 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:97:13: warning: implicit declaration of function 'dasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:100:13: warning: implicit declaration of function 'dnrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dnrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:105:7: warning: implicit declaration of function 'idamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = idamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:134:3: warning: implicit declaration of function 'dcopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
dcopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:68:12: warning: unused variable 'zero' [-Wunused-variable] | |
double zero = 0.0; | |
^ | |
5 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:68:19: note: initialize the variable 'value' to silence this warning | |
double value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:68:19: note: initialize the variable 'value' to silence this warning | |
double value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:97:13: warning: implicit declaration of function 'sasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = sasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:100:13: warning: implicit declaration of function 'snrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = snrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:105:7: warning: implicit declaration of function 'isamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = isamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:134:3: warning: implicit declaration of function 'scopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
scopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:68:11: warning: unused variable 'zero' [-Wunused-variable] | |
float zero = 0.0; | |
^ | |
5 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:97:13: warning: implicit declaration of function 'sasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = sasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:100:13: warning: implicit declaration of function 'snrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = snrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:105:7: warning: implicit declaration of function 'isamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = isamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:134:3: warning: implicit declaration of function 'scopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
scopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:68:11: warning: unused variable 'zero' [-Wunused-variable] | |
float zero = 0.0; | |
^ | |
5 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:98:2: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:100:2: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:53:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:53:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:98:2: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:100:2: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:53:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:53:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:181:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:181:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:68:19: note: initialize the variable 'value' to silence this warning | |
double value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:68:19: note: initialize the variable 'value' to silence this warning | |
double value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:191:3: warning: implicit declaration of function 'strsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:194:3: warning: implicit declaration of function 'sgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
4 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:191:3: warning: implicit declaration of function 'strsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:194:3: warning: implicit declaration of function 'sgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:159:7: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:162:7: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:488:27: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
z_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:488:27: note: place parentheses around the '&&' expression to silence this warning | |
z_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
3 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:159:7: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:162:7: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:488:27: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
z_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:488:27: note: place parentheses around the '&&' expression to silence this warning | |
z_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:171:3: warning: implicit declaration of function 'dtrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:174:3: warning: implicit declaration of function 'dgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:84:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:92:29: warning: unused variable 'jcol' [-Wunused-variable] | |
int i, j, k, iptr, jcol, n, ldb, nrhs; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:89:22: warning: unused variable 'Uval' [-Wunused-variable] | |
double *Lval, *Uval; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:84:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
6 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:171:3: warning: implicit declaration of function 'dtrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:174:3: warning: implicit declaration of function 'dgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:84:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:84:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:92:29: warning: unused variable 'jcol' [-Wunused-variable] | |
int i, j, k, iptr, jcol, n, ldb, nrhs; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c:89:22: warning: unused variable 'Uval' [-Wunused-variable] | |
double *Lval, *Uval; | |
^ | |
6 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:238:7: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:285:7: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:238:7: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:285:7: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c:63:47: warning: implicit declaration of function 'dlamch_' is invalid in C99 [-Wimplicit-function-declaration] | |
register float d_max = 0.0, d_min = 1.0 / dlamch_("Safe minimum"); | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c:63:47: warning: implicit declaration of function 'dlamch_' is invalid in C99 [-Wimplicit-function-declaration] | |
register float d_max = 0.0, d_min = 1.0 / dlamch_("Safe minimum"); | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c:468:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_doublecomplex_vec(char *what, int n, doublecomplex *vec) | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c:468:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_doublecomplex_vec(char *what, int n, doublecomplex *vec) | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:359:29: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)old_ptr - (char*)*dworkptr; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:538:26: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)new_mem - (char*)old_mem; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:563:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
- (char*)expanders[type + 1].mem; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:232:3: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:243:3: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:286:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:286:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:286:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:232:3: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:243:3: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:286:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:286:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:286:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c:155:7: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c:158:7: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c:155:7: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c:158:7: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:97:13: warning: implicit declaration of function 'scasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = scasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:100:13: warning: implicit declaration of function 'scnrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = scnrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:105:7: warning: implicit declaration of function 'icamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = icamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:134:3: warning: implicit declaration of function 'ccopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
ccopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:68:13: warning: unused variable 'zero' [-Wunused-variable] | |
complex zero = {0.0, 0.0}; | |
^ | |
5 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:97:13: warning: implicit declaration of function 'scasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = scasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:100:13: warning: implicit declaration of function 'scnrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = scnrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:105:7: warning: implicit declaration of function 'icamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = icamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:134:3: warning: implicit declaration of function 'ccopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
ccopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:68:13: warning: unused variable 'zero' [-Wunused-variable] | |
complex zero = {0.0, 0.0}; | |
^ | |
5 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:234:3: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:245:3: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:288:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:288:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:288:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:234:3: warning: implicit declaration of function 'ztrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:245:3: warning: implicit declaration of function 'zgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:288:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:288:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:288:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:238:7: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:285:7: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:238:7: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:285:7: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:171:3: warning: implicit declaration of function 'dtrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsm_("L", "U", "N", "N", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:105:21: warning: unused variable 'nrow' [-Wunused-variable] | |
int fsupc, nrow, nsupr, nsupc, luptr, istart, irow; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:106:23: warning: unused variable 'iptr' [-Wunused-variable] | |
int i, j, k, iptr, jcol, n, ldb, nrhs; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:98:15: warning: unused variable 'work_col' [-Wunused-variable] | |
double *work_col; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:97:27: warning: unused variable 'beta' [-Wunused-variable] | |
double alpha = 1.0, beta = 1.0; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:95:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:95:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
7 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:171:3: warning: implicit declaration of function 'dtrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsm_("L", "U", "N", "N", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:95:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:95:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:105:21: warning: unused variable 'nrow' [-Wunused-variable] | |
int fsupc, nrow, nsupr, nsupc, luptr, istart, irow; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:97:27: warning: unused variable 'beta' [-Wunused-variable] | |
double alpha = 1.0, beta = 1.0; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:98:15: warning: unused variable 'work_col' [-Wunused-variable] | |
double *work_col; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c:106:23: warning: unused variable 'iptr' [-Wunused-variable] | |
int i, j, k, iptr, jcol, n, ldb, nrhs; | |
^ | |
7 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:224:7: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:271:7: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:224:7: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:271:7: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:193:3: warning: implicit declaration of function 'ztrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:196:3: warning: implicit declaration of function 'zgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:349:30: warning: format specifies type 'double' but the argument has type 'doublecomplex' [-Wformat] | |
printf("\t%d: %.4f\n", i, soln[i]); | |
~~~~ ^~~~~~~ | |
5 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:193:3: warning: implicit declaration of function 'ztrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
ztrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:196:3: warning: implicit declaration of function 'zgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
zgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:349:30: warning: format specifies type 'double' but the argument has type 'doublecomplex' [-Wformat] | |
printf("\t%d: %.4f\n", i, soln[i]); | |
~~~~ ^~~~~~~ | |
5 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c:472:14: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
register i; | |
~~~~~~~~ ^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c:472:14: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
register i; | |
~~~~~~~~ ^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c:464:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_double_vec(char *what, int n, double *vec) | |
^~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c:464:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_double_vec(char *what, int n, double *vec) | |
^~~~~~~~~~~~~~~~ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:159:7: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:162:7: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:488:27: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
c_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:488:27: note: place parentheses around the '&&' expression to silence this warning | |
c_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
3 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:159:7: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:162:7: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:488:27: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
c_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:488:27: note: place parentheses around the '&&' expression to silence this warning | |
c_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scopy_to_ucol.c:63:47: warning: implicit declaration of function 'dlamch_' is invalid in C99 [-Wimplicit-function-declaration] | |
register float d_max = 0.0, d_min = 1.0 / dlamch_("Safe minimum"); | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scopy_to_ucol.c:63:47: warning: implicit declaration of function 'dlamch_' is invalid in C99 [-Wimplicit-function-declaration] | |
register float d_max = 0.0, d_min = 1.0 / dlamch_("Safe minimum"); | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c:424:16: warning: unused variable 'c__1' [-Wunused-variable] | |
static int c__1 = 1; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c:424:16: warning: unused variable 'c__1' [-Wunused-variable] | |
static int c__1 = 1; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:98:2: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:100:2: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:53:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:53:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:98:2: warning: implicit declaration of function 'ctrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:100:2: warning: implicit declaration of function 'cgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:53:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:53:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c:64:21: warning: unused variable 'temp_comp' [-Wunused-variable] | |
doublecomplex temp_comp; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c:64:21: warning: unused variable 'temp_comp' [-Wunused-variable] | |
doublecomplex temp_comp; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:68:18: note: initialize the variable 'value' to silence this warning | |
float value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:68:18: note: initialize the variable 'value' to silence this warning | |
float value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c:417:16: warning: unused variable 'c__1' [-Wunused-variable] | |
static int c__1 = 1; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c:417:16: warning: unused variable 'c__1' [-Wunused-variable] | |
static int c__1 = 1; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:191:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:191:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:359:29: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)old_ptr - (char*)*dworkptr; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:538:26: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)new_mem - (char*)old_mem; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:563:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
- (char*)expanders[type + 1].mem; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:219:3: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:230:3: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:273:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:273:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:273:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:219:3: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:230:3: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:273:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:273:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:273:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c:155:7: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c:158:7: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c:155:7: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c:158:7: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:97:2: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:99:2: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:52:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:52:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:97:2: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:99:2: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:52:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:52:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:18: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:18: note: place parentheses around the '&&' expression to silence this warning | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:48: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:48: note: place parentheses around the '&&' expression to silence this warning | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:69:10: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
>= 162 && inta <= 169) | |
~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:69:10: note: place parentheses around the '&&' expression to silence this warning | |
>= 162 && inta <= 169) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:18: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:18: note: place parentheses around the '&&' expression to silence this warning | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:48: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:48: note: place parentheses around the '&&' expression to silence this warning | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:72:10: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
>= 162 && intb <= 169) | |
~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:72:10: note: place parentheses around the '&&' expression to silence this warning | |
>= 162 && intb <= 169) | |
^ | |
6 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:18: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:18: note: place parentheses around the '&&' expression to silence this warning | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:48: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:48: note: place parentheses around the '&&' expression to silence this warning | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:69:10: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
>= 162 && inta <= 169) | |
~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:69:10: note: place parentheses around the '&&' expression to silence this warning | |
>= 162 && inta <= 169) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:18: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:18: note: place parentheses around the '&&' expression to silence this warning | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:48: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:48: note: place parentheses around the '&&' expression to silence this warning | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:72:10: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
>= 162 && intb <= 169) | |
~~~~~~~^~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:72:10: note: place parentheses around the '&&' expression to silence this warning | |
>= 162 && intb <= 169) | |
^ | |
6 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:97:2: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:99:2: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:52:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:52:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:97:2: warning: implicit declaration of function 'strsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:99:2: warning: implicit declaration of function 'sgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
sgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:52:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:52:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:179:14: warning: variable 'AA' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:199:26: note: uninitialized use occurs here | |
sp_preorder(options, AA, perm_c, etree, &AC); | |
^~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:179:9: note: remove the 'if' if its condition is always true | |
if ( A->Stype == SLU_NC ) AA = A; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:139:20: note: initialize the variable 'AA' to silence this warning | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
= NULL | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c:464:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_float_vec(char *what, int n, float *vec) | |
^~~~~~~~~~~~~~~ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c:464:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_float_vec(char *what, int n, float *vec) | |
^~~~~~~~~~~~~~~ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c:64:15: warning: unused variable 'temp_comp' [-Wunused-variable] | |
complex temp_comp; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c:64:15: warning: unused variable 'temp_comp' [-Wunused-variable] | |
complex temp_comp; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:181:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:181:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c:157:5: warning: implicit declaration of function 'ccopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
ccopy_(n, x, &c__1, v, &c__1); | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c:163:1: warning: unused label 'L90' [-Wunused-label] | |
L90: | |
^~~~ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c:157:5: warning: implicit declaration of function 'ccopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
ccopy_(n, x, &c__1, v, &c__1); | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c:163:1: warning: unused label 'L90' [-Wunused-label] | |
L90: | |
^~~~ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:68:18: note: initialize the variable 'value' to silence this warning | |
float value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:94:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:116:13: note: uninitialized use occurs here | |
return (value); | |
^~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:94:12: note: remove the 'if' if its condition is always true | |
} else if (lsame_(norm, "I")) { | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:68:18: note: initialize the variable 'value' to silence this warning | |
float value, sum; | |
^ | |
= 0.0 | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:191:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:191:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:193:3: warning: implicit declaration of function 'ctrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:196:3: warning: implicit declaration of function 'cgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:349:30: warning: format specifies type 'double' but the argument has type 'complex' [-Wformat] | |
printf("\t%d: %.4f\n", i, soln[i]); | |
~~~~ ^~~~~~~ | |
5 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:193:3: warning: implicit declaration of function 'ctrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
ctrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:196:3: warning: implicit declaration of function 'cgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
cgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:349:30: warning: format specifies type 'double' but the argument has type 'complex' [-Wformat] | |
printf("\t%d: %.4f\n", i, soln[i]); | |
~~~~ ^~~~~~~ | |
5 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c:157:5: warning: implicit declaration of function 'zcopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
zcopy_(n, x, &c__1, v, &c__1); | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c:163:1: warning: unused label 'L90' [-Wunused-label] | |
L90: | |
^~~~ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c:157:5: warning: implicit declaration of function 'zcopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
zcopy_(n, x, &c__1, v, &c__1); | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c:163:1: warning: unused label 'L90' [-Wunused-label] | |
L90: | |
^~~~ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c:243:6: warning: function 'etdfs' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
void etdfs ( | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c:243:6: warning: function 'etdfs' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
void etdfs ( | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:191:3: warning: implicit declaration of function 'dtrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:194:3: warning: implicit declaration of function 'dgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
4 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:191:3: warning: implicit declaration of function 'dtrsm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:194:3: warning: implicit declaration of function 'dgemm_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:98:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:98:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
4 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:359:29: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)old_ptr - (char*)*dworkptr; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:538:26: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)new_mem - (char*)old_mem; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:563:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
- (char*)expanders[type + 1].mem; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:81:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:81:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:81:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:94:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:94:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:94:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:219:3: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:230:3: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:273:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:273:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:273:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:219:3: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:230:3: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:273:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:273:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:273:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:224:7: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:271:7: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:224:7: warning: implicit declaration of function 'dtrsv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:271:7: warning: implicit declaration of function 'dgemv_' is invalid in C99 [-Wimplicit-function-declaration] | |
dgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:359:29: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)old_ptr - (char*)*dworkptr; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:538:26: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
extra = (char*)new_mem - (char*)old_mem; | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:563:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
- (char*)expanders[type + 1].mem; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
3 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c:468:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_complex_vec(char *what, int n, complex *vec) | |
^~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c:468:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
print_complex_vec(char *what, int n, complex *vec) | |
^~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:77:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:77:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:77:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:80:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:80:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:80:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c:66:5: warning: implicit declaration of function 'xerbla_' is invalid in C99 [-Wimplicit-function-declaration] | |
xerbla_("sp_ienv", &i); | |
^ | |
1 warning generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c:66:5: warning: implicit declaration of function 'xerbla_' is invalid in C99 [-Wimplicit-function-declaration] | |
xerbla_("sp_ienv", &i); | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:133:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:133:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:133:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:175:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:175:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:175:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:97:13: warning: implicit declaration of function 'dzasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dzasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:100:13: warning: implicit declaration of function 'dznrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dznrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:105:7: warning: implicit declaration of function 'izamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = izamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:134:3: warning: implicit declaration of function 'zcopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
zcopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:68:19: warning: unused variable 'zero' [-Wunused-variable] | |
doublecomplex zero = {0.0, 0.0}; | |
^ | |
5 warnings generated. | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:97:13: warning: implicit declaration of function 'dzasum_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dzasum_(&n, &lusup[xlusup_first + i], &m) / (double)n; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:100:13: warning: implicit declaration of function 'dznrm2_' is invalid in C99 [-Wimplicit-function-declaration] | |
temp[i] = dznrm2_(&n, &lusup[xlusup_first + i], &m) | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:105:7: warning: implicit declaration of function 'izamax_' is invalid in C99 [-Wimplicit-function-declaration] | |
k = izamax_(&n, &lusup[xlusup_first + i], &m) - 1; | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:134:3: warning: implicit declaration of function 'zcopy_' is invalid in C99 [-Wimplicit-function-declaration] | |
zcopy_(&n, &lusup[xlusup_first + m1], &m, | |
^ | |
/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:68:19: warning: unused variable 'zero' [-Wunused-variable] | |
doublecomplex zero = {0.0, 0.0}; | |
^ | |
5 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c:2: | |
/System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:22:4: error: "<vecLib/vecLib.h> is deprecated. Please #include <Accelerate/Accelerate.h> and link to Accelerate.framework." | |
#error "<vecLib/vecLib.h> is deprecated. Please #include <Accelerate/Accelerate.h> and link to Accelerate.framework." | |
^ | |
1 error generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c:2: | |
/System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:22:4: error: "<vecLib/vecLib.h> is deprecated. Please #include <Accelerate/Accelerate.h> and link to Accelerate.framework." | |
#error "<vecLib/vecLib.h> is deprecated. Please #include <Accelerate/Accelerate.h> and link to Accelerate.framework." | |
^ | |
1 error generated. | |
error: Setup script exited with error: Command "clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -c /private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c -o build/temp.macosx-10.8-intel-2.7/private/tmp/easy_install-ArOepd/scipy-0.10.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.o" failed with exit status 1 | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/distutils/misc_util.py:252: RuntimeWarning: Parent module 'numpy.distutils' not found while handling absolute import | |
from numpy.distutils import log | |
Searching for python-dateutil==1.5 | |
Best match: python-dateutil 1.5 | |
python-dateutil 1.5 is already the active version in easy-install.pth | |
Using /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python | |
Processing dependencies for python-dateutil==1.5 | |
Finished processing dependencies for python-dateutil==1.5 | |
Searching for pandas==0.7.0 | |
Reading http://pypi.python.org/simple/pandas/ | |
Reading http://pandas.pydata.org | |
Reading http://pandas.sourceforge.net | |
Best match: pandas 0.7.0 | |
Downloading http://pypi.python.org/packages/source/p/pandas/pandas-0.7.0.zip#md5=39a9b22b71602c68e0e685b5f75b9668 | |
Processing pandas-0.7.0.zip | |
Running pandas-0.7.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-IU3MxF/pandas-0.7.0/egg-dist-tmp-Nz1IQj | |
warning: no files found matching 'setupegg.py' | |
no previously-included directories found matching 'doc/build' | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '.git*' found anywhere in distribution | |
warning: no previously-included files matching '.DS_Store' found anywhere in distribution | |
warning: no previously-included files matching '*.png' found anywhere in distribution | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:72:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:878:10: note: | |
expanded from macro 'PyArray_Scalar' | |
PyArray_API[60]) | |
^ | |
pandas/src/numpy_helper.h:69:1: note: use 'static' to give inline function 'get_value_1d' internal linkage | |
PANDAS_INLINE PyObject* | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
pandas/src/tseries.c:3685:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:3774:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_label_arrays), (&PyList_Type), 1, "label_arrays", 1))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:323:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:3780:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/tseries.c:3774:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_label_arrays), (&PyList_Type), 1, "label_arrays", 1))) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:3735:14: note: initialize the variable '__pyx_r' to silence this warning | |
int __pyx_r; | |
^ | |
= 0 | |
pandas/src/tseries.c:4149:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:4719:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:4819:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:4867:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:5080:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:5499:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:5547:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:5804:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6147:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6335:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6584:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6888:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:7159:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:7435:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:7785:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:8216:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:8408:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:8600:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:9012:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_width), (&PyList_Type), 1, "width", 1))) {__pyx_filename =... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:323:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:9018:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/tseries.c:9012:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_width), (&PyList_Type), 1, "width", 1))) {__pyx_filename = __pyx_f[4]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:9011:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_next), (&PyList_Type), 1, "next", 1))) {__pyx_filename =... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:323:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:9018:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/tseries.c:9011:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_next), (&PyList_Type), 1, "next", 1))) {__pyx_filename = __pyx_f[4]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:8952:14: note: initialize the variable '__pyx_r' to silence this warning | |
int __pyx_r; | |
^ | |
= 0 | |
pandas/src/tseries.c:10778:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:11032:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:11468:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:11843:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:11913:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:12422:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:12658:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:13094:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:13355:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:13789:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:14471:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:15173:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:15974:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:16226:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:16456:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17103:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17293:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17593:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17977:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:18397:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:18795:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:19366:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:19785:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:20023:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:20548:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:21076:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:21575:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:21765:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:22318:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:22976:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:24148:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:24725:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:24988:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:25193:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:25389:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:25971:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:26669:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:26892:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:27135:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:27399:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:27645:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:28175:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:28717:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:29102:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:29546:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:29937:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30126:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30312:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30498:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30684:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30757:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31051:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31344:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31635:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31926:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:32219:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:32848:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:33500:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:34126:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:34752:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:35378:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:35956:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:36568:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:37143:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:37718:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:38292:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:38635:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:38993:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:39338:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:39683:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40024:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40216:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40422:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40614:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40806:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41001:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41285:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41569:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41853:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42137:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42421:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42686:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42951:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:43216:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:43481:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:43747:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:44140:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:44548:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:44941:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:45334:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:45727:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:46124:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:46536:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:46933:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:47330:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:47726:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:48259:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:48824:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:49357:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:49890:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:50956:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:52077:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:53143:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:54210:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:54959:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:55737:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:56486:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:60693:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:60850:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:61461:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:62285:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:63297:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:63394:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:63492:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:65559:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66099:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66187:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66470:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66526:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66809:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:67092:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:67390:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:67569:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:68174:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69166:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69244:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69317:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69936:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:70261:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:70565:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:70902:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:71196:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:71479:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:71915:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:72258:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:72544:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:72868:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:73151:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:73375:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:87558:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:87717:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:88629:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:89838:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:90889:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:91050:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:91478:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:109569:7: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function] | |
void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) | |
^ | |
180 warnings generated. | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:257: | |
pandas/src/numpy_helper.h:72:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:878:10: note: | |
expanded from macro 'PyArray_Scalar' | |
PyArray_API[60]) | |
^ | |
pandas/src/numpy_helper.h:69:1: note: use 'static' to give inline function 'get_value_1d' internal linkage | |
PANDAS_INLINE PyObject* | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/tseries.c:261: | |
pandas/src/khash.h:589:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:587:46: note: expanded from macro 'KHASH_MAP_INIT_PYOBJECT' | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, kh_python_hash_func, kh_python_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:217:8: note: expanded from macro 'KHASH_INIT2' | |
k = __hash_func(key); i = k & mask; \ | |
^ | |
pandas/src/khash.h:578:35: note: expanded from macro 'kh_python_hash_func' | |
#define kh_python_hash_func(key) (PyObject_Hash(key)) | |
^~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:589:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:587:46: note: expanded from macro 'KHASH_MAP_INIT_PYOBJECT' | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, kh_python_hash_func, kh_python_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:254:11: note: expanded from macro 'KHASH_INIT2' | |
k = __hash_func(key); \ | |
^ | |
pandas/src/khash.h:578:35: note: expanded from macro 'kh_python_hash_func' | |
#define kh_python_hash_func(key) (PyObject_Hash(key)) | |
^~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:589:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:587:46: note: expanded from macro 'KHASH_MAP_INIT_PYOBJECT' | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, kh_python_hash_func, kh_python_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:291:33: note: expanded from macro 'KHASH_INIT2' | |
x = site = h->n_buckets; k = __hash_func(key); i = k & mask; \ | |
^ | |
pandas/src/khash.h:578:35: note: expanded from macro 'kh_python_hash_func' | |
#define kh_python_hash_func(key) (PyObject_Hash(key)) | |
^~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:594:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:592:43: note: expanded from macro 'KHASH_SET_INIT_PYOBJECT' | |
KHASH_INIT(name, kh_pyobject_t, char, 0, kh_python_hash_func, kh_python_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:217:8: note: expanded from macro 'KHASH_INIT2' | |
k = __hash_func(key); i = k & mask; \ | |
^ | |
pandas/src/khash.h:578:35: note: expanded from macro 'kh_python_hash_func' | |
#define kh_python_hash_func(key) (PyObject_Hash(key)) | |
^~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:594:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:592:43: note: expanded from macro 'KHASH_SET_INIT_PYOBJECT' | |
KHASH_INIT(name, kh_pyobject_t, char, 0, kh_python_hash_func, kh_python_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:254:11: note: expanded from macro 'KHASH_INIT2' | |
k = __hash_func(key); \ | |
^ | |
pandas/src/khash.h:578:35: note: expanded from macro 'kh_python_hash_func' | |
#define kh_python_hash_func(key) (PyObject_Hash(key)) | |
^~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:594:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:592:43: note: expanded from macro 'KHASH_SET_INIT_PYOBJECT' | |
KHASH_INIT(name, kh_pyobject_t, char, 0, kh_python_hash_func, kh_python_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:291:33: note: expanded from macro 'KHASH_INIT2' | |
x = site = h->n_buckets; k = __hash_func(key); i = k & mask; \ | |
^ | |
pandas/src/khash.h:578:35: note: expanded from macro 'kh_python_hash_func' | |
#define kh_python_hash_func(key) (PyObject_Hash(key)) | |
^~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:607:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_MAP_INIT_FLOAT64(float64, Py_ssize_t) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:557:44: note: expanded from macro 'KHASH_MAP_INIT_FLOAT64' | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:355:30: note: expanded from macro 'kh_float64_hash_func' | |
#define kh_float64_hash_func _Py_HashDouble | |
^~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:217:8: note: expanded from macro 'KHASH_INIT2' | |
k = __hash_func(key); i = k & mask; \ | |
^ | |
pandas/src/khash.h:607:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_MAP_INIT_FLOAT64(float64, Py_ssize_t) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:557:44: note: expanded from macro 'KHASH_MAP_INIT_FLOAT64' | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:355:30: note: expanded from macro 'kh_float64_hash_func' | |
#define kh_float64_hash_func _Py_HashDouble | |
^~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:254:11: note: expanded from macro 'KHASH_INIT2' | |
k = __hash_func(key); \ | |
^ | |
pandas/src/khash.h:607:1: warning: implicit conversion loses integer precision: 'long' to 'khint_t' (aka 'unsigned int') | |
[-Wshorten-64-to-32] | |
KHASH_MAP_INIT_FLOAT64(float64, Py_ssize_t) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:557:44: note: expanded from macro 'KHASH_MAP_INIT_FLOAT64' | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/khash.h:355:30: note: expanded from macro 'kh_float64_hash_func' | |
#define kh_float64_hash_func _Py_HashDouble | |
^~~~~~~~~~~~~~ | |
pandas/src/khash.h:328:71: note: expanded from macro 'KHASH_INIT' | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/khash.h:291:33: note: expanded from macro 'KHASH_INIT2' | |
x = site = h->n_buckets; k = __hash_func(key); i = k & mask; \ | |
^ | |
pandas/src/tseries.c:3685:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:3774:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_label_arrays), (&PyList_Type), 1, "label_arrays", 1))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:323:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:3780:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/tseries.c:3774:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_label_arrays), (&PyList_Type), 1, "label_arrays", 1))) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:3735:14: note: initialize the variable '__pyx_r' to silence this warning | |
int __pyx_r; | |
^ | |
= 0 | |
pandas/src/tseries.c:4149:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:4719:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:4819:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:4867:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:4935:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_n = __pyx_t_1; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:5080:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:5148:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_n = __pyx_t_1; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:5499:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:5547:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:5804:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6147:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6335:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6584:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:6888:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:7159:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:7435:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:7785:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:8216:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:8408:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:8600:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:9012:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_width), (&PyList_Type), 1, "width", 1))) {__pyx_filename =... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:323:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:9018:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/tseries.c:9012:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_width), (&PyList_Type), 1, "width", 1))) {__pyx_filename = __pyx_f[4]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:9011:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_next), (&PyList_Type), 1, "next", 1))) {__pyx_filename =... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:323:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:9018:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/tseries.c:9011:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_next), (&PyList_Type), 1, "next", 1))) {__pyx_filename = __pyx_f[4]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:8952:14: note: initialize the variable '__pyx_r' to silence this warning | |
int __pyx_r; | |
^ | |
= 0 | |
pandas/src/tseries.c:10778:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:10887:21: warning: implicit conversion loses integer precision: 'npy_intp' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_length = (__pyx_v_index->dimensions[0]); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:11032:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:11164:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_length = __pyx_t_2; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:11468:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:11843:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:11913:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:12344:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
((__pyx_v_vecs[__pyx_v_k])[__pyx_v_loc]) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:12422:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:12658:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:13094:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:13210:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_length = __pyx_t_1; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:13355:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:13712:160: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_pybuffernd_result.rcbuffer->pybuffer.buf, __pyx_t_18, __pyx_pybuffernd_result.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:13789:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:14471:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:15173:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:15974:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:16226:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:16456:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17103:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17293:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17593:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:17977:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:18397:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:18699:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_17, __pyx_pybuffernd_starts.diminfo[0].strides) = __pyx_v_start; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:18795:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:19366:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:19785:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:19828:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_n = __pyx_t_1; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:20023:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:20171:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_N = __pyx_t_1; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:20548:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:21076:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:21575:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:21765:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:22318:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:22976:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:24095:204: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
...__pyx_pybuffernd_output.diminfo[0].strides) = __pyx_v_op(((PyObject *)__pyx_v_skiplist), __pyx_v_nobs, __pyx_v_minp); | |
~~~~~~~~~~ ^~~~~~~~~~~~ | |
pandas/src/tseries.c:24148:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:24617:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_res = skiplist_get(__pyx_v_sl, __pyx_v_midpoint, (&__pyx_v_ret)); | |
~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:24629:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_res = ((skiplist_get(__pyx_v_sl, __pyx_v_midpoint, (&__pyx_v_ret)) + skiplist_get(__pyx_v_sl,... | |
~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:24629:129: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
...__pyx_v_midpoint, (&__pyx_v_ret)) + skiplist_get(__pyx_v_sl, (__pyx_v_midpoint - 1), (&__pyx_v_ret))) / 2.0); | |
~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~^~~ | |
pandas/src/tseries.c:24725:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:24988:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:25193:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:25389:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:25971:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:26455:136: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
...*)__pyx_v_input), __pyx_f_6pandas_8_tseries_int_max(((__pyx_v_i - __pyx_v_win) + 1), 0), (__pyx_v_i + 1)); if... | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
pandas/src/tseries.c:189:73: note: expanded from macro '__Pyx_PySequence_GetSlice' | |
#define __Pyx_PySequence_GetSlice(obj, a, b) PySequence_GetSlice(obj, a, b) | |
^ | |
pandas/src/tseries.c:26669:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:26892:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:27064:21: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
__pyx_v_idx = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:27135:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:27267:28: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
__pyx_v_idx = (__pyx_v_n - 1); | |
~ ~~~~~~~~~~^~~ | |
pandas/src/tseries.c:27316:21: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
__pyx_v_idx = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:27399:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:27645:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:28068:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_19, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:28175:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:28717:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:29102:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:29546:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:29655:23: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_newLength = __pyx_t_1; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:29937:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30126:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30312:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30498:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30684:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:30757:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31051:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31344:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31635:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:31926:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:32219:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:32717:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:32848:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:33368:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:33500:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:33995:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:34126:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:34621:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:34752:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:35247:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:35378:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:35856:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:35956:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:36466:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:36568:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:37043:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:37143:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:37618:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:37718:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:38193:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_fill_vec.diminfo[0].strides) = __pyx_v_curLoc; | |
~ ^~~~~~~~~~~~~~ | |
pandas/src/tseries.c:38292:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:38635:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:38993:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:39338:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:39683:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40024:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40216:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40422:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40614:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:40806:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41001:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41285:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41569:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:41853:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42137:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42421:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42686:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:42951:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:43216:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:43481:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:43747:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:44140:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:44548:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:44941:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:45334:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:45727:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:46124:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:46536:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:46933:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:47330:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:47726:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:48060:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_17, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:48092:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:48129:166: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_22, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:48259:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:48603:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_17, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:48644:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:48687:166: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_22, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:48824:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:49158:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_17, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:49190:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:49227:166: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_22, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:49357:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:49691:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_17, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:49723:164: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:49760:166: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_22, __pyx_pybuffernd_indexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:49890:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:50575:170: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_18, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:50649:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:50741:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_27, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:50751:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_28, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:50801:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_30, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:50853:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_34, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:50956:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:51654:170: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_18, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:51735:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_22, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:51845:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_28, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:51855:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_29, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:51912:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_31, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:51968:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_35, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:52077:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:52762:170: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_18, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:52836:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:52928:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_27, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:52938:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_28, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:52988:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_30, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:53040:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_34, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:53143:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:53828:170: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_18, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:53902:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:53994:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_27, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:54004:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_28, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:54054:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_30, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:54106:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_34, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:54210:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:54803:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_19, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:54813:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:54959:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:55572:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_19, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:55582:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:55737:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:56330:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_19, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:56340:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:56486:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:57079:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_19, __pyx_pybuffernd_lindexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:57089:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_rindexer.diminfo[0].strides) = __pyx_v_j; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:59466:168: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_17, __pyx_pybuffernd_counts.diminfo[0].strides) = __pyx_v_group_size; | |
~ ^~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:60693:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:60850:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:61461:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:62285:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:63297:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:63394:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:63492:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:65559:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66099:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66187:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66470:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66526:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:66809:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:67092:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:67390:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:67444:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_n = __pyx_t_1; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:67569:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:68174:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69166:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69244:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69317:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:69936:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:70261:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:70565:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:70902:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:71196:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:71479:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:71915:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:72258:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:72493:172: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_14, __pyx_pybuffernd_rev_indexer.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:72544:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:72667:34: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'khint_t' | |
(aka 'unsigned int') [-Wshorten-64-to-32] | |
kh_resize_pymap(__pyx_v_table, __pyx_v_size_hint); | |
~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:72868:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:72990:32: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'khint_t' | |
(aka 'unsigned int') [-Wshorten-64-to-32] | |
kh_resize_str(__pyx_v_table, __pyx_v_size_hint); | |
~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:73151:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:73258:34: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'khint_t' | |
(aka 'unsigned int') [-Wshorten-64-to-32] | |
kh_resize_pyset(__pyx_v_table, __Pyx_div_Py_ssize_t(__pyx_v_n, 10)); | |
~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:73375:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:73524:34: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'khint_t' | |
(aka 'unsigned int') [-Wshorten-64-to-32] | |
kh_resize_int64(__pyx_v_table, __pyx_v_n); | |
~~~~~~~~~~~~~~~ ^~~~~~~~~ | |
pandas/src/tseries.c:74626:38: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
(__pyx_v_resbuf[__pyx_v_i]) = (__pyx_v_table->vals[__pyx_v_k]); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:75230:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_13, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_idx; | |
~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:75330:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_16, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_count; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:75914:51: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'khint32_t' | |
(aka 'unsigned int') [-Wshorten-64-to-32] | |
__pyx_v_k = kh_get_int32(__pyx_v_self->table, __pyx_v_val); | |
~~~~~~~~~~~~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:76510:159: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_11, __pyx_pybuffernd_locs.diminfo[0].strides) = (__pyx_v_self->table->vals[__pyx_v_k]); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:76864:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_13, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_idx; | |
~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:76967:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_16, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_count; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:78584:159: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_11, __pyx_pybuffernd_locs.diminfo[0].strides) = (__pyx_v_self->table->vals[__pyx_v_k]); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:79198:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_16, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_idx; | |
~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:79282:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_count; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:79695:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_16, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_idx; | |
~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:79750:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_18, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_count; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:80719:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_17, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_idx; | |
~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:80803:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_21, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_count; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:81360:159: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_12, __pyx_pybuffernd_locs.diminfo[0].strides) = (__pyx_v_self->table->vals[__pyx_v_k]); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:82813:159: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_11, __pyx_pybuffernd_locs.diminfo[0].strides) = (__pyx_v_self->table->vals[__pyx_v_k]); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/tseries.c:83673:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_19, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_idx; | |
~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:83754:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_23, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_count; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:86350:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_16, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_idx; | |
~ ^~~~~~~~~~~ | |
pandas/src/tseries.c:86425:162: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_20, __pyx_pybuffernd_labels.diminfo[0].strides) = __pyx_v_count; | |
~ ^~~~~~~~~~~~~ | |
pandas/src/tseries.c:87558:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:87717:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:88465:196: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_27, __pyx_pybuffernd_left_indexer.diminfo[0].strides) = (__pyx_v_left_pos + __pyx_v_j); | |
~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:88484:199: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_28, __pyx_pybuffernd_right_indexer.diminfo[0].strides) = (__pyx_v_right_pos + __pyx_v_k); | |
~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:88629:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:89374:194: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_25, __pyx_pybuffernd_left_indexer.diminfo[0].strides) = (__pyx_v_left_pos + __pyx_v_j); | |
~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:89456:196: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_29, __pyx_pybuffernd_left_indexer.diminfo[0].strides) = (__pyx_v_left_pos + __pyx_v_j); | |
~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:89475:199: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_30, __pyx_pybuffernd_right_indexer.diminfo[0].strides) = (__pyx_v_right_pos + __pyx_v_k); | |
~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:89838:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:90575:194: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_25, __pyx_pybuffernd_left_indexer.diminfo[0].strides) = (__pyx_v_left_pos + __pyx_v_j); | |
~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:90665:197: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_28, __pyx_pybuffernd_right_indexer.diminfo[0].strides) = (__pyx_v_right_pos + __pyx_v_j); | |
~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:90728:196: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_31, __pyx_pybuffernd_left_indexer.diminfo[0].strides) = (__pyx_v_left_pos + __pyx_v_j); | |
~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:90747:199: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_32, __pyx_pybuffernd_right_indexer.diminfo[0].strides) = (__pyx_v_right_pos + __pyx_v_k); | |
~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/tseries.c:90889:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:91050:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:91407:160: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
...__pyx_pybuffernd_result.rcbuffer->pybuffer.buf, __pyx_t_18, __pyx_pybuffernd_result.diminfo[0].strides) = __pyx_v_i; | |
~ ^~~~~~~~~ | |
pandas/src/tseries.c:91478:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/tseries.c:109569:7: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function] | |
void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) | |
^ | |
300 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:72:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:878:10: note: | |
expanded from macro 'PyArray_Scalar' | |
PyArray_API[60]) | |
^ | |
pandas/src/numpy_helper.h:69:1: note: use 'static' to give inline function 'get_value_1d' internal linkage | |
PANDAS_INLINE PyObject* | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
pandas/src/engines.c:1156:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/engines.c:1266:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/engines.c:2845:12: warning: unused function '__pyx_pw_5numpy_7ndarray_1__getbuffer__' [-Wunused-function] | |
static int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { | |
^ | |
pandas/src/engines.c:3661:13: warning: unused function '__pyx_pw_5numpy_7ndarray_3__releasebuffer__' [-Wunused-function] | |
static void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { | |
^ | |
15 warnings generated. | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:27:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyArray_IsIntegerScalar(obj)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:30:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) { | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:22:1: note: use 'static' to give inline function 'infer_type' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:43:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:69:18: note: | |
expanded from macro 'PyArray_IsIntegerScalar' | |
|| PyArray_IsScalar((obj), Integer)) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyIntegerArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:788:49: note: | |
expanded from macro 'PyIntegerArrType_Type' | |
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:41:1: note: use 'static' to give inline function 'is_integer_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:49:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyFloatingArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:792:50: note: | |
expanded from macro 'PyFloatingArrType_Type' | |
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:47:1: note: use 'static' to give inline function 'is_float_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:54:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool)); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:48:35: note: | |
expanded from macro 'PyArray_IsScalar' | |
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type)) | |
^ | |
<scratch space>:23:1: note: expanded from macro 'Py' | |
PyBoolArrType_Type | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:784:46: note: | |
expanded from macro 'PyBoolArrType_Type' | |
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8]) | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro | |
'PyObject_TypeCheck' | |
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) | |
^ | |
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_bool_object' internal linkage | |
PANDAS_INLINE int | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
In file included from pandas/src/engines.c:257: | |
pandas/src/numpy_helper.h:72:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage | |
[-Wstatic-in-inline] | |
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:878:10: note: | |
expanded from macro 'PyArray_Scalar' | |
PyArray_API[60]) | |
^ | |
pandas/src/numpy_helper.h:69:1: note: use 'static' to give inline function 'get_value_1d' internal linkage | |
PANDAS_INLINE PyObject* | |
^ | |
static | |
pandas/src/numpy_helper.h:6:27: note: expanded from macro 'PANDAS_INLINE' | |
#define PANDAS_INLINE __inline__ | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:770:15: note: | |
'PyArray_API' declared here | |
static void **PyArray_API=NULL; | |
^ | |
pandas/src/engines.c:1156:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/engines.c:1266:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/engines.c:2845:12: warning: unused function '__pyx_pw_5numpy_7ndarray_1__getbuffer__' [-Wunused-function] | |
static int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { | |
^ | |
pandas/src/engines.c:3661:13: warning: unused function '__pyx_pw_5numpy_7ndarray_3__releasebuffer__' [-Wunused-function] | |
static void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { | |
^ | |
15 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
pandas/src/sparse.c:5126:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:9279:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_y), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "y", 0))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:317:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9285:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/sparse.c:9279:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_y), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "y", 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 529; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9278:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_x), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "x", 0))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:317:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9285:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/sparse.c:9278:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_x), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "x", 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 529; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9229:14: note: initialize the variable '__pyx_r' to silence this warning | |
int __pyx_r; | |
^ | |
= 0 | |
pandas/src/sparse.c:13881:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14050:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14219:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14388:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14557:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14726:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14895:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15064:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15233:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15402:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15581:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15780:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15979:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16178:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16377:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16576:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16775:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16974:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17173:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17372:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17516:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17837:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
25 warnings generated. | |
pandas/src/sparse.c:5126:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself | |
[-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:6532:180: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
...__pyx_t_13, __pyx_pybuffernd_indices.diminfo[0].strides) = (__pyx_v_offset + __pyx_v_j); | |
~ ~~~~~~~~~~~~~~~^~~~~~~~~~~ | |
pandas/src/sparse.c:9279:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_y), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "y", 0))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:317:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9285:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/sparse.c:9279:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_y), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "y", 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 529; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9278:7: warning: variable '__pyx_r' is used uninitialized whenever 'if' condition is true | |
[-Wsometimes-uninitialized] | |
if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_x), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "x", 0))... | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:317:25: note: expanded from macro 'unlikely' | |
#define unlikely(x) __builtin_expect(!!(x), 0) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9285:10: note: uninitialized use occurs here | |
return __pyx_r; | |
^~~~~~~ | |
pandas/src/sparse.c:9278:3: note: remove the 'if' if its condition is always false | |
...if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_x), __pyx_ptype_6pandas_7_sparse_BlockIndex, 1, "x", 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 529; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
pandas/src/sparse.c:9229:14: note: initialize the variable '__pyx_r' to silence this warning | |
int __pyx_r; | |
^ | |
= 0 | |
pandas/src/sparse.c:10345:52: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
__pyx_v_ynblocks = __pyx_v_self->__pyx_base.y->nblocks; | |
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
pandas/src/sparse.c:10487:52: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'__pyx_t_5numpy_int32_t' (aka 'int') [-Wshorten-64-to-32] | |
__pyx_v_ynblocks = __pyx_v_self->__pyx_base.x->nblocks; | |
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
pandas/src/sparse.c:12346:62: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
__pyx_v_yloc = ((__pyx_v_yindex->locbuf[__pyx_v_yblock]) + __pyx_v_ybp); | |
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | |
pandas/src/sparse.c:12355:62: warning: implicit conversion loses integer precision: 'long' to '__pyx_t_5numpy_int32_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
__pyx_v_xloc = ((__pyx_v_xindex->locbuf[__pyx_v_xblock]) + __pyx_v_xbp); | |
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | |
pandas/src/sparse.c:13881:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14050:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14219:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14388:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14557:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14726:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:14895:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15064:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15233:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15402:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15581:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15780:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:15979:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16178:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16377:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16576:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16775:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:16974:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17173:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17372:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17516:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
pandas/src/sparse.c:17837:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to | |
itself [-Wself-assign] | |
__pyx_self = __pyx_self; | |
~~~~~~~~~~ ^ ~~~~~~~~~~ | |
30 warnings generated. | |
Adding pandas 0.7.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/pandas-0.7.0-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for pandas==0.7.0 | |
Finished processing dependencies for pandas==0.7.0 | |
Searching for Quadtree==0.1.2 | |
Reading http://pypi.python.org/simple/Quadtree/ | |
Reading http://icon.stoa.org/trac/pleiades/wiki/QuadTree | |
Download error: [Errno 60] Operation timed out -- Some packages may not be found! | |
Best match: Quadtree 0.1.2 | |
Downloading http://pypi.python.org/packages/source/Q/Quadtree/Quadtree-0.1.2.tar.gz#md5=2ace3a8077e4b456e74fc2be870c71f1 | |
Processing Quadtree-0.1.2.tar.gz | |
Running Quadtree-0.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-M5zlE2/Quadtree-0.1.2/egg-dist-tmp-5GJ5D4 | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
shapelib/shptree.c:66:13: warning: unused variable 'rcsid' [-Wunused-variable] | |
static char rcsid[] = | |
^ | |
1 warning generated. | |
shapelib/shptree.c:66:13: warning: unused variable 'rcsid' [-Wunused-variable] | |
static char rcsid[] = | |
^ | |
1 warning generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
shapelib/shpopen.c:1180:14: warning: variable 'nRecordSize' is used uninitialized whenever 'if' condition is false | |
[-Wsometimes-uninitialized] | |
else if( psObject->nSHPType == SHPT_NULL ) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
shapelib/shpopen.c:1217:12: note: uninitialized use occurs here | |
i32 = (nRecordSize-8)/2; /* record size */ | |
^~~~~~~~~~~ | |
shapelib/shpopen.c:1180:10: note: remove the 'if' if its condition is always true | |
else if( psObject->nSHPType == SHPT_NULL ) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
shapelib/shpopen.c:917:46: note: initialize the variable 'nRecordSize' to silence this warning | |
int nRecordOffset, i, nRecordSize; | |
^ | |
= 0 | |
shapelib/shpopen.c:161:13: warning: unused variable 'rcsid' [-Wunused-variable] | |
static char rcsid[] = | |
^ | |
2 warnings generated. | |
shapelib/shpopen.c:384:33: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' | |
[-Wshorten-64-to-32] | |
for( i = strlen(pszBasename)-1; | |
~ ~~~~~~~~~~~~~~~~~~~^~ | |
shapelib/shpopen.c:642:33: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' | |
[-Wshorten-64-to-32] | |
for( i = strlen(pszBasename)-1; | |
~ ~~~~~~~~~~~~~~~~~~~^~ | |
shapelib/shpopen.c:1180:14: warning: variable 'nRecordSize' is used uninitialized whenever 'if' condition is false | |
[-Wsometimes-uninitialized] | |
else if( psObject->nSHPType == SHPT_NULL ) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
shapelib/shpopen.c:1217:12: note: uninitialized use occurs here | |
i32 = (nRecordSize-8)/2; /* record size */ | |
^~~~~~~~~~~ | |
shapelib/shpopen.c:1180:10: note: remove the 'if' if its condition is always true | |
else if( psObject->nSHPType == SHPT_NULL ) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
shapelib/shpopen.c:917:46: note: initialize the variable 'nRecordSize' to silence this warning | |
int nRecordOffset, i, nRecordSize; | |
^ | |
= 0 | |
shapelib/shpopen.c:161:13: warning: unused variable 'rcsid' [-Wunused-variable] | |
static char rcsid[] = | |
^ | |
4 warnings generated. | |
zip_safe flag not set; analyzing archive contents... | |
Adding Quadtree 0.1.2 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/Quadtree-0.1.2-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for Quadtree==0.1.2 | |
Finished processing dependencies for Quadtree==0.1.2 | |
Searching for Fuzzy==1.0 | |
Reading http://pypi.python.org/simple/Fuzzy/ | |
Reading https://bitbucket.org/yougov/fuzzy | |
Best match: Fuzzy 1.0 | |
Downloading http://pypi.python.org/packages/source/F/Fuzzy/Fuzzy-1.0.tar.gz#md5=cd8676a6daf805f30dc07c49cebe3054 | |
Processing Fuzzy-1.0.tar.gz | |
Running Fuzzy-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-RQh7eQ/Fuzzy-1.0/egg-dist-tmp-jPctPY | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
src/fuzzy.c:384:19: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_v_start = __pyx_4; | |
~ ^~~~~~~ | |
src/fuzzy.c:385:18: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_stop = __pyx_5; | |
~ ^~~~~~~ | |
src/fuzzy.c:494:22: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_v_stop = __pyx_4; | |
~ ^~~~~~~ | |
src/fuzzy.c:526:18: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_stop = __pyx_5; | |
~ ^~~~~~~ | |
src/fuzzy.c:667:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_6 = PyInt_AsLong(__pyx_2); if (PyErr_Occurred()) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 155; goto... | |
~ ^~~~~~~~~~~~~~~~~~~~~ | |
src/fuzzy.c:695:18: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_stop = __pyx_5; | |
~ ^~~~~~~ | |
src/fuzzy.c:837:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_1 = PyInt_AsLong(__pyx_v_size); if (PyErr_Occurred()) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 191; goto... | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/fuzzy.c:884:16: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
__pyx_v_ls = strlen(__pyx_v_cs); | |
~ ^~~~~~~~~~~~~~~~~~ | |
src/fuzzy.c:1001:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
__pyx_2 = PyInt_AsLong(__pyx_1); if (PyErr_Occurred()) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 237; goto __pyx_L1;} | |
~ ^~~~~~~~~~~~~~~~~~~~~ | |
9 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
src/double_metaphone.c:255:11: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '<C7>': | |
^ | |
src/double_metaphone.c:810:11: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '<D1>': | |
^ | |
2 warnings generated. | |
src/double_metaphone.c:26:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
s->length = strlen(init_str); | |
~ ^~~~~~~~~~~~~~~~ | |
src/double_metaphone.c:172:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
add_length = strlen(new_str); | |
~ ^~~~~~~~~~~~~~~ | |
src/double_metaphone.c:255:11: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '<C7>': | |
^ | |
src/double_metaphone.c:810:11: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '<D1>': | |
^ | |
src/double_metaphone.c:195:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
length = strlen(str); | |
~ ^~~~~~~~~~~ | |
5 warnings generated. | |
Adding Fuzzy 1.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/Fuzzy-1.0-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for Fuzzy==1.0 | |
Finished processing dependencies for Fuzzy==1.0 | |
Searching for python-Levenshtein==0.10.2 | |
Reading http://pypi.python.org/simple/python-Levenshtein/ | |
Reading http://trific.ath.cx/resources/python/levenshtein/ | |
Reading http://github.com/miohtama/python-Levenshtein | |
Best match: python-Levenshtein 0.10.2 | |
Downloading http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-0.10.2.tar.gz#md5=c8af7296dc640abdf511614ee677bbb8 | |
Processing python-Levenshtein-0.10.2.tar.gz | |
Running python-Levenshtein-0.10.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-G9ZBvO/python-Levenshtein-0.10.2/egg-dist-tmp-z354cQ | |
warning: no files found matching '*' under directory 'docs' | |
warning: no previously-included files matching '*pyc' found anywhere in distribution | |
warning: no previously-included files matching '.project' found anywhere in distribution | |
warning: no previously-included files matching '.pydevproject' found anywhere in distribution | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
Levenshtein.c:673:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:674:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:758:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:759:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:802:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:803:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:852:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:853:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:954:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(medstr, len); | |
^~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:1033:15: warning: initializing 'lev_byte *' (aka 'unsigned char *') with an expression of type 'char [1]' | |
converts between pointers to integer types with different sign [-Wpointer-sign] | |
lev_byte *s = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1039:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(medstr, len); | |
^~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:1080:26: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
name, n, PyList_GET_SIZE(wlist)); | |
^ | |
Levenshtein.c:1080:29: warning: format specifies type 'int' but the argument has type 'Py_ssize_t' (aka 'long') [-Wformat] | |
name, n, PyList_GET_SIZE(wlist)); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro | |
'PyList_GET_SIZE' | |
#define PyList_GET_SIZE(op) Py_SIZE(op) | |
^~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:33: note: expanded from macro | |
'Py_SIZE' | |
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1094:61: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s weight #%i is not a Number", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1103:57: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s weight #%i is negative", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1163:16: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
strings[0] = PyString_AS_STRING(first); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1172:59: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s item #%i is not a String", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1175:18: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
strings[i] = PyString_AS_STRING(item); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1208:60: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s item #%i is not a Unicode", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1592:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1593:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1710:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1711:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1805:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1806:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1820:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(s, len); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:1836:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(s, len); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:6563:1: warning: unused function 'lev_editops_total_cost' [-Wunused-function] | |
lev_editops_total_cost(size_t n, | |
^ | |
Levenshtein.c:6633:1: warning: unused function 'lev_opcodes_total_cost' [-Wunused-function] | |
lev_opcodes_total_cost(size_t nb, | |
^ | |
Levenshtein.c:6588:1: warning: unused function 'lev_editops_normalize' [-Wunused-function] | |
lev_editops_normalize(size_t n, | |
^ | |
Levenshtein.c:2304:1: warning: unused function 'lev_edit_distance_sod' [-Wunused-function] | |
lev_edit_distance_sod(size_t len, const lev_byte *string, | |
^ | |
Levenshtein.c:2483:1: warning: unused function 'lev_u_edit_distance_sod' [-Wunused-function] | |
lev_u_edit_distance_sod(size_t len, const lev_wchar *string, | |
^ | |
32 warnings generated. | |
Levenshtein.c:673:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:674:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:676:66: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
size_t d = lev_edit_distance(len1, string1, len2, string2, xcost); | |
~~~~~~~~~~~~~~~~~ ^~~~~ | |
Levenshtein.c:694:68: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
size_t d = lev_u_edit_distance(len1, string1, len2, string2, xcost); | |
~~~~~~~~~~~~~~~~~~~ ^~~~~ | |
Levenshtein.c:758:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:759:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:802:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:803:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:852:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:853:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers to | |
integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:954:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(medstr, len); | |
^~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:1033:15: warning: initializing 'lev_byte *' (aka 'unsigned char *') with an expression of type 'char [1]' | |
converts between pointers to integer types with different sign [-Wpointer-sign] | |
lev_byte *s = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1039:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(medstr, len); | |
^~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:1080:26: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
name, n, PyList_GET_SIZE(wlist)); | |
^ | |
Levenshtein.c:1080:29: warning: format specifies type 'int' but the argument has type 'Py_ssize_t' (aka 'long') [-Wformat] | |
name, n, PyList_GET_SIZE(wlist)); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro | |
'PyList_GET_SIZE' | |
#define PyList_GET_SIZE(op) Py_SIZE(op) | |
^~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:33: note: expanded from macro | |
'Py_SIZE' | |
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1094:61: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s weight #%i is not a Number", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1103:57: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s weight #%i is negative", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1163:16: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
strings[0] = PyString_AS_STRING(first); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1172:59: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s item #%i is not a String", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1175:18: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
strings[i] = PyString_AS_STRING(item); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1208:60: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') | |
[-Wformat] | |
"%s item #%i is not a Unicode", name, i); | |
~~ ^ | |
%zi | |
Levenshtein.c:1345:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'LevEditType' | |
[-Wshorten-64-to-32] | |
return i; | |
~~~~~~ ^ | |
Levenshtein.c:1358:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'LevEditType' | |
[-Wshorten-64-to-32] | |
return i; | |
~~~~~~ ^ | |
Levenshtein.c:1592:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1593:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1710:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1711:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1805:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string1 = PyString_AS_STRING(arg1); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1806:13: warning: assigning to 'lev_byte *' (aka 'unsigned char *') from 'char [1]' converts between pointers | |
to integer types with different sign [-Wpointer-sign] | |
string2 = PyString_AS_STRING(arg2); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
Levenshtein.c:1820:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(s, len); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:1836:43: warning: passing 'lev_byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts | |
between pointers to integer types with different sign [-Wpointer-sign] | |
result = PyString_FromStringAndSize(s, len); | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:62:63: note: passing argument to | |
parameter here | |
PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | |
^ | |
Levenshtein.c:6563:1: warning: unused function 'lev_editops_total_cost' [-Wunused-function] | |
lev_editops_total_cost(size_t n, | |
^ | |
Levenshtein.c:6633:1: warning: unused function 'lev_opcodes_total_cost' [-Wunused-function] | |
lev_opcodes_total_cost(size_t nb, | |
^ | |
Levenshtein.c:6588:1: warning: unused function 'lev_editops_normalize' [-Wunused-function] | |
lev_editops_normalize(size_t n, | |
^ | |
Levenshtein.c:2304:1: warning: unused function 'lev_edit_distance_sod' [-Wunused-function] | |
lev_edit_distance_sod(size_t len, const lev_byte *string, | |
^ | |
Levenshtein.c:2483:1: warning: unused function 'lev_u_edit_distance_sod' [-Wunused-function] | |
lev_u_edit_distance_sod(size_t len, const lev_wchar *string, | |
^ | |
36 warnings generated. | |
Adding python-Levenshtein 0.10.2 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/python_Levenshtein-0.10.2-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for python-Levenshtein==0.10.2 | |
Finished processing dependencies for python-Levenshtein==0.10.2 | |
Searching for tornado==2.1.1 | |
Reading http://pypi.python.org/simple/tornado/ | |
Reading http://www.tornadoweb.org/ | |
Best match: tornado 2.1.1 | |
Downloading http://github.com/downloads/facebook/tornado/tornado-2.1.1.tar.gz | |
Processing tornado-2.1.1.tar.gz | |
Running tornado-2.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3_HXPg/tornado-2.1.1/egg-dist-tmp-D8B1XL | |
warning: no previously-included files matching '_auto2to3*' found anywhere in distribution | |
zip_safe flag not set; analyzing archive contents... | |
tornado.autoreload: module references __file__ | |
tornado.simple_httpclient: module references __file__ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | |
symbols = dict.fromkeys(iter_symbols(code)) | |
tornado.test.httpserver_test: module references __file__ | |
tornado.test.web_test: module references __file__ | |
Adding tornado 2.1.1 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/tornado-2.1.1-py2.7.egg | |
Processing dependencies for tornado==2.1.1 | |
Finished processing dependencies for tornado==2.1.1 | |
Searching for wsgiref==0.1.2 | |
Best match: wsgiref 0.1.2 | |
Adding wsgiref 0.1.2 to easy-install.pth file | |
Using /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
Processing dependencies for wsgiref==0.1.2 | |
Finished processing dependencies for wsgiref==0.1.2 | |
Searching for pygeoip==0.2.2 | |
Reading http://pypi.python.org/simple/pygeoip/ | |
Reading http://code.google.com/p/pygeoip/ | |
Reading https://github.com/appliedsec/pygeoip | |
Best match: pygeoip 0.2.2 | |
Downloading http://pygeoip.googlecode.com/files/pygeoip-0.2.2.tar.gz | |
Processing pygeoip-0.2.2.tar.gz | |
Running pygeoip-0.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qjxeZr/pygeoip-0.2.2/egg-dist-tmp-IawyOU | |
zip_safe flag not set; analyzing archive contents... | |
Adding pygeoip 0.2.2 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/pygeoip-0.2.2-py2.7.egg | |
Processing dependencies for pygeoip==0.2.2 | |
Searching for six>=1.0 | |
Reading http://pypi.python.org/simple/six/ | |
Best match: six 1.2.0 | |
Downloading http://pypi.python.org/packages/source/s/six/six-1.2.0.tar.gz#md5=2a5d1afc79912832ac78fd38e3d75d7e | |
Processing six-1.2.0.tar.gz | |
Running six-1.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qEsLSp/six-1.2.0/egg-dist-tmp-m05Vc7 | |
zip_safe flag not set; analyzing archive contents... | |
Adding six 1.2.0 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/six-1.2.0-py2.7.egg | |
Finished processing dependencies for pygeoip==0.2.2 | |
Searching for python-daemon==1.5.5 | |
Reading http://pypi.python.org/simple/python-daemon/ | |
Best match: python-daemon 1.5.5 | |
Downloading http://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.5.5.tar.gz#md5=1f6cd41473c2e201021a0aeef395b2b1 | |
Processing python-daemon-1.5.5.tar.gz | |
Running python-daemon-1.5.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-RiQE2p/python-daemon-1.5.5/egg-dist-tmp-JQwMwn | |
warning: no files found matching 'TODO' | |
Adding python-daemon 1.5.5 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/python_daemon-1.5.5-py2.7.egg | |
Processing dependencies for python-daemon==1.5.5 | |
Searching for lockfile>=0.7 | |
Reading http://pypi.python.org/simple/lockfile/ | |
Reading http://code.google.com/p/pylockfile/ | |
Reading http://code.google.com/p/pylockfile/downloads/detail?name=lockfile-0.9.1.tar.gz | |
Reading http://smontanaro.dyndns.org/python/ | |
Best match: lockfile 0.9.1 | |
Downloading http://pylockfile.googlecode.com/files/lockfile-0.9.1.tar.gz | |
Processing lockfile-0.9.1.tar.gz | |
Running lockfile-0.9.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-V89vXC/lockfile-0.9.1/egg-dist-tmp-0WzLlv | |
zip_safe flag not set; analyzing archive contents... | |
Adding lockfile 0.9.1 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/lockfile-0.9.1-py2.7.egg | |
Finished processing dependencies for python-daemon==1.5.5 | |
Searching for virtualenv==1.7.1.2 | |
Reading http://pypi.python.org/simple/virtualenv/ | |
Reading http://www.virtualenv.org | |
Reading http://virtualenv.openplans.org | |
Best match: virtualenv 1.7.1.2 | |
Downloading http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.7.1.2.tar.gz#md5=3be8a014c27340f48b56465f9109d9fa | |
Processing virtualenv-1.7.1.2.tar.gz | |
Running virtualenv-1.7.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-MJ7mc5/virtualenv-1.7.1.2/egg-dist-tmp-_TKMtL | |
warning: no previously-included files matching '*.*' found under directory 'docs/_templates' | |
Adding virtualenv 1.7.1.2 to easy-install.pth file | |
Installing virtualenv script to /usr/local/bin | |
Installed /Library/Python/2.7/site-packages/virtualenv-1.7.1.2-py2.7.egg | |
Processing dependencies for virtualenv==1.7.1.2 | |
Finished processing dependencies for virtualenv==1.7.1.2 | |
Searching for celery>=2.5 | |
Reading http://pypi.python.org/simple/celery/ | |
Reading http://github.com/ask/celery/ | |
Reading http://celeryproject.org | |
Best match: celery 3.0.15 | |
Downloading http://pypi.python.org/packages/source/c/celery/celery-3.0.15.tar.gz#md5=5ac83d2cdcacf230897d9bffcf0ddbd9 | |
Processing celery-3.0.15.tar.gz | |
Running celery-3.0.15/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1A8omz/celery-3.0.15/egg-dist-tmp-UzNADi | |
Upgrade: no old version found. | |
no previously-included directories found matching '*.pyc' | |
Adding celery 3.0.15 to easy-install.pth file | |
Installing celeryctl script to /usr/local/bin | |
Installing celeryd script to /usr/local/bin | |
Installing camqadm script to /usr/local/bin | |
Installing celeryev script to /usr/local/bin | |
Installing celery script to /usr/local/bin | |
Installing celeryd-multi script to /usr/local/bin | |
Installing celerybeat script to /usr/local/bin | |
Installed /Library/Python/2.7/site-packages/celery-3.0.15-py2.7.egg | |
Processing dependencies for celery>=2.5 | |
Searching for kombu>=2.5.6,<3.0 | |
Reading http://pypi.python.org/simple/kombu/ | |
Reading http://kombu.readthedocs.org | |
Reading http://github.com/ask/kombu/ | |
Best match: kombu 2.5.6 | |
Downloading http://pypi.python.org/packages/source/k/kombu/kombu-2.5.6.tar.gz#md5=479c01b766e265f1a65aae4c6ce19c83 | |
Processing kombu-2.5.6.tar.gz | |
Running kombu-2.5.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-OaxI2_/kombu-2.5.6/egg-dist-tmp-yh0RJB | |
Adding kombu 2.5.6 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/kombu-2.5.6-py2.7.egg | |
Searching for billiard>=2.7.3.21,<3.0 | |
Reading http://pypi.python.org/simple/billiard/ | |
Reading http://github.com/celery/billiard | |
Reading http://github.com/ask/billiard | |
Best match: billiard 2.7.3.21 | |
Downloading http://pypi.python.org/packages/source/b/billiard/billiard-2.7.3.21.tar.gz#md5=c45cf24a563070c5c75a44f37fcca5fc | |
Processing billiard-2.7.3.21.tar.gz | |
Running billiard-2.7.3.21/setup.py -q bdist_egg --dist-dir /tmp/easy_install-AMvhXm/billiard-2.7.3.21/egg-dist-tmp-h7wS_Q | |
warning: no files found matching '*.py' under directory 'Lib' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
Modules/_billiard/multiprocessing.c:129:11: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to | |
'int' [-Wshorten-64-to-32] | |
res = sendmsg(conn, &msg, 0); | |
~ ^~~~~~~~~~~~~~~~~~~~~~ | |
Modules/_billiard/multiprocessing.c:163:11: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to | |
'int' [-Wshorten-64-to-32] | |
res = recvmsg(conn, &msg, 0); | |
~ ^~~~~~~~~~~~~~~~~~~~~~ | |
2 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
Modules/_billiard/socket_connection.c:126:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') | |
to 'int' [-Wshorten-64-to-32] | |
res = _Billiard_conn_recvall(conn->handle, (char*)&ulength, 4); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Modules/_billiard/socket_connection.c:137:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') | |
to 'int' [-Wshorten-64-to-32] | |
res = _Billiard_conn_recvall(conn->handle, buffer, (size_t)ulength); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Modules/_billiard/socket_connection.c:145:15: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') | |
to 'int' [-Wshorten-64-to-32] | |
res = _Billiard_conn_recvall(conn->handle, *newbuffer, (size_t)ulength); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Modules/_billiard/socket_connection.c:181:22: warning: implicit conversion loses integer precision: 'long' to | |
'__darwin_suseconds_t' (aka 'int') [-Wshorten-64-to-32] | |
tv.tv_usec = (long)((timeout - tv.tv_sec) * 1e6 + 0.5); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from Modules/_billiard/socket_connection.c:202: | |
Modules/_billiard/connection.h:132:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'int' [-Wshorten-64-to-32] | |
res = Billiard_conn_send_string(self, buffer + offset, size); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Modules/_billiard/connection.h:175:42: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'int' [-Wshorten-64-to-32] | |
Billiard_SetError(PyExc_IOError, res); | |
~~~~~~~~~~~~~~~~~ ^~~ | |
Modules/_billiard/connection.h:293:41: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'int' [-Wshorten-64-to-32] | |
Billiard_SetError(PyExc_IOError, res); | |
~~~~~~~~~~~~~~~~~ ^~~ | |
Modules/_billiard/connection.h:343:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'int' [-Wshorten-64-to-32] | |
res = Billiard_conn_send_string(self, buffer, (int)length); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Modules/_billiard/connection.h:381:42: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to | |
'int' [-Wshorten-64-to-32] | |
Billiard_SetError(PyExc_IOError, res); | |
~~~~~~~~~~~~~~~~~ ^~~ | |
9 warnings generated. | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
Modules/_billiard/semaphore.c:218:44: warning: implicit conversion loses integer precision: 'long' to '__darwin_suseconds_t' | |
(aka 'int') [-Wshorten-64-to-32] | |
tvdeadline.tv_usec = deadline->tv_nsec / 1000; | |
~ ~~~~~~~~~~~~~~~~~~^~~~~~ | |
1 warning generated. | |
Adding billiard 2.7.3.21 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/billiard-2.7.3.21-py2.7-macosx-10.8-intel.egg | |
Searching for amqp>=1.0.8,<1.1.0 | |
Reading http://pypi.python.org/simple/amqp/ | |
Reading http://github.com/celery/py-amqp | |
Reading http://github.com/ask/amqp/ | |
Best match: amqp 1.0.8 | |
Downloading http://pypi.python.org/packages/source/a/amqp/amqp-1.0.8.tar.gz#md5=6d743979d2bb564c8319b17a5df3c3b8 | |
Processing amqp-1.0.8.tar.gz | |
Running amqp-1.0.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qxI8_g/amqp-1.0.8/egg-dist-tmp-fBNZrE | |
Adding amqp 1.0.8 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/amqp-1.0.8-py2.7.egg | |
Searching for anyjson>=0.3.3 | |
Reading http://pypi.python.org/simple/anyjson/ | |
Reading http://bitbucket.org/runeh/anyjson | |
Reading http://bitbucket.org/runeh/anyjson/ | |
Best match: anyjson 0.3.3 | |
Downloading http://pypi.python.org/packages/source/a/anyjson/anyjson-0.3.3.tar.gz#md5=2ea28d6ec311aeeebaf993cb3008b27c | |
Processing anyjson-0.3.3.tar.gz | |
Running anyjson-0.3.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_nAu2O/anyjson-0.3.3/egg-dist-tmp-JVftup | |
error: SandboxViolation: chmod('/Users/derek/.python-eggs/simplejson-2.1.1-py2.7-macosx-10.8-intel.egg-tmp/simplejson/tmpjjUIxs.$extract', 493) {} | |
The package setup script has attempted to modify files on your system | |
that are not within the EasyInstall build area, and has been aborted. | |
This package cannot be safely installed by EasyInstall, and may not | |
support alternate installation locations even if you run its setup | |
script by hand. Please inform the package's author and the EasyInstall | |
maintainers to find out if a fix or workaround is available. | |
Searching for nose==1.1.2 | |
Reading http://pypi.python.org/simple/nose/ | |
Reading http://somethingaboutorange.com/mrl/projects/nose/ | |
Reading http://readthedocs.org/docs/nose/ | |
Best match: nose 1.1.2 | |
Downloading http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz#md5=144f237b615e23f21f6a50b2183aa817 | |
Processing nose-1.1.2.tar.gz | |
Running nose-1.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-zrIUsV/nose-1.1.2/egg-dist-tmp-wggxNM | |
Adding nose 1.1.2 to easy-install.pth file | |
Installing nosetests script to /usr/local/bin | |
Installing nosetests-2.7 script to /usr/local/bin | |
Installed /Library/Python/2.7/site-packages/nose-1.1.2-py2.7.egg | |
Processing dependencies for nose==1.1.2 | |
Finished processing dependencies for nose==1.1.2 | |
Searching for gevent>=0.13.7 | |
Reading http://pypi.python.org/simple/gevent/ | |
Reading http://www.gevent.org/ | |
Reading http://gevent.org/ | |
Best match: gevent 0.13.8 | |
Downloading http://pypi.python.org/packages/source/g/gevent/gevent-0.13.8.tar.gz#md5=ca9dcaa7880762d8ebbc266b11252960 | |
Processing gevent-0.13.8.tar.gz | |
Running gevent-0.13.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-HgfZIn/gevent-0.13.8/egg-dist-tmp-dowyAs | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from gevent/core.c:253: | |
gevent/libevent.h:9:10: fatal error: 'event.h' file not found | |
#include "event.h" | |
^ | |
1 error generated. | |
error: Setup script exited with error: command 'clang' failed with exit status 1 | |
Searching for torndb>=0.1 | |
Reading http://pypi.python.org/simple/torndb/ | |
Reading https://github.com/bdarnell/torndb | |
Best match: torndb 0.1 | |
Downloading http://pypi.python.org/packages/source/t/torndb/torndb-0.1.tar.gz#md5=28c960531ff237f3f254cf2f508d29ba | |
Processing torndb-0.1.tar.gz | |
Running torndb-0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-rRajdE/torndb-0.1/egg-dist-tmp-toe2o2 | |
zip_safe flag not set; analyzing archive contents... | |
Adding torndb 0.1 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/torndb-0.1-py2.7.egg | |
Processing dependencies for torndb>=0.1 | |
Finished processing dependencies for torndb>=0.1 | |
Searching for smooshy==1 | |
Reading http://pypi.python.org/simple/smooshy/ | |
Reading https://github.com/josegonzalez/smooshy | |
Best match: smooshy 1 | |
Downloading http://pypi.python.org/packages/source/s/smooshy/smooshy-1.tar.gz#md5=97ca0464fefd9aac407f32e77e4152ff | |
Processing smooshy-1.tar.gz | |
Running smooshy-1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-I4U5MJ/smooshy-1/egg-dist-tmp-CdxVc2 | |
zip_safe flag not set; analyzing archive contents... | |
Adding smooshy 1 to easy-install.pth file | |
Installing smooshy script to /usr/local/bin | |
Installed /Library/Python/2.7/site-packages/smooshy-1-py2.7.egg | |
Processing dependencies for smooshy==1 | |
Finished processing dependencies for smooshy==1 | |
[MSG] Installing elasticsearch using homebrew | |
[CMD] brew install elasticsearch | |
==> Downloading http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.4.tar.gz | |
######################################################################## 100.0% | |
==> Caveats | |
Data: /usr/local/var/elasticsearch/elasticsearch_derek/ | |
Logs: /usr/local/var/log/elasticsearch/elasticsearch_derek.log | |
Plugins: /usr/local/var/lib/elasticsearch/plugins/ | |
To have launchd start elasticsearch at login: | |
ln -sfv /usr/local/opt/elasticsearch/*.plist ~/Library/LaunchAgents | |
Then to load elasticsearch now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist | |
Or, if you don't want/need launchctl, you can just run: | |
elasticsearch -f -D es.config=/usr/local/opt/elasticsearch/config/elasticsearch.yml | |
==> Summary | |
🍺 /usr/local/Cellar/elasticsearch/0.20.4: 24 files, 17M, built in 25 seconds | |
[MSG] Installing Mongodb using homebrew | |
[CMD] brew install mongodb | |
==> Downloading http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.2.3.tgz | |
######################################################################## 100.0% | |
==> Caveats | |
To have launchd start mongodb at login: | |
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents | |
Then to load mongodb now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist | |
Or, if you don't want/need launchctl, you can just run: | |
mongod | |
==> Summary | |
🍺 /usr/local/Cellar/mongodb/2.2.3-x86_64: 20 files, 171M, built in 24 seconds | |
[MSG] Installing MySQL using homebrew | |
[CMD] brew install mysql | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mysql-5.5.29.mountainlion.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring mysql-5.5.29.mountainlion.bottle.tar.gz | |
==> Caveats | |
Set up databases to run AS YOUR USER ACCOUNT with: | |
unset TMPDIR | |
mysql_install_db --verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp | |
To set up base tables in another folder, or use a different user to run | |
mysqld, view the help for mysql_install_db: | |
mysql_install_db --help | |
and view the MySQL documentation: | |
* http://dev.mysql.com/doc/refman/5.5/en/mysql-install-db.html | |
* http://dev.mysql.com/doc/refman/5.5/en/default-privileges.html | |
To run as, for instance, user "mysql", you may need to `sudo`: | |
sudo mysql_install_db ...options... | |
A "/etc/my.cnf" from another install may interfere with a Homebrew-built | |
server starting up correctly. | |
To connect: | |
mysql -uroot | |
To have launchd start mysql at login: | |
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents | |
Then to load mysql now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist | |
Or, if you don't want/need launchctl, you can just run: | |
mysql.server start | |
==> Summary | |
🍺 /usr/local/Cellar/mysql/5.5.29: 6389 files, 210M | |
[MSG] Installing RabbitMQ using homebrew | |
[CMD] brew install rabbitmq | |
==> Installing rabbitmq dependency: erlang | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/erlang-R15B03-1.mountainlion.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring erlang-R15B03-1.mountainlion.bottle.tar.gz | |
🍺 /usr/local/Cellar/erlang/R15B03-1: 6940 files, 272M | |
==> Installing rabbitmq | |
==> Downloading http://www.rabbitmq.com/releases/rabbitmq-server/v3.0.2/rabbitmq-server-generic-unix-3.0.2.tar.gz | |
######################################################################## 100.0% | |
==> /usr/bin/unzip -qq -j /usr/local/Cellar/rabbitmq/3.0.2/plugins/rabbitmq_management-3.0.2.ez rabbitmq_management-3.0.2/pri | |
==> Caveats | |
Management Plugin enabled by default at http://localhost:15672 | |
Bash completion has been installed to: | |
/usr/local/etc/bash_completion.d | |
To have launchd start rabbitmq at login: | |
ln -sfv /usr/local/opt/rabbitmq/*.plist ~/Library/LaunchAgents | |
Then to load rabbitmq now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.rabbitmq.plist | |
Or, if you don't want/need launchctl, you can just run: | |
rabbitmq-server | |
==> Summary | |
🍺 /usr/local/Cellar/rabbitmq/3.0.2: 188 files, 4.4M, built in 5 seconds | |
[MSG] Add /usr/local/opt/rabbitmq/sbin to your path | |
[MSG] Installing Redis using homebrew | |
[CMD] brew install redis | |
==> Downloading http://redis.googlecode.com/files/redis-2.6.10.tar.gz | |
######################################################################## 100.0% | |
==> make -C /private/tmp/redis-igqz/redis-2.6.10/src CC=cc | |
==> Caveats | |
To have launchd start redis at login: | |
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents | |
Then to load redis now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist | |
Or, if you don't want/need launchctl, you can just run: | |
redis-server /usr/local/etc/redis.conf | |
==> Summary | |
🍺 /usr/local/Cellar/redis/2.6.10: 9 files, 748K, built in 6 seconds | |
[MSG] Installing auxiliary packages [bash-completion, imagemagick] using homebrew | |
[CMD] brew install bash-completion | |
==> Downloading http://bash-completion.alioth.debian.org/files/bash-completion-1.3.tar.bz2 | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/bash-completion/1.3 | |
==> make install | |
==> Caveats | |
Add the following lines to your ~/.bash_profile: | |
if [ -f $(brew --prefix)/etc/bash_completion ]; then | |
. $(brew --prefix)/etc/bash_completion | |
fi | |
Homebrew's own bash completion script has been installed to | |
/usr/local/etc/bash_completion.d | |
Bash completion has been installed to: | |
/usr/local/etc/bash_completion.d | |
==> Summary | |
🍺 /usr/local/Cellar/bash-completion/1.3: 188 files, 1.1M, built in 5 seconds | |
[CMD] brew install imagemagick | |
==> Installing imagemagick dependency: libtool | |
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install | |
==> make install | |
==> Caveats | |
In order to prevent conflicts with Apple's own libtool we have prepended a "g" | |
so, you have instead: glibtool and glibtoolize. | |
==> Summary | |
🍺 /usr/local/Cellar/libtool/2.4.2: 66 files, 2.2M, built in 19 seconds | |
==> Installing imagemagick | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/imagemagick-6.8.0-10.mountainlion.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring imagemagick-6.8.0-10.mountainlion.bottle.tar.gz | |
🍺 /usr/local/Cellar/imagemagick/6.8.0-10: 1422 files, 45M | |
[MSG] Installing gems for /Users/derek/github/tixcast/services/autocomplete | |
[CMD] bundle install --gemfile=/Users/derek/github/tixcast/services/autocomplete/Gemfile --quiet | |
/Users/derek/github/tixcast/bin/setup/helpers: line 4: bundle: command not found | |
[MSG] Installing gems for /Users/derek/github/tixcast/services/new-devs | |
[CMD] bundle install --gemfile=/Users/derek/github/tixcast/services/new-devs/Gemfile --quiet | |
/Users/derek/github/tixcast/bin/setup/helpers: line 4: bundle: command not found | |
[MSG] Installing gems for /Users/derek/github/tixcast/services/pricing | |
[CMD] bundle install --gemfile=/Users/derek/github/tixcast/services/pricing/Gemfile --quiet | |
/Users/derek/github/tixcast/bin/setup/helpers: line 4: bundle: command not found | |
[MSG] Installing System Packages from python.bash for utils/python | |
[CMD] sudo ./utils/python/python.bash | |
Password: | |
Sorry, try again. | |
Password: | |
Searching for MySQL-python==1.2.3 | |
Reading http://pypi.python.org/simple/MySQL-python/ | |
Reading http://sourceforge.net/projects/mysql-python | |
Reading https://github.com/farcepest/MySQLdb1 | |
Best match: MySQL-python 1.2.3 | |
Downloading http://download.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz | |
Processing MySQL-python-1.2.3.tar.gz | |
Running MySQL-python-1.2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-i9AYuq/MySQL-python-1.2.3/egg-dist-tmp-pnbP_h | |
warning: no files found matching 'MANIFEST' | |
warning: no files found matching 'ChangeLog' | |
warning: no files found matching 'GPL' | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
In file included from _mysql.c:36: | |
/usr/local/Cellar/mysql/5.5.29/include/my_config.h:329:11: warning: 'SIZEOF_SIZE_T' macro redefined | |
#define SIZEOF_SIZE_T SIZEOF_LONG | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pymacconfig.h:56:17: note: previous definition is | |
here | |
# define SIZEOF_SIZE_T 4 | |
^ | |
In file included from _mysql.c:36: | |
/usr/local/Cellar/mysql/5.5.29/include/my_config.h:422:9: warning: 'HAVE_WCSCOLL' macro redefined | |
#define HAVE_WCSCOLL | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h:891:9: note: previous definition is | |
here | |
#define HAVE_WCSCOLL 1 | |
^ | |
In file included from _mysql.c:36: | |
/usr/local/Cellar/mysql/5.5.29/include/my_config.h:621:9: warning: 'SIZEOF_TIME_T' macro redefined | |
#define SIZEOF_TIME_T 8 | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pymacconfig.h:57:17: note: previous definition is | |
here | |
# define SIZEOF_TIME_T 4 | |
^ | |
_mysql.c:1421:10: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] | |
if (how < 0 || how >= sizeof(row_converters)) { | |
~~~ ^ ~ | |
4 warnings generated. | |
In file included from _mysql.c:36: | |
/usr/local/Cellar/mysql/5.5.29/include/my_config.h:329:11: warning: 'SIZEOF_SIZE_T' macro redefined | |
#define SIZEOF_SIZE_T SIZEOF_LONG | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pymacconfig.h:43:17: note: previous definition is | |
here | |
# define SIZEOF_SIZE_T 8 | |
^ | |
In file included from _mysql.c:36: | |
/usr/local/Cellar/mysql/5.5.29/include/my_config.h:422:9: warning: 'HAVE_WCSCOLL' macro redefined | |
#define HAVE_WCSCOLL | |
^ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h:891:9: note: previous definition is | |
here | |
#define HAVE_WCSCOLL 1 | |
^ | |
_mysql.c:253:14: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
cmd_argc = PySequence_Size(cmd_args); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
_mysql.c:278:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
groupc = PySequence_Size(groups); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~ | |
_mysql.c:405:14: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
int j, n2=PySequence_Size(fun); | |
~~ ^~~~~~~~~~~~~~~~~~~~ | |
_mysql.c:986:9: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
len = mysql_real_escape_string(&(self->connection), out, in, size); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_mysql.c:988:9: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
len = mysql_escape_string(out, in, size); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_mysql.c:1016:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
size = PyString_GET_SIZE(s); | |
~ ^~~~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:92:32: note: expanded from macro | |
'PyString_GET_SIZE' | |
#define PyString_GET_SIZE(op) Py_SIZE(op) | |
^~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro | |
'Py_SIZE' | |
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) | |
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
_mysql.c:1025:9: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
len = mysql_real_escape_string(&(self->connection), out+1, in, size); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_mysql.c:1027:9: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
len = mysql_escape_string(out+1, in, size); | |
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_mysql.c:1111:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' | |
[-Wshorten-64-to-32] | |
if ((n = PyObject_Length(o)) == -1) goto error; | |
~ ^~~~~~~~~~~~~~~~~~ | |
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro | |
'PyObject_Length' | |
#define PyObject_Length PyObject_Size | |
^ | |
_mysql.c:1298:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
len = strlen(buf); | |
~ ^~~~~~~~~~~ | |
_mysql.c:1300:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
len = strlen(buf); | |
~ ^~~~~~~~~~~ | |
_mysql.c:1336:11: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
len = strlen(buf); | |
~ ^~~~~~~~~~~ | |
_mysql.c:1338:11: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' | |
[-Wshorten-64-to-32] | |
len = strlen(buf); | |
~ ^~~~~~~~~~~ | |
_mysql.c:1421:10: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] | |
if (how < 0 || how >= sizeof(row_converters)) { | |
~~~ ^ ~ | |
16 warnings generated. | |
ld: warning: ignoring file /usr/local/Cellar/mysql/5.5.29/lib/libmysqlclient_r.dylib, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /usr/local/Cellar/mysql/5.5.29/lib/libmysqlclient_r.dylib | |
zip_safe flag not set; analyzing archive contents... | |
Adding MySQL-python 1.2.3 to easy-install.pth file | |
Installed /Library/Python/2.7/site-packages/MySQL_python-1.2.3-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for MySQL-python==1.2.3 | |
Finished processing dependencies for MySQL-python==1.2.3 | |
Searching for Scrapy==0.14.2 | |
Best match: Scrapy 0.14.2 | |
Processing Scrapy-0.14.2-py2.7.egg | |
Scrapy 0.14.2 is already the active version in easy-install.pth | |
Installing scrapy script to /usr/local/bin | |
Using /Library/Python/2.7/site-packages/Scrapy-0.14.2-py2.7.egg | |
Processing dependencies for Scrapy==0.14.2 | |
Finished processing dependencies for Scrapy==0.14.2 | |
Searching for sqlalchemy==0.6.6 | |
Best match: SQLAlchemy 0.6.6 | |
Processing SQLAlchemy-0.6.6-py2.7.egg | |
SQLAlchemy 0.6.6 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/SQLAlchemy-0.6.6-py2.7.egg | |
Processing dependencies for sqlalchemy==0.6.6 | |
Finished processing dependencies for sqlalchemy==0.6.6 | |
Searching for lxml==2.3.1 | |
Best match: lxml 2.3.1 | |
Processing lxml-2.3.1-py2.7-macosx-10.8-intel.egg | |
lxml 2.3.1 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/lxml-2.3.1-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for lxml==2.3.1 | |
Finished processing dependencies for lxml==2.3.1 | |
Searching for libxml | |
Reading http://pypi.python.org/simple/libxml/ | |
Couldn't find index page for 'libxml' (maybe misspelled?) | |
Scanning index of all packages (this may take a while) | |
Reading http://pypi.python.org/simple/ | |
No local packages or download links found for libxml | |
error: Could not find suitable distribution for Requirement.parse('libxml') | |
Searching for blist==1.3.4 | |
Best match: blist 1.3.4 | |
Processing blist-1.3.4-py2.7-macosx-10.8-intel.egg | |
blist 1.3.4 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/blist-1.3.4-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for blist==1.3.4 | |
Finished processing dependencies for blist==1.3.4 | |
Searching for timelib==0.2.2 | |
Best match: timelib 0.2.2 | |
Processing timelib-0.2.2-py2.7-macosx-10.8-intel.egg | |
timelib 0.2.2 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/timelib-0.2.2-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for timelib==0.2.2 | |
Finished processing dependencies for timelib==0.2.2 | |
Searching for pytz==2011j | |
Best match: pytz 2011j | |
Processing pytz-2011j-py2.7.egg | |
pytz 2011j is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/pytz-2011j-py2.7.egg | |
Processing dependencies for pytz==2011j | |
Finished processing dependencies for pytz==2011j | |
Searching for simplejson==2.1.1 | |
Best match: simplejson 2.1.1 | |
Processing simplejson-2.1.1-py2.7-macosx-10.8-intel.egg | |
simplejson 2.1.1 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/simplejson-2.1.1-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for simplejson==2.1.1 | |
Finished processing dependencies for simplejson==2.1.1 | |
Searching for BeautifulSoup==3.2.0 | |
Best match: BeautifulSoup 3.2.0 | |
Processing BeautifulSoup-3.2.0-py2.7.egg | |
BeautifulSoup 3.2.0 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/BeautifulSoup-3.2.0-py2.7.egg | |
Processing dependencies for BeautifulSoup==3.2.0 | |
Finished processing dependencies for BeautifulSoup==3.2.0 | |
Searching for web.py==0.36 | |
Best match: web.py 0.36 | |
Processing web.py-0.36-py2.7.egg | |
web.py 0.36 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/web.py-0.36-py2.7.egg | |
Processing dependencies for web.py==0.36 | |
Finished processing dependencies for web.py==0.36 | |
Searching for flup==1.0 | |
Best match: flup 1.0 | |
Processing flup-1.0-py2.7.egg | |
flup 1.0 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/flup-1.0-py2.7.egg | |
Processing dependencies for flup==1.0 | |
Finished processing dependencies for flup==1.0 | |
Searching for suds==0.4 | |
Best match: suds 0.4 | |
Processing suds-0.4-py2.7.egg | |
suds 0.4 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/suds-0.4-py2.7.egg | |
Processing dependencies for suds==0.4 | |
Finished processing dependencies for suds==0.4 | |
Searching for Unidecode==0.04.9 | |
Best match: Unidecode 0.04.9 | |
Processing Unidecode-0.04.9-py2.7.egg | |
Unidecode 0.04.9 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/Unidecode-0.04.9-py2.7.egg | |
Processing dependencies for Unidecode==0.04.9 | |
Finished processing dependencies for Unidecode==0.04.9 | |
Searching for redis==2.4.11 | |
Best match: redis 2.4.11 | |
Processing redis-2.4.11-py2.7.egg | |
redis 2.4.11 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/redis-2.4.11-py2.7.egg | |
Processing dependencies for redis==2.4.11 | |
Finished processing dependencies for redis==2.4.11 | |
Searching for requests==0.13.7 | |
Reading http://pypi.python.org/simple/requests/ | |
Reading http://python-requests.org | |
Reading https://github.com/kennethreitz/requests | |
Best match: requests 0.13.7 | |
Downloading http://pypi.python.org/packages/source/r/requests/requests-0.13.7.tar.gz#md5=9212044f915d44fe3010cb923c0e08e5 | |
Processing requests-0.13.7.tar.gz | |
Running requests-0.13.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-avIsmI/requests-0.13.7/egg-dist-tmp-0AzWhg | |
error: SandboxViolation: chmod('/Users/derek/.python-eggs/simplejson-2.1.1-py2.7-macosx-10.8-intel.egg-tmp/simplejson/tmp7KxXXy.$extract', 493) {} | |
The package setup script has attempted to modify files on your system | |
that are not within the EasyInstall build area, and has been aborted. | |
This package cannot be safely installed by EasyInstall, and may not | |
support alternate installation locations even if you run its setup | |
script by hand. Please inform the package's author and the EasyInstall | |
maintainers to find out if a fix or workaround is available. | |
Searching for grequests==0.1.0 | |
Best match: grequests 0.1.0 | |
Processing grequests-0.1.0-py2.7.egg | |
grequests 0.1.0 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/grequests-0.1.0-py2.7.egg | |
Processing dependencies for grequests==0.1.0 | |
Finished processing dependencies for grequests==0.1.0 | |
Searching for pymongo==2.0 | |
Best match: pymongo 2.0 | |
Processing pymongo-2.0-py2.7-macosx-10.7-intel.egg | |
pymongo 2.0 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/pymongo-2.0-py2.7-macosx-10.7-intel.egg | |
Processing dependencies for pymongo==2.0 | |
Finished processing dependencies for pymongo==2.0 | |
Searching for ujson==1.9 | |
Best match: ujson 1.9 | |
Processing ujson-1.9-py2.7-macosx-10.8-intel.egg | |
ujson 1.9 is already the active version in easy-install.pth | |
Using /Library/Python/2.7/site-packages/ujson-1.9-py2.7-macosx-10.8-intel.egg | |
Processing dependencies for ujson==1.9 | |
Finished processing dependencies for ujson==1.9 | |
Searching for boto==1.9b | |
Best match: boto 1.9b | |
Processing boto-1.9b-py2.7.egg | |
boto 1.9b is already the active version in easy-install.pth | |
Installing elbadmin script to /usr/local/bin | |
Installing fetch_file script to /usr/local/bin | |
Installing launch_instance script to /usr/local/bin | |
Installing list_instances script to /usr/local/bin | |
Installing s3put script to /usr/local/bin | |
Installing sdbadmin script to /usr/local/bin | |
Installing taskadmin script to /usr/local/bin | |
Using /Library/Python/2.7/site-packages/boto-1.9b-py2.7.egg | |
Processing dependencies for boto==1.9b | |
Finished processing dependencies for boto==1.9b | |
Searching for numpy==1.6.1 | |
Best match: numpy 1.6.1 | |
numpy 1.6.1 is already the active version in easy-install.pth | |
Using /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python | |
Processing dependencies for numpy==1.6.1 | |
Finished processing dependencies for numpy==1.6.1 | |
Searching for scipy==0.10.0 | |
Reading http://pypi.python.org/simple/scipy/ | |
Reading http://www.scipy.org | |
Reading http://sourceforge.net/project/showfiles.php?group_id=27747&package_id=19531 | |
Reading http://new.scipy.org/Wiki/Download | |
Best match: scipy 0.10.0 | |
Downloading http://pypi.python.org/packages/source/s/scipy/scipy-0.10.0.zip#md5=d1a4242266739433dcfe2096b0ab4007 | |
Processing scipy-0.10.0.zip | |
Running scipy-0.10.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-5kff9q/scipy-0.10.0/egg-dist-tmp-jjb5Au | |
Running from scipy source directory. | |
non-existing path in '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/io': 'docs' | |
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/distutils/system_info.py:460: UserWarning: | |
UMFPACK sparse solver (http://www.cise.ufl.edu/research/sparse/umfpack/) | |
not found. Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [umfpack]) or by setting | |
the UMFPACK environment variable. | |
warnings.warn(self.notfounderror.__doc__) | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/fftpack.pyf' (format:free) | |
Line #86 in /private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/fftpack.pyf:" /* Single precision version */" | |
crackline:2: No pattern for line | |
Post-processing... | |
Block: _fftpack | |
Block: zfft | |
Block: drfft | |
Block: zrfft | |
Block: zfftnd | |
Block: destroy_zfft_cache | |
Block: destroy_zfftnd_cache | |
Block: destroy_drfft_cache | |
Block: cfft | |
Block: rfft | |
Block: crfft | |
Block: cfftnd | |
Block: destroy_cfft_cache | |
Block: destroy_cfftnd_cache | |
Block: destroy_rfft_cache | |
Block: ddct1 | |
Block: ddct2 | |
Block: ddct3 | |
Block: dct1 | |
Block: dct2 | |
Block: dct3 | |
Block: destroy_ddct2_cache | |
Block: destroy_ddct1_cache | |
Block: destroy_dct2_cache | |
Block: destroy_dct1_cache | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_fftpack"... | |
Constructing wrapper function "zfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "drfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = drfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zrfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zrfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_zfft_cache"... | |
destroy_zfft_cache() | |
Constructing wrapper function "destroy_zfftnd_cache"... | |
destroy_zfftnd_cache() | |
Constructing wrapper function "destroy_drfft_cache"... | |
destroy_drfft_cache() | |
Constructing wrapper function "cfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "rfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = rfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "crfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = crfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "cfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_cfft_cache"... | |
destroy_cfft_cache() | |
Constructing wrapper function "destroy_cfftnd_cache"... | |
destroy_cfftnd_cache() | |
Constructing wrapper function "destroy_rfft_cache"... | |
destroy_rfft_cache() | |
Constructing wrapper function "ddct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_ddct2_cache"... | |
destroy_ddct2_cache() | |
Constructing wrapper function "destroy_ddct1_cache"... | |
destroy_ddct1_cache() | |
Constructing wrapper function "destroy_dct2_cache"... | |
destroy_dct2_cache() | |
Constructing wrapper function "destroy_dct1_cache"... | |
destroy_dct1_cache() | |
Wrote C/API module "_fftpack" to file "build/src.macosx-10.8-intel-2.7/scipy/fftpack/_fftpackmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/convolve.pyf' (format:free) | |
Post-processing... | |
Block: convolve__user__routines | |
Block: kernel_func | |
Block: convolve | |
Block: init_convolution_kernel | |
In: /private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/convolve.pyf:convolve:unknown_interface:init_convolution_kernel | |
get_useparameters: no module convolve__user__routines info used by init_convolution_kernel | |
Block: destroy_convolve_cache | |
Block: convolve | |
Block: convolve_z | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_kernel_func_in_convolve__user__routines" | |
def kernel_func(k): return kernel_func | |
Building module "convolve"... | |
Constructing wrapper function "init_convolution_kernel"... | |
omega = init_convolution_kernel(n,kernel_func,[d,zero_nyquist,kernel_func_extra_args]) | |
Constructing wrapper function "destroy_convolve_cache"... | |
destroy_convolve_cache() | |
Constructing wrapper function "convolve"... | |
y = convolve(x,omega,[swap_real_imag,overwrite_x]) | |
Constructing wrapper function "convolve_z"... | |
y = convolve_z(x,omega_real,omega_imag,[overwrite_x]) | |
Wrote C/API module "convolve" to file "build/src.macosx-10.8-intel-2.7/scipy/fftpack/convolvemodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/vode.pyf' (format:free) | |
Post-processing... | |
Block: dvode__user__routines | |
Block: dvode_user_interface | |
Block: f | |
Block: jac | |
Block: zvode__user__routines | |
Block: zvode_user_interface | |
Block: f | |
Block: jac | |
Block: vode | |
Block: dvode | |
In: /private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/vode.pyf:vode:unknown_interface:dvode | |
get_useparameters: no module dvode__user__routines info used by dvode | |
Block: zvode | |
In: /private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/vode.pyf:vode:unknown_interface:zvode | |
get_useparameters: no module zvode__user__routines info used by zvode | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_dvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_dvode__user__routines" | |
def jac(t,y): return jac | |
Constructing call-back function "cb_f_in_zvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_zvode__user__routines" | |
def jac(t,y): return jac | |
Building module "vode"... | |
Constructing wrapper function "dvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Constructing wrapper function "zvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = zvode(f,jac,y,t,tout,rtol,atol,itask,istate,zwork,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Wrote C/API module "vode" to file "build/src.macosx-10.8-intel-2.7/scipy/integrate/vodemodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: fcn | |
Block: solout | |
Block: _dop | |
Block: dopri5 | |
In: /private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop.pyf:_dop:unknown_interface:dopri5 | |
get_useparameters: no module __user__routines info used by dopri5 | |
Block: dop853 | |
In: /private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop.pyf:_dop:unknown_interface:dop853 | |
get_useparameters: no module __user__routines info used by dop853 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_fcn_in___user__routines" | |
def fcn(x,y): return f | |
Constructing call-back function "cb_solout_in___user__routines" | |
def solout(nr,xold,x,y,con,icomp,[nd]): return irtn | |
Building module "_dop"... | |
Constructing wrapper function "dopri5"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dopri5(fcn,x,y,xend,rtol,atol,solout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Constructing wrapper function "dop853"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dop853(fcn,x,y,xend,rtol,atol,solout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Wrote C/API module "_dop" to file "build/src.macosx-10.8-intel-2.7/scipy/integrate/_dopmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/src/fitpack.pyf' (format:free) | |
Post-processing... | |
Block: dfitpack | |
Block: splev | |
Block: splder | |
Block: splint | |
Block: sproot | |
Block: spalde | |
Block: curfit | |
Block: percur | |
Block: parcur | |
Block: fpcurf0 | |
Block: fpcurf1 | |
Block: fpcurfm1 | |
Block: bispev | |
Block: bispeu | |
Block: surfit_smth | |
Block: surfit_lsq | |
Block: regrid_smth | |
Block: dblint | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "dfitpack"... | |
Constructing wrapper function "splev"... | |
y = splev(t,c,k,x,[e]) | |
Constructing wrapper function "splder"... | |
y = splder(t,c,k,x,[nu,e]) | |
Creating wrapper for Fortran function "splint"("splint")... | |
Constructing wrapper function "splint"... | |
splint = splint(t,c,k,a,b) | |
Constructing wrapper function "sproot"... | |
zero,m,ier = sproot(t,c,[mest]) | |
Constructing wrapper function "spalde"... | |
d,ier = spalde(t,c,k,x) | |
Constructing wrapper function "curfit"... | |
n,c,fp,ier = curfit(iopt,x,y,w,t,wrk,iwrk,[xb,xe,k,s]) | |
Constructing wrapper function "percur"... | |
n,c,fp,ier = percur(iopt,x,y,w,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "parcur"... | |
n,c,fp,ier = parcur(iopt,ipar,idim,u,x,w,ub,ue,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "fpcurf0"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf0(x,y,k,[w,xb,xe,s,nest]) | |
Constructing wrapper function "fpcurf1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf1(x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier,[overwrite_x,overwrite_y,overwrite_w,overwrite_t,overwrite_c,overwrite_fpint,overwrite_nrdata]) | |
Constructing wrapper function "fpcurfm1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurfm1(x,y,k,t,[w,xb,xe,overwrite_t]) | |
Constructing wrapper function "bispev"... | |
z,ier = bispev(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "bispeu"... | |
z,ier = bispeu(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "surfit_smth"... | |
nx,tx,ny,ty,c,fp,wrk1,ier = surfit_smth(x,y,z,[w,xb,xe,yb,ye,kx,ky,s,nxest,nyest,eps,lwrk2]) | |
Constructing wrapper function "surfit_lsq"... | |
tx,ty,c,fp,ier = surfit_lsq(x,y,z,tx,ty,[w,xb,xe,yb,ye,kx,ky,eps,lwrk2,overwrite_tx,overwrite_ty]) | |
Constructing wrapper function "regrid_smth"... | |
nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s]) | |
Creating wrapper for Fortran function "dblint"("dblint")... | |
Constructing wrapper function "dblint"... | |
dblint = dblint(tx,ty,c,kx,ky,xb,xe,yb,ye) | |
Wrote C/API module "dfitpack" to file "build/src.macosx-10.8-intel-2.7/scipy/interpolate/src/dfitpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/scipy/interpolate/src/dfitpack-f2pywrappers.f" | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/blas/fblas_l1.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/blas/fblas_l2.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/blas/fblas_l3.pyf.src') | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/blas/fblas.pyf' (format:free) | |
Post-processing... | |
Block: fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: sdot | |
Block: ddot | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: snrm2 | |
Block: dnrm2 | |
Block: scnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: dasum | |
Block: scasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: ssymv | |
Block: dsymv | |
Block: chemv | |
Block: zhemv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "sdot"("sdot")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("snrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("scnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("sasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("scasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Wrote C/API module "fblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/blas/fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/blas/fblas-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/blas/cblas.pyf' (format:free) | |
Post-processing... | |
Block: cblas | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "cblas"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "cblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/blas/cblasmodule.c" | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_user.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_le.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_lls.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_esv.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_gesv.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_lec.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_llsc.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_sevc.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_evc.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_svdc.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_gsevc.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_gevc.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/flapack_aux.pyf.src') | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf' (format:free) | |
Line #1590 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 3*n-1" | |
crackline:3: No pattern for line | |
Line #1612 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 3*n-1" | |
crackline:3: No pattern for line | |
Line #1634 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 2*n-1" | |
crackline:3: No pattern for line | |
Line #1656 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" 2*n-1" | |
crackline:3: No pattern for line | |
Line #1679 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?1+6*n+2*n*n:2*n+1)" | |
crackline:3: No pattern for line | |
Line #1704 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?1+6*n+2*n*n:2*n+1)" | |
crackline:3: No pattern for line | |
Line #1729 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?2*n+n*n:n+1)" | |
crackline:3: No pattern for line | |
Line #1754 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" (compute_v?2*n+n*n:n+1)" | |
crackline:3: No pattern for line | |
Line #2647 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2668 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2689 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2710 in build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Post-processing... | |
Block: flapack | |
Block: gees__user__routines | |
Block: gees_user_interface | |
Block: sselect | |
Block: dselect | |
Block: cselect | |
Block: zselect | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: sgelss | |
Block: dgelss | |
Block: cgelss | |
Block: zgelss | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: ssyevd | |
Block: dsyevd | |
Block: cheevd | |
Block: zheevd | |
Block: ssyevr | |
Block: dsyevr | |
Block: cheevr | |
Block: zheevr | |
Block: sgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:sgees | |
get_useparameters: no module gees__user__routines info used by sgees | |
Block: dgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:dgees | |
get_useparameters: no module gees__user__routines info used by dgees | |
Block: cgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:cgees | |
get_useparameters: no module gees__user__routines info used by cgees | |
Block: zgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapack.pyf:flapack:unknown_interface:zgees | |
get_useparameters: no module gees__user__routines info used by zgees | |
Block: sgeev | |
Block: dgeev | |
Block: cgeev | |
Block: zgeev | |
Block: sgesdd | |
Block: dgesdd | |
Block: cgesdd | |
Block: zgesdd | |
Block: ssygv | |
Block: dsygv | |
Block: chegv | |
Block: zhegv | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_sselect_in_gees__user__routines" | |
def sselect(arg1,arg2): return sselect | |
Constructing call-back function "cb_dselect_in_gees__user__routines" | |
def dselect(arg1,arg2): return dselect | |
Constructing call-back function "cb_cselect_in_gees__user__routines" | |
def cselect(arg): return cselect | |
Constructing call-back function "cb_zselect_in_gees__user__routines" | |
def zselect(arg): return zselect | |
Building module "flapack"... | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevd"... | |
w,v,info = ssyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevd"... | |
w,v,info = dsyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheevd"... | |
w,v,info = cheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheevd"... | |
w,v,info = zheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevr"... | |
w,v,info = ssyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,v,info = dsyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "cheevr"... | |
w,v,info = cheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,v,info = zheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "ssygv"... | |
w,v,info = ssygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
w,v,info = dsygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv"... | |
w,v,info = chegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
w,v,info = zhegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvd"... | |
w,v,info = ssygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
w,v,info = dsygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
w,v,info = chegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
w,v,info = zhegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgqr"... | |
q,info = sorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "dorgqr"... | |
q,info = dorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "cungqr"... | |
q,info = cungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "zungqr"... | |
q,info = zungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Wrote C/API module "flapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/flapackmodule.c" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/clapack.pyf' (format:free) | |
Post-processing... | |
Block: clapack | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "clapack"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "clapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/clapackmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/lib/lapack/calc_lwork.f' (format:fix,strict) | |
Post-processing... | |
Block: calc_lwork | |
Block: gehrd | |
Block: gesdd | |
Block: gelss | |
Block: getri | |
Block: geev | |
Block: heev | |
Block: syev | |
Block: gees | |
Block: geqrf | |
Block: gqr | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "calc_lwork"... | |
Constructing wrapper function "gehrd"... | |
minwrk,maxwrk = gehrd(prefix,n,[lo,hi]) | |
Constructing wrapper function "gesdd"... | |
minwrk,maxwrk = gesdd(prefix,m,n,[compute_uv]) | |
Constructing wrapper function "gelss"... | |
minwrk,maxwrk = gelss(prefix,m,n,nrhs) | |
Constructing wrapper function "getri"... | |
minwrk,maxwrk = getri(prefix,n) | |
Constructing wrapper function "geev"... | |
minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) | |
Constructing wrapper function "heev"... | |
minwrk,maxwrk = heev(prefix,n,[lower]) | |
Constructing wrapper function "syev"... | |
minwrk,maxwrk = syev(prefix,n,[lower]) | |
Constructing wrapper function "gees"... | |
minwrk,maxwrk = gees(prefix,n,[compute_v]) | |
Constructing wrapper function "geqrf"... | |
minwrk,maxwrk = geqrf(prefix,m,n) | |
Constructing wrapper function "gqr"... | |
minwrk,maxwrk = gqr(prefix,m,n) | |
Wrote C/API module "calc_lwork" to file "build/src.macosx-10.8-intel-2.7/scipy/lib/lapack/calc_lworkmodule.c" | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/fblas_l1.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/fblas_l2.pyf.src') | |
('Including file', '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/fblas_l3.pyf.src') | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/fblas.pyf' (format:free) | |
Post-processing... | |
Block: fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: sdot | |
Block: ddot | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: snrm2 | |
Block: dnrm2 | |
Block: scnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: dasum | |
Block: scasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: ssymv | |
Block: dsymv | |
Block: chemv | |
Block: zhemv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "sdot"("sdot")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("snrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("scnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("sasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("scasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Wrote C/API module "fblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/fblas-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/cblas.pyf' (format:free) | |
Post-processing... | |
Block: cblas | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "cblas"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "cblas" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/cblasmodule.c" | |
generating flapack interface | |
68 | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf' (format:free) | |
Line #3470 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:" char*,char*,char*,int*,int*,complex_float*,int*,complex_float*,int*,float*,float*,int*,int*,float*,int*,float*,complex_float*,int*,complex_float*,float*,int*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3547 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:" char*,char*,char*,int*,int*,complex_double*,int*,complex_double*,int*,double*,double*,int*,int*,double*,int*,double*,complex_double*,int*,complex_double*,double*,int*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3707 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,float*,int*,int*,float*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3737 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,double*,int*,int*,double*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3767 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,complex_float*,int*,int*,complex_float*,int*,int*" | |
crackline:3: No pattern for line | |
Line #3797 in build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,complex_double*,int*,int*,complex_double*,int*,int*" | |
crackline:3: No pattern for line | |
Post-processing... | |
Block: cgees__user__routines | |
Block: cgees_user_interface | |
Block: cselect | |
Block: dgees__user__routines | |
Block: dgees_user_interface | |
Block: dselect | |
Block: sgees__user__routines | |
Block: sgees_user_interface | |
Block: sselect | |
Block: zgees__user__routines | |
Block: zgees_user_interface | |
Block: zselect | |
Block: flapack | |
Block: spbtrf | |
Block: dpbtrf | |
Block: cpbtrf | |
Block: zpbtrf | |
Block: spbtrs | |
Block: dpbtrs | |
Block: cpbtrs | |
Block: zpbtrs | |
Block: strtrs | |
Block: dtrtrs | |
Block: ctrtrs | |
Block: ztrtrs | |
Block: spbsv | |
Block: dpbsv | |
Block: cpbsv | |
Block: zpbsv | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: sgesdd | |
Block: dgesdd | |
Block: cgesdd | |
Block: zgesdd | |
Block: sgelss | |
Block: dgelss | |
Block: cgelss | |
Block: zgelss | |
Block: sgeqp3 | |
Block: dgeqp3 | |
Block: cgeqp3 | |
Block: zgeqp3 | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sgerqf | |
Block: dgerqf | |
Block: cgerqf | |
Block: zgerqf | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sorgrq | |
Block: dorgrq | |
Block: cungrq | |
Block: zungrq | |
Block: sgeev | |
Block: dgeev | |
Block: cgeev | |
Block: zgeev | |
Block: sgegv | |
Block: dgegv | |
Block: cgegv | |
Block: zgegv | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Block: cgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:cgees | |
get_useparameters: no module cgees__user__routines info used by cgees | |
Block: zgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:zgees | |
get_useparameters: no module zgees__user__routines info used by zgees | |
Block: dgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:dgees | |
get_useparameters: no module dgees__user__routines info used by dgees | |
Block: sgees | |
In: build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack.pyf:flapack:unknown_interface:sgees | |
get_useparameters: no module sgees__user__routines info used by sgees | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: ssbev | |
Block: dsbev | |
Block: ssbevd | |
Block: dsbevd | |
Block: ssbevx | |
Block: dsbevx | |
Block: chbevd | |
Block: zhbevd | |
Block: chbevx | |
Block: zhbevx | |
Block: sgbtrf | |
Block: dgbtrf | |
Block: cgbtrf | |
Block: zgbtrf | |
Block: sgbtrs | |
Block: dgbtrs | |
Block: cgbtrs | |
Block: zgbtrs | |
Block: ssyevr | |
Block: dsyevr | |
Block: cheevr | |
Block: zheevr | |
Block: ssygv | |
Block: dsygv | |
Block: chegv | |
Block: zhegv | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: ssygvx | |
Block: dsygvx | |
Block: chegvx | |
Block: zhegvx | |
Block: slamch | |
Block: dlamch | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_cselect_in_cgees__user__routines" | |
def cselect(e_w__i__e): return cselect | |
Constructing call-back function "cb_dselect_in_dgees__user__routines" | |
def dselect(e_wr__i__e,e_wi__i__e): return dselect | |
Constructing call-back function "cb_sselect_in_sgees__user__routines" | |
def sselect(e_wr__i__e,e_wi__i__e): return sselect | |
Constructing call-back function "cb_zselect_in_zgees__user__routines" | |
def zselect(e_w__i__e): return zselect | |
Building module "flapack"... | |
Constructing wrapper function "spbtrf"... | |
c,info = spbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dpbtrf"... | |
c,info = dpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "cpbtrf"... | |
c,info = cpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "zpbtrf"... | |
c,info = zpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "spbtrs"... | |
x,info = spbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "dpbtrs"... | |
x,info = dpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "cpbtrs"... | |
x,info = cpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "zpbtrs"... | |
x,info = zpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "strtrs"... | |
x,info = strtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "dtrtrs"... | |
x,info = dtrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ctrtrs"... | |
x,info = ctrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ztrtrs"... | |
x,info = ztrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "spbsv"... | |
c,x,info = spbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dpbsv"... | |
c,x,info = dpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cpbsv"... | |
c,x,info = cpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zpbsv"... | |
c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,work,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,work,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,work,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,work,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgeqp3"... | |
qr,jpvt,tau,work,info = sgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqp3"... | |
qr,jpvt,tau,work,info = dgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqp3"... | |
qr,jpvt,tau,work,info = cgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqp3"... | |
qr,jpvt,tau,work,info = zgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,work,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,work,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,work,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,work,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgerqf"... | |
qr,tau,work,info = sgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgerqf"... | |
qr,tau,work,info = dgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgerqf"... | |
qr,tau,work,info = cgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgerqf"... | |
qr,tau,work,info = zgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgqr"... | |
q,work,info = sorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgqr"... | |
q,work,info = dorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungqr"... | |
q,work,info = cungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungqr"... | |
q,work,info = zungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgrq"... | |
q,work,info = sorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgrq"... | |
q,work,info = dorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungrq"... | |
q,work,info = cungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungrq"... | |
q,work,info = zungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgegv"... | |
alphar,alphai,beta,vl,vr,info = sgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgegv"... | |
alphar,alphai,beta,vl,vr,info = dgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgegv"... | |
alpha,beta,vl,vr,info = cgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgegv"... | |
alpha,beta,vl,vr,info = zgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,work,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,work,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,work,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,work,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,work,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,work,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,work,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssbev"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = ssbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dsbev"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = dsbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "ssbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = ssbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "dsbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = dsbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "ssbevx"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = ssbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "dsbevx"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = dsbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "chbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = chbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "zhbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = zhbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "chbevx"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = chbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "zhbevx"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = zhbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "sgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = sgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "dgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = dgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "cgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = cgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "zgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = zgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "sgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = sgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "dgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = dgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "cgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = cgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "zgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = zgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "ssyevr"... | |
w,z,info = ssyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,z,info = dsyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "cheevr"... | |
w,z,info = cheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,z,info = zheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "ssygv"... | |
a,w,info = ssygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
a,w,info = dsygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv"... | |
a,w,info = chegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
a,w,info = zhegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvd"... | |
a,w,info = ssygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
a,w,info = dsygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
a,w,info = chegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
a,w,info = zhegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvx"... | |
w,z,ifail,info = ssygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvx"... | |
w,z,ifail,info = dsygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvx"... | |
w,z,ifail,info = chegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvx"... | |
w,z,ifail,info = zhegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Creating wrapper for Fortran function "slamch"("slamch")... | |
Constructing wrapper function "slamch"... | |
slamch = slamch(cmach) | |
Creating wrapper for Fortran function "dlamch"("dlamch")... | |
Constructing wrapper function "dlamch"... | |
dlamch = dlamch(cmach) | |
Wrote C/API module "flapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/flapackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/flapack-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/linalg/clapack.pyf' (format:free) | |
Post-processing... | |
Block: clapack | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "clapack"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "clapack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/linalg/clapackmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f' (format:fix,strict) | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/lu.f' (format:fix,strict) | |
Post-processing... | |
Block: _flinalg | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:ddet_c | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:ddet_r | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:sdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:sdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:zdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:zdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:cdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/det.f:cdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/lu.f:dlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: dlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/lu.f:zlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: zlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/lu.f:slu_c | |
vars2fortran: No typespec for argument "info". | |
Block: slu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/lu.f:clu_c | |
vars2fortran: No typespec for argument "info". | |
Block: clu_c | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_flinalg"... | |
Constructing wrapper function "ddet_c"... | |
det,info = ddet_c(a,[overwrite_a]) | |
Constructing wrapper function "ddet_r"... | |
det,info = ddet_r(a,[overwrite_a]) | |
Constructing wrapper function "sdet_c"... | |
det,info = sdet_c(a,[overwrite_a]) | |
Constructing wrapper function "sdet_r"... | |
det,info = sdet_r(a,[overwrite_a]) | |
Constructing wrapper function "zdet_c"... | |
det,info = zdet_c(a,[overwrite_a]) | |
Constructing wrapper function "zdet_r"... | |
det,info = zdet_r(a,[overwrite_a]) | |
Constructing wrapper function "cdet_c"... | |
det,info = cdet_c(a,[overwrite_a]) | |
Constructing wrapper function "cdet_r"... | |
det,info = cdet_r(a,[overwrite_a]) | |
Constructing wrapper function "dlu_c"... | |
p,l,u,info = dlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "zlu_c"... | |
p,l,u,info = zlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "slu_c"... | |
p,l,u,info = slu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "clu_c"... | |
p,l,u,info = clu_c(a,[permute_l,overwrite_a]) | |
Wrote C/API module "_flinalg" to file "build/src.macosx-10.8-intel-2.7/scipy/linalg/_flinalgmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/linalg/src/calc_lwork.f' (format:fix,strict) | |
Post-processing... | |
Block: calc_lwork | |
Block: gehrd | |
Block: gesdd | |
Block: gelss | |
Block: getri | |
Block: geev | |
Block: heev | |
Block: syev | |
Block: gees | |
Block: geqrf | |
Block: gqr | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "calc_lwork"... | |
Constructing wrapper function "gehrd"... | |
minwrk,maxwrk = gehrd(prefix,n,lo,hi) | |
Constructing wrapper function "gesdd"... | |
minwrk,maxwrk = gesdd(prefix,m,n,compute_uv) | |
Constructing wrapper function "gelss"... | |
minwrk,maxwrk = gelss(prefix,m,n,nrhs) | |
Constructing wrapper function "getri"... | |
minwrk,maxwrk = getri(prefix,n) | |
Constructing wrapper function "geev"... | |
minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) | |
Constructing wrapper function "heev"... | |
minwrk,maxwrk = heev(prefix,n,[lower]) | |
Constructing wrapper function "syev"... | |
minwrk,maxwrk = syev(prefix,n,[lower]) | |
Constructing wrapper function "gees"... | |
minwrk,maxwrk = gees(prefix,n,[compute_v]) | |
Constructing wrapper function "geqrf"... | |
minwrk,maxwrk = geqrf(prefix,m,n) | |
Constructing wrapper function "gqr"... | |
minwrk,maxwrk = gqr(prefix,m,n) | |
Wrote C/API module "calc_lwork" to file "build/src.macosx-10.8-intel-2.7/scipy/linalg/calc_lworkmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/lbfgsb/lbfgsb.pyf' (format:free) | |
Post-processing... | |
Block: _lbfgsb | |
Block: setulb | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_lbfgsb"... | |
Constructing wrapper function "setulb"... | |
setulb(m,x,l,u,nbd,f,g,factr,pgtol,wa,iwa,task,iprint,csave,lsave,isave,dsave,[n]) | |
Wrote C/API module "_lbfgsb" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/lbfgsb/_lbfgsbmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/cobyla/cobyla.pyf' (format:free) | |
Post-processing... | |
Block: _cobyla__user__routines | |
Block: _cobyla_user_interface | |
Block: calcfc | |
Block: _cobyla | |
Block: minimize | |
In: /private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/cobyla/cobyla.pyf:_cobyla:unknown_interface:minimize | |
get_useparameters: no module _cobyla__user__routines info used by minimize | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_calcfc_in__cobyla__user__routines" | |
def calcfc(x,con): return f | |
Building module "_cobyla"... | |
Constructing wrapper function "minimize"... | |
x = minimize(calcfc,m,x,rhobeg,rhoend,[iprint,maxfun,calcfc_extra_args]) | |
Wrote C/API module "_cobyla" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/cobyla/_cobylamodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack2/minpack2.pyf' (format:free) | |
Post-processing... | |
Block: minpack2 | |
Block: dcsrch | |
Block: dcstep | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "minpack2"... | |
Constructing wrapper function "dcsrch"... | |
stp,f,g,task = dcsrch(stp,f,g,ftol,gtol,xtol,task,stpmin,stpmax,isave,dsave) | |
Constructing wrapper function "dcstep"... | |
stx,fx,dx,sty,fy,dy,stp,brackt = dcstep(stx,fx,dx,sty,fy,dy,stp,fp,dp,brackt,stpmin,stpmax) | |
Wrote C/API module "minpack2" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/minpack2/minpack2module.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/slsqp/slsqp.pyf' (format:free) | |
Post-processing... | |
Block: _slsqp | |
Block: slsqp | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_slsqp"... | |
Constructing wrapper function "slsqp"... | |
slsqp(m,meq,x,xl,xu,f,c,g,a,acc,iter,mode,w,jw,[la,n,l_w,l_jw]) | |
Wrote C/API module "_slsqp" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/slsqp/_slsqpmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/nnls/nnls.pyf' (format:free) | |
crackline: groupcounter=1 groupname={0: '', 1: 'python module', 2: 'interface', 3: 'subroutine'} | |
crackline: Mismatch of blocks encountered. Trying to fix it by assuming "end" statement. | |
Post-processing... | |
Block: _nnls | |
Block: nnls | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_nnls"... | |
Constructing wrapper function "nnls"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,rnorm,mode = nnls(a,m,n,b,w,zz,index_bn,[mda,overwrite_a,overwrite_b]) | |
Wrote C/API module "_nnls" to file "build/src.macosx-10.8-intel-2.7/scipy/optimize/nnls/_nnlsmodule.c" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/isolve/iterative/_iterative.pyf' (format:free) | |
Post-processing... | |
Block: _iterative | |
Block: sbicgrevcom | |
Block: dbicgrevcom | |
Block: cbicgrevcom | |
Block: zbicgrevcom | |
Block: sbicgstabrevcom | |
Block: dbicgstabrevcom | |
Block: cbicgstabrevcom | |
Block: zbicgstabrevcom | |
Block: scgrevcom | |
Block: dcgrevcom | |
Block: ccgrevcom | |
Block: zcgrevcom | |
Block: scgsrevcom | |
Block: dcgsrevcom | |
Block: ccgsrevcom | |
Block: zcgsrevcom | |
Block: sqmrrevcom | |
Block: dqmrrevcom | |
Block: cqmrrevcom | |
Block: zqmrrevcom | |
Block: sgmresrevcom | |
Block: dgmresrevcom | |
Block: cgmresrevcom | |
Block: zgmresrevcom | |
Block: sstoptest2 | |
Block: dstoptest2 | |
Block: cstoptest2 | |
Block: zstoptest2 | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_iterative"... | |
Constructing wrapper function "sbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sstoptest2"... | |
bnrm2,resid,info = sstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "dstoptest2"... | |
bnrm2,resid,info = dstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "cstoptest2"... | |
bnrm2,resid,info = cstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "zstoptest2"... | |
bnrm2,resid,info = zstoptest2(r,b,bnrm2,tol,info) | |
Wrote C/API module "_iterative" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c" | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf' (format:free) | |
Line #5 in build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf:" <_rd=real,double precision>" | |
crackline:1: No pattern for line | |
Line #6 in build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf:" <_cd=complex,double complex>" | |
crackline:1: No pattern for line | |
Post-processing... | |
Block: _arpack | |
Block: ssaupd | |
Block: dsaupd | |
Block: sseupd | |
Block: dseupd | |
Block: snaupd | |
Block: dnaupd | |
Block: sneupd | |
Block: dneupd | |
Block: cnaupd | |
Block: znaupd | |
Block: cneupd | |
Block: zneupd | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_arpack"... | |
Constructing wrapper function "ssaupd"... | |
ido,resid,v,iparam,ipntr,info = ssaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dsaupd"... | |
ido,resid,v,iparam,ipntr,info = dsaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sseupd"... | |
d,z,info = sseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dseupd"... | |
d,z,info = dseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "snaupd"... | |
ido,resid,v,iparam,ipntr,info = snaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dnaupd"... | |
ido,resid,v,iparam,ipntr,info = dnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sneupd"... | |
dr,di,z,info = sneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dneupd"... | |
dr,di,z,info = dneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cnaupd"... | |
ido,resid,v,iparam,ipntr,info = cnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "znaupd"... | |
ido,resid,v,iparam,ipntr,info = znaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cneupd"... | |
d,z,info = cneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "zneupd"... | |
d,z,info = zneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing COMMON block support for "debug"... | |
logfil,ndigit,mgetv0,msaupd,msaup2,msaitr,mseigt,msapps,msgets,mseupd,mnaupd,mnaup2,mnaitr,mneigh,mnapps,mngets,mneupd,mcaupd,mcaup2,mcaitr,mceigh,mcapps,mcgets,mceupd | |
Constructing COMMON block support for "timing"... | |
nopx,nbx,nrorth,nitref,nrstrt,tsaupd,tsaup2,tsaitr,tseigt,tsgets,tsapps,tsconv,tnaupd,tnaup2,tnaitr,tneigh,tngets,tnapps,tnconv,tcaupd,tcaup2,tcaitr,tceigh,tcgets,tcapps,tcconv,tmvopx,tmvbx,tgetv0,titref,trvec | |
Wrote C/API module "_arpack" to file "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/build/src.macosx-10.8-intel-2.7/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/special/specfun.pyf' (format:free) | |
Post-processing... | |
Block: specfun | |
Block: clqmn | |
Block: lqmn | |
Block: clpmn | |
Block: jdzo | |
Block: bernob | |
Block: bernoa | |
Block: csphjy | |
Block: lpmns | |
Block: eulera | |
Block: clqn | |
Block: airyzo | |
Block: eulerb | |
Block: cva1 | |
Block: lqnb | |
Block: lamv | |
Block: lagzo | |
Block: legzo | |
Block: pbdv | |
Block: cerzo | |
Block: lamn | |
Block: clpn | |
Block: lqmns | |
Block: chgm | |
Block: lpmn | |
Block: fcszo | |
Block: aswfb | |
Block: lqna | |
Block: cpbdn | |
Block: lpn | |
Block: fcoef | |
Block: sphi | |
Block: rcty | |
Block: lpni | |
Block: cyzo | |
Block: csphik | |
Block: sphj | |
Block: othpl | |
Block: klvnzo | |
Block: jyzo | |
Block: rctj | |
Block: herzo | |
Block: sphk | |
Block: pbvv | |
Block: segv | |
Block: sphy | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "specfun"... | |
Constructing wrapper function "clqmn"... | |
cqm,cqd = clqmn(m,n,z) | |
Constructing wrapper function "lqmn"... | |
qm,qd = lqmn(m,n,x) | |
Constructing wrapper function "clpmn"... | |
cpm,cpd = clpmn(m,n,x,y) | |
Constructing wrapper function "jdzo"... | |
n,m,pcode,zo = jdzo(nt) | |
Constructing wrapper function "bernob"... | |
bn = bernob(n) | |
Constructing wrapper function "bernoa"... | |
bn = bernoa(n) | |
Constructing wrapper function "csphjy"... | |
nm,csj,cdj,csy,cdy = csphjy(n,z) | |
Constructing wrapper function "lpmns"... | |
pm,pd = lpmns(m,n,x) | |
Constructing wrapper function "eulera"... | |
en = eulera(n) | |
Constructing wrapper function "clqn"... | |
cqn,cqd = clqn(n,z) | |
Constructing wrapper function "airyzo"... | |
xa,xb,xc,xd = airyzo(nt,[kf]) | |
Constructing wrapper function "eulerb"... | |
en = eulerb(n) | |
Constructing wrapper function "cva1"... | |
cv = cva1(kd,m,q) | |
Constructing wrapper function "lqnb"... | |
qn,qd = lqnb(n,x) | |
Constructing wrapper function "lamv"... | |
vm,vl,dl = lamv(v,x) | |
Constructing wrapper function "lagzo"... | |
x,w = lagzo(n) | |
Constructing wrapper function "legzo"... | |
x,w = legzo(n) | |
Constructing wrapper function "pbdv"... | |
dv,dp,pdf,pdd = pbdv(v,x) | |
Constructing wrapper function "cerzo"... | |
zo = cerzo(nt) | |
Constructing wrapper function "lamn"... | |
nm,bl,dl = lamn(n,x) | |
Constructing wrapper function "clpn"... | |
cpn,cpd = clpn(n,z) | |
Constructing wrapper function "lqmns"... | |
qm,qd = lqmns(m,n,x) | |
Constructing wrapper function "chgm"... | |
hg = chgm(a,b,x) | |
Constructing wrapper function "lpmn"... | |
pm,pd = lpmn(m,n,x) | |
Constructing wrapper function "fcszo"... | |
zo = fcszo(kf,nt) | |
Constructing wrapper function "aswfb"... | |
s1f,s1d = aswfb(m,n,c,x,kd,cv) | |
Constructing wrapper function "lqna"... | |
qn,qd = lqna(n,x) | |
Constructing wrapper function "cpbdn"... | |
cpb,cpd = cpbdn(n,z) | |
Constructing wrapper function "lpn"... | |
pn,pd = lpn(n,x) | |
Constructing wrapper function "fcoef"... | |
fc = fcoef(kd,m,q,a) | |
Constructing wrapper function "sphi"... | |
nm,si,di = sphi(n,x) | |
Constructing wrapper function "rcty"... | |
nm,ry,dy = rcty(n,x) | |
Constructing wrapper function "lpni"... | |
pn,pd,pl = lpni(n,x) | |
Constructing wrapper function "cyzo"... | |
zo,zv = cyzo(nt,kf,kc) | |
Constructing wrapper function "csphik"... | |
nm,csi,cdi,csk,cdk = csphik(n,z) | |
Constructing wrapper function "sphj"... | |
nm,sj,dj = sphj(n,x) | |
Constructing wrapper function "othpl"... | |
pl,dpl = othpl(kf,n,x) | |
Constructing wrapper function "klvnzo"... | |
zo = klvnzo(nt,kd) | |
Constructing wrapper function "jyzo"... | |
rj0,rj1,ry0,ry1 = jyzo(n,nt) | |
Constructing wrapper function "rctj"... | |
nm,rj,dj = rctj(n,x) | |
Constructing wrapper function "herzo"... | |
x,w = herzo(n) | |
Constructing wrapper function "sphk"... | |
nm,sk,dk = sphk(n,x) | |
Constructing wrapper function "pbvv"... | |
vv,vp,pvf,pvd = pbvv(v,x) | |
Constructing wrapper function "segv"... | |
cv,eg = segv(m,n,c,kd) | |
Constructing wrapper function "sphy"... | |
nm,sy,dy = sphy(n,x) | |
Wrote C/API module "specfun" to file "build/src.macosx-10.8-intel-2.7/scipy/special/specfunmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/stats/statlib.pyf' (format:free) | |
Post-processing... | |
Block: statlib | |
Block: swilk | |
Block: wprob | |
Block: gscale | |
Block: prho | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "statlib"... | |
Constructing wrapper function "swilk"... | |
a,w,pw,ifault = swilk(x,a,[init,n1]) | |
Constructing wrapper function "wprob"... | |
astart,a1,ifault = wprob(test,other) | |
Constructing wrapper function "gscale"... | |
astart,a1,ifault = gscale(test,other) | |
Constructing wrapper function "prho"... | |
ifault = prho(n,is) | |
Wrote C/API module "statlib" to file "build/src.macosx-10.8-intel-2.7/scipy/stats/statlibmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/stats/futil.f' (format:fix,strict) | |
Post-processing... | |
Block: futil | |
Block: dqsort | |
Block: dfreps | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "futil"... | |
Constructing wrapper function "dqsort"... | |
arr = dqsort(arr,[overwrite_arr]) | |
Constructing wrapper function "dfreps"... | |
replist,repnum,nlist = dfreps(arr) | |
Wrote C/API module "futil" to file "build/src.macosx-10.8-intel-2.7/scipy/stats/futilmodule.c" | |
Reading fortran codes... | |
Reading file '/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/stats/mvn.pyf' (format:free) | |
Post-processing... | |
Block: mvn | |
Block: mvnun | |
Block: mvndst | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "mvn"... | |
Constructing wrapper function "mvnun"... | |
value,inform = mvnun(lower,upper,means,covar,[maxpts,abseps,releps]) | |
Constructing wrapper function "mvndst"... | |
error,value,inform = mvndst(lower,upper,infin,correl,[maxpts,abseps,releps]) | |
Constructing COMMON block support for "dkblck"... | |
ivls | |
Wrote C/API module "mvn" to file "build/src.macosx-10.8-intel-2.7/scipy/stats/mvnmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.8-intel-2.7/scipy/stats/mvn-f2pywrappers.f" | |
no previously-included directories found matching 'scipy/special/tests/data/boost' | |
Could not locate executable f95 | |
Could not locate executable f90 | |
Could not locate executable f77 | |
Could not locate executable xlf90 | |
Could not locate executable xlf | |
Could not locate executable ifort | |
Could not locate executable ifc | |
Could not locate executable g77 | |
Found executable /usr/local/bin/gfortran | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodi.f:1143: warning: ‘lenwm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f: In function ‘stode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f: In function ‘stode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:84.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:135: warning: ‘k2’ is used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:84.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splder.f:135: warning: ‘k2’ is used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splev.f:80.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/interpolate/fitpack/splev.f:80.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f:54: warning: ‘sin’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f:54: warning: ‘cos’ may be used uninitialized in this function | |
/private/tmp/easy_install-5kff9q/scipy-0.10.0/scipy/optimize/minpack/r1mpyq.f: In funct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment