Created
July 1, 2015 02:47
-
-
Save allthesignals/19226941bcef4b0f479b to your computer and use it in GitHub Desktop.
SciPy on Ubuntu 14.04 on Digital Ocean in a virtualenv
This file has been truncated, but you can view the full file.
This file contains 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
Matts-iMac:~ mattgardner$ pwd | |
/Users/mattgardner | |
Matts-iMac:~ mattgardner$ ls | |
Applications Documents Movies Public exercism | |
Desktop Downloads Music VirtualBox VMs install | |
Development Library Pictures bin | |
Matts-iMac:~ mattgardner$ ssh [email protected] | |
The authenticity of host '104.131.72.8 (104.131.72.8)' can't be established. | |
RSA key fingerprint is 38:37:d7:93:e1:7a:a4:40:b2:f4:4d:69:35:05:9d:60. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added '104.131.72.8' (RSA) to the list of known hosts. | |
Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Tue Jun 30 20:44:35 EDT 2015 | |
System load: 0.0 Memory usage: 9% Processes: 50 | |
Usage of /: 7.5% of 19.56GB Swap usage: 0% Users logged in: 0 | |
Graph this data and manage this system at: | |
https://landscape.canonical.com/ | |
root@airbnboston:~# adduser matt | |
Adding user `matt' ... | |
Adding new group `matt' (1000) ... | |
Adding new user `matt' (1000) with group `matt' ... | |
Creating home directory `/home/matt' ... | |
Copying files from `/etc/skel' ... | |
Enter new UNIX password: | |
Retype new UNIX password: | |
passwd: password updated successfully | |
Changing the user information for matt | |
Enter the new value, or press ENTER for the default | |
Full Name []: Matt | |
Room Number []: | |
Work Phone []: | |
Home Phone []: | |
Other []: | |
Is the information correct? [Y/n] Y | |
root@airbnboston:~# gpasswd -a matt sudo | |
Adding user matt to group sudo | |
root@airbnboston:~# exit | |
logout | |
Connection to 104.131.72.8 closed. | |
Matts-iMac:~ mattgardner$ ssh-copy-id [email protected] | |
-bash: ssh-copy-id: command not found | |
Matts-iMac:~ mattgardner$ brew install ssh-copy-id | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/ssh-copy-id | |
######################################################################## 100.0% | |
==> Pouring ssh-copy-id-6.7p1.yosemite.bottle.tar.gz | |
🍺 /usr/local/Cellar/ssh-copy-id/6.7p1: 7 files, 216K | |
Matts-iMac:~ mattgardner$ ssh-copy-id [email protected] | |
/usr/local/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed | |
/usr/local/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys | |
[email protected]'s password: | |
Number of key(s) added: 1 | |
Now try logging into the machine, with: "ssh '[email protected]'" | |
and check to make sure that only the key(s) you wanted were added. | |
Matts-iMac:~ mattgardner$ ssh [email protected] | |
Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Tue Jun 30 20:52:53 EDT 2015 | |
System load: 0.0 Processes: 67 | |
Usage of /: 7.9% of 19.56GB Users logged in: 0 | |
Memory usage: 11% IP address for eth0: 104.131.72.8 | |
Swap usage: 0% | |
Graph this data and manage this system at: | |
https://landscape.canonical.com/ | |
0 packages can be updated. | |
0 updates are security updates. | |
matt@airbnboston:~$ pwd | |
/home/matt | |
matt@airbnboston:~$ ls | |
matt@airbnboston:~$ nano /etc/s | |
screenrc selinux/ shadow skel/ ssl/ subuid sudoers.d/ systemd/ | |
securetty services shadow- smi.conf subgid subuid- sysctl.conf | |
security/ sgml/ shells ssh/ subgid- sudoers sysctl.d/ | |
matt@airbnboston:~$ nano /etc/s | |
screenrc selinux/ shadow skel/ ssl/ subuid sudoers.d/ systemd/ | |
securetty services shadow- smi.conf subgid subuid- sysctl.conf | |
security/ sgml/ shells ssh/ subgid- sudoers sysctl.d/ | |
matt@airbnboston:~$ nano /etc/s | |
screenrc selinux/ shadow skel/ ssl/ subuid sudoers.d/ systemd/ | |
securetty services shadow- smi.conf subgid subuid- sysctl.conf | |
security/ sgml/ shells ssh/ subgid- sudoers sysctl.d/ | |
matt@airbnboston:~$ nano /etc/s | |
screenrc selinux/ shadow skel/ ssl/ subuid sudoers.d/ systemd/ | |
securetty services shadow- smi.conf subgid subuid- sysctl.conf | |
security/ sgml/ shells ssh/ subgid- sudoers sysctl.d/ | |
matt@airbnboston:~$ exit | |
logout | |
Connection to 104.131.72.8 closed. | |
Matts-iMac:~ mattgardner$ ssh [email protected] | |
Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Tue Jun 30 20:53:23 EDT 2015 | |
System load: 0.0 Processes: 67 | |
Usage of /: 7.9% of 19.56GB Users logged in: 0 | |
Memory usage: 11% IP address for eth0: 104.131.72.8 | |
Swap usage: 0% | |
Graph this data and manage this system at: | |
https://landscape.canonical.com/ | |
0 packages can be updated. | |
0 updates are security updates. | |
Last login: Tue Jun 30 20:51:18 2015 from c-98-217-197-214.hsd1.ma.comcast.net | |
root@airbnboston:~# nano /etc/ssh/sshd_config | |
root@airbnboston:~# service ssh restart | |
ssh stop/waiting | |
ssh start/running, process 1549 | |
root@airbnboston:~# exit | |
logout | |
Connection to 104.131.72.8 closed. | |
Matts-iMac:~ mattgardner$ ssh [email protected] | |
Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Tue Jun 30 20:54:10 EDT 2015 | |
System load: 0.0 Processes: 67 | |
Usage of /: 7.9% of 19.56GB Users logged in: 0 | |
Memory usage: 11% IP address for eth0: 104.131.72.8 | |
Swap usage: 0% | |
Graph this data and manage this system at: | |
https://landscape.canonical.com/ | |
0 packages can be updated. | |
0 updates are security updates. | |
Last login: Tue Jun 30 20:53:23 2015 from c-98-217-197-214.hsd1.ma.comcast.net | |
matt@airbnboston:~$ python | |
Python 2.7.6 (default, Mar 22 2014, 22:59:56) | |
[GCC 4.8.2] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> exit | |
Use exit() or Ctrl-D (i.e. EOF) to exit | |
>>> exit() | |
matt@airbnboston:~$ python3 | |
Python 3.4.0 (default, Apr 11 2014, 13:05:11) | |
[GCC 4.8.2] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> exit() | |
matt@airbnboston:~$ pwd | |
/home/matt | |
matt@airbnboston:~$ ls | |
matt@airbnboston:~$ sudo apt-get install git | |
[sudo] password for matt: | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
git-man liberror-perl | |
Suggested packages: | |
git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk | |
gitweb git-arch git-bzr git-cvs git-mediawiki git-svn | |
The following NEW packages will be installed: | |
git git-man liberror-perl | |
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 3,346 kB of archives. | |
After this operation, 21.6 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.1 [698 kB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.1 [2,627 kB] | |
Fetched 3,346 kB in 7s (446 kB/s) | |
Selecting previously unselected package liberror-perl. | |
(Reading database ... 86964 files and directories currently installed.) | |
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... | |
Unpacking liberror-perl (0.17-1.1) ... | |
Selecting previously unselected package git-man. | |
Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.1_all.deb ... | |
Unpacking git-man (1:1.9.1-1ubuntu0.1) ... | |
Selecting previously unselected package git. | |
Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.1_amd64.deb ... | |
Unpacking git (1:1.9.1-1ubuntu0.1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up liberror-perl (0.17-1.1) ... | |
Setting up git-man (1:1.9.1-1ubuntu0.1) ... | |
Setting up git (1:1.9.1-1ubuntu0.1) ... | |
matt@airbnboston:~$ git clone https://github.com/tomslee/airbnb.git | |
Cloning into 'airbnb'... | |
remote: Counting objects: 137, done. | |
remote: Compressing objects: 100% (10/10), done. | |
remote: Total 137 (delta 3), reused 0 (delta 0), pack-reused 127 | |
Receiving objects: 100% (137/137), 2.15 MiB | 0 bytes/s, done. | |
Resolving deltas: 100% (69/69), done. | |
Checking connectivity... done. | |
matt@airbnboston:~$ pwd | |
/home/matt | |
matt@airbnboston:~$ ls | |
airbnb | |
matt@airbnboston:~$ cd airbnb/ | |
matt@airbnboston:~/airbnb$ which python3 | |
/usr/bin/python3 | |
matt@airbnboston:~/airbnb$ mkvirtualenv -p /usr/bin/python3 airbnb | |
mkvirtualenv: command not found | |
matt@airbnboston:~/airbnb$ sudo apt-get install python-pip | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
binutils build-essential dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 | |
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
libasan0 libatomic1 libc-dev-bin libc6-dev libdpkg-perl libfakeroot | |
libfile-fcntllock-perl libgcc-4.8-dev libgomp1 libitm1 libquadmath0 | |
libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev python-colorama | |
python-distlib python-html5lib python-setuptools python-wheel | |
Suggested packages: | |
binutils-doc debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc | |
libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb | |
gcc-doc gcc-4.8-multilib gcc-4.8-locales libgcc1-dbg libgomp1-dbg | |
libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libbacktrace1-dbg | |
libquadmath0-dbg binutils-gold glibc-doc libstdc++-4.8-doc make-doc | |
python-genshi python-lxml | |
Recommended packages: | |
python-dev-all | |
The following NEW packages will be installed: | |
binutils build-essential dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 | |
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
libasan0 libatomic1 libc-dev-bin libc6-dev libdpkg-perl libfakeroot | |
libfile-fcntllock-perl libgcc-4.8-dev libgomp1 libitm1 libquadmath0 | |
libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev python-colorama | |
python-distlib python-html5lib python-pip python-setuptools python-wheel | |
0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 23.6 MB of archives. | |
After this operation, 89.8 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty/main libasan0 amd64 4.8.2-19ubuntu1 [63.0 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty/main libatomic1 amd64 4.8.2-19ubuntu1 [8,626 B] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty/main libgomp1 amd64 4.8.2-19ubuntu1 [23.2 kB] | |
Get:4 http://mirrors.digitalocean.com/ubuntu/ trusty/main libitm1 amd64 4.8.2-19ubuntu1 [28.5 kB] | |
Get:5 http://mirrors.digitalocean.com/ubuntu/ trusty/main libquadmath0 amd64 4.8.2-19ubuntu1 [126 kB] | |
Get:6 http://mirrors.digitalocean.com/ubuntu/ trusty/main libtsan0 amd64 4.8.2-19ubuntu1 [94.7 kB] | |
Get:7 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu3.1 [2,076 kB] | |
Get:8 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.6 [68.9 kB] | |
Err http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-52.86 | |
404 Not Found [IP: 2604:a880:1:1::4 80] | |
Err http://security.ubuntu.com/ubuntu/ trusty-security/main linux-libc-dev amd64 3.13.0-52.86 | |
404 Not Found [IP: 2001:67c:1562::15 80] | |
Get:9 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.6 [1,910 kB] | |
Get:10 http://mirrors.digitalocean.com/ubuntu/ trusty/main libgcc-4.8-dev amd64 4.8.2-19ubuntu1 [1,688 kB] | |
Get:11 http://mirrors.digitalocean.com/ubuntu/ trusty/main gcc-4.8 amd64 4.8.2-19ubuntu1 [5,012 kB] | |
Get:12 http://mirrors.digitalocean.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] | |
Get:13 http://mirrors.digitalocean.com/ubuntu/ trusty/main libstdc++-4.8-dev amd64 4.8.2-19ubuntu1 [1,050 kB] | |
Get:14 http://mirrors.digitalocean.com/ubuntu/ trusty/main g++-4.8 amd64 4.8.2-19ubuntu1 [7,038 kB] | |
Get:15 http://mirrors.digitalocean.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] | |
Get:16 http://mirrors.digitalocean.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] | |
Get:17 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.4 [179 kB] | |
Get:18 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.4 [726 kB] | |
Get:19 http://mirrors.digitalocean.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] | |
Get:20 http://mirrors.digitalocean.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] | |
Get:21 http://mirrors.digitalocean.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] | |
Get:22 http://mirrors.digitalocean.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] | |
Get:23 http://mirrors.digitalocean.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] | |
Get:24 http://mirrors.digitalocean.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] | |
Get:25 http://mirrors.digitalocean.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] | |
Get:26 http://mirrors.digitalocean.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] | |
Get:27 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] | |
Get:28 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] | |
Get:29 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] | |
Get:30 http://mirrors.digitalocean.com/ubuntu/ trusty/main python-setuptools all 3.3-1ubuntu1 [230 kB] | |
Err http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu1 | |
404 Not Found [IP: 2604:a880:1:1::4 80] | |
Get:31 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] | |
Fetched 22.7 MB in 8s (2,710 kB/s) | |
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.13.0-52.86_amd64.deb 404 Not Found [IP: 2001:67c:1562::15 80] | |
E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/universe/p/python-pip/python-pip_1.5.4-1ubuntu1_all.deb 404 Not Found [IP: 2604:a880:1:1::4 80] | |
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? | |
matt@airbnboston:~/airbnb$ sudo apt-get install python-pip --fix-missing | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
binutils build-essential dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 | |
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
libasan0 libatomic1 libc-dev-bin libc6-dev libdpkg-perl libfakeroot | |
libfile-fcntllock-perl libgcc-4.8-dev libgomp1 libitm1 libquadmath0 | |
libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev python-colorama | |
python-distlib python-html5lib python-setuptools python-wheel | |
Suggested packages: | |
binutils-doc debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc | |
libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb | |
gcc-doc gcc-4.8-multilib gcc-4.8-locales libgcc1-dbg libgomp1-dbg | |
libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libbacktrace1-dbg | |
libquadmath0-dbg binutils-gold glibc-doc libstdc++-4.8-doc make-doc | |
python-genshi python-lxml | |
Recommended packages: | |
python-dev-all | |
The following NEW packages will be installed: | |
binutils build-essential dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 | |
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
libasan0 libatomic1 libc-dev-bin libc6-dev libdpkg-perl libfakeroot | |
libfile-fcntllock-perl libgcc-4.8-dev libgomp1 libitm1 libquadmath0 | |
libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev python-colorama | |
python-distlib python-html5lib python-pip python-setuptools python-wheel | |
0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 873 kB/23.6 MB of archives. | |
After this operation, 89.8 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Err http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-52.86 | |
404 Not Found [IP: 2604:a880:1:1::4 80] | |
Err http://security.ubuntu.com/ubuntu/ trusty-security/main linux-libc-dev amd64 3.13.0-52.86 | |
404 Not Found [IP: 2001:67c:1562::16 80] | |
Err http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu1 | |
404 Not Found [IP: 2604:a880:1:1::4 80] | |
Selecting previously unselected package libasan0:amd64. | |
(Reading database ... 87712 files and directories currently installed.) | |
Preparing to unpack .../libasan0_4.8.2-19ubuntu1_amd64.deb ... | |
Unpacking libasan0:amd64 (4.8.2-19ubuntu1) ... | |
Selecting previously unselected package libatomic1:amd64. | |
Preparing to unpack .../libatomic1_4.8.2-19ubuntu1_amd64.deb ... | |
Unpacking libatomic1:amd64 (4.8.2-19ubuntu1) ... | |
Selecting previously unselected package libgomp1:amd64. | |
Preparing to unpack .../libgomp1_4.8.2-19ubuntu1_amd64.deb ... | |
Unpacking libgomp1:amd64 (4.8.2-19ubuntu1) ... | |
Selecting previously unselected package libitm1:amd64. | |
Preparing to unpack .../libitm1_4.8.2-19ubuntu1_amd64.deb ... | |
Unpacking libitm1:amd64 (4.8.2-19ubuntu1) ... | |
Selecting previously unselected package libquadmath0:amd64. | |
Preparing to unpack .../libquadmath0_4.8.2-19ubuntu1_amd64.deb ... | |
Unpacking libquadmath0:amd64 (4.8.2-19ubuntu1) ... | |
Selecting previously unselected package libtsan0:amd64. | |
Preparing to unpack .../libtsan0_4.8.2-19ubuntu1_amd64.deb ... | |
Unpacking libtsan0:amd64 (4.8.2-19ubuntu1) ... | |
Selecting previously unselected package binutils. | |
Preparing to unpack .../binutils_2.24-5ubuntu3.1_amd64.deb ... | |
Unpacking binutils (2.24-5ubuntu3.1) ... | |
Selecting previously unselected package libfakeroot:amd64. | |
Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... | |
Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... | |
Selecting previously unselected package fakeroot. | |
Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... | |
Unpacking fakeroot (1.20-3ubuntu2) ... | |
Selecting previously unselected package libalgorithm-diff-perl. | |
Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... | |
Unpacking libalgorithm-diff-perl (1.19.02-3) ... | |
Selecting previously unselected package libalgorithm-diff-xs-perl. | |
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... | |
Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... | |
Selecting previously unselected package libalgorithm-merge-perl. | |
Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... | |
Unpacking libalgorithm-merge-perl (0.08-2) ... | |
Selecting previously unselected package libc-dev-bin. | |
Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.6_amd64.deb ... | |
Unpacking libc-dev-bin (2.19-0ubuntu6.6) ... | |
Selecting previously unselected package libdpkg-perl. | |
Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.4_all.deb ... | |
Unpacking libdpkg-perl (1.17.5ubuntu5.4) ... | |
Selecting previously unselected package libfile-fcntllock-perl. | |
Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... | |
Unpacking libfile-fcntllock-perl (0.14-2build1) ... | |
Selecting previously unselected package make. | |
Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... | |
Unpacking make (3.81-8.2ubuntu3) ... | |
Selecting previously unselected package manpages-dev. | |
Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... | |
Unpacking manpages-dev (3.54-1ubuntu1) ... | |
Selecting previously unselected package python-colorama. | |
Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... | |
Unpacking python-colorama (0.2.5-0.1ubuntu2) ... | |
Selecting previously unselected package python-distlib. | |
Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... | |
Unpacking python-distlib (0.1.8-1ubuntu1) ... | |
Selecting previously unselected package python-html5lib. | |
Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... | |
Unpacking python-html5lib (0.999-3~ubuntu1) ... | |
Selecting previously unselected package python-setuptools. | |
Preparing to unpack .../python-setuptools_3.3-1ubuntu1_all.deb ... | |
Unpacking python-setuptools (3.3-1ubuntu1) ... | |
Selecting previously unselected package python-wheel. | |
Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... | |
Unpacking python-wheel (0.24.0-1~ubuntu1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.13.0-52.86_amd64.deb 404 Not Found [IP: 2001:67c:1562::16 80] | |
E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/universe/p/python-pip/python-pip_1.5.4-1ubuntu1_all.deb 404 Not Found [IP: 2604:a880:1:1::4 80] | |
matt@airbnboston:~/airbnb$ which pip | |
matt@airbnboston:~/airbnb$ apt-get update | |
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) | |
E: Unable to lock directory /var/lib/apt/lists/ | |
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) | |
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? | |
matt@airbnboston:~/airbnb$ sudo apt-get update | |
Ign http://mirrors.digitalocean.com trusty InRelease | |
Ign http://mirrors.digitalocean.com trusty-updates InRelease | |
Hit http://mirrors.digitalocean.com trusty Release.gpg | |
Get:1 http://mirrors.digitalocean.com trusty-updates Release.gpg [933 B] | |
Hit http://mirrors.digitalocean.com trusty Release | |
Ign http://security.ubuntu.com trusty-security InRelease | |
Get:2 http://mirrors.digitalocean.com trusty-updates Release [63.5 kB] | |
Get:3 http://security.ubuntu.com trusty-security Release.gpg [933 B] | |
Hit http://mirrors.digitalocean.com trusty/main Sources | |
Get:4 http://security.ubuntu.com trusty-security Release [63.5 kB] | |
Hit http://mirrors.digitalocean.com trusty/universe Sources | |
Hit http://mirrors.digitalocean.com trusty/main amd64 Packages | |
Hit http://mirrors.digitalocean.com trusty/universe amd64 Packages | |
Hit http://mirrors.digitalocean.com trusty/main i386 Packages | |
Hit http://mirrors.digitalocean.com trusty/universe i386 Packages | |
Hit http://mirrors.digitalocean.com trusty/main Translation-en | |
Hit http://mirrors.digitalocean.com trusty/universe Translation-en | |
Get:5 http://mirrors.digitalocean.com trusty-updates/main Sources [212 kB] | |
Get:6 http://mirrors.digitalocean.com trusty-updates/universe Sources [122 kB] | |
Get:7 http://mirrors.digitalocean.com trusty-updates/main amd64 Packages [562 kB] | |
Get:8 http://security.ubuntu.com trusty-security/main Sources [87.4 kB] | |
Get:9 http://security.ubuntu.com trusty-security/universe Sources [26.9 kB] | |
Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [304 kB] | |
Get:11 http://mirrors.digitalocean.com trusty-updates/universe amd64 Packages [290 kB] | |
Get:12 http://mirrors.digitalocean.com trusty-updates/main i386 Packages [548 kB] | |
Get:13 http://security.ubuntu.com trusty-security/universe amd64 Packages [110 kB] | |
Get:14 http://security.ubuntu.com trusty-security/main i386 Packages [290 kB] | |
Get:15 http://mirrors.digitalocean.com trusty-updates/universe i386 Packages [292 kB] | |
Get:16 http://security.ubuntu.com trusty-security/universe i386 Packages [110 kB] | |
Get:17 http://mirrors.digitalocean.com trusty-updates/main Translation-en [271 kB] | |
Get:18 http://security.ubuntu.com trusty-security/main Translation-en [159 kB] | |
Get:19 http://mirrors.digitalocean.com trusty-updates/universe Translation-en [153 kB] | |
Get:20 http://security.ubuntu.com trusty-security/universe Translation-en [63.2 kB] | |
Ign http://mirrors.digitalocean.com trusty/main Translation-en_US | |
Ign http://mirrors.digitalocean.com trusty/universe Translation-en_US | |
Fetched 3,730 kB in 4s (797 kB/s) | |
Reading package lists... Done | |
matt@airbnboston:~/airbnb$ sudo apt-get -y install python-pip | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
build-essential cpp-4.8 dpkg-dev g++ g++-4.8 gcc gcc-4.8 gcc-4.8-base | |
libasan0 libatomic1 libc6-dev libgcc-4.8-dev libgomp1 libitm1 libquadmath0 | |
libstdc++-4.8-dev libstdc++6 libtsan0 linux-libc-dev python-chardet-whl | |
python-colorama-whl python-distlib-whl python-html5lib-whl python-pip-whl | |
python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl | |
python3-pkg-resources | |
Suggested packages: | |
gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc | |
libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb | |
gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg | |
libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libstdc++-4.8-doc | |
python3-setuptools | |
Recommended packages: | |
python-dev-all | |
The following NEW packages will be installed: | |
build-essential dpkg-dev g++ g++-4.8 gcc gcc-4.8 libc6-dev libgcc-4.8-dev | |
libstdc++-4.8-dev linux-libc-dev python-chardet-whl python-colorama-whl | |
python-distlib-whl python-html5lib-whl python-pip python-pip-whl | |
python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl | |
python3-pkg-resources | |
The following packages will be upgraded: | |
cpp-4.8 gcc-4.8-base libasan0 libatomic1 libgomp1 libitm1 libquadmath0 | |
libstdc++6 libtsan0 | |
9 upgraded, 21 newly installed, 0 to remove and 58 not upgraded. | |
22 not fully installed or removed. | |
Need to get 30.0 MB/32.6 MB of archives. | |
After this operation, 78.7 MB of additional disk space will be used. | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04 [94.7 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04 [126 kB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04 [28.6 kB] | |
Get:4 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04 [23.1 kB] | |
Get:5 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04 [8,650 B] | |
Get:6 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04 [63.0 kB] | |
Get:7 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04 [4,597 kB] | |
Get:8 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main gcc-4.8-base amd64 4.8.4-2ubuntu1~14.04 [15.9 kB] | |
Get:9 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libstdc++6 amd64 4.8.4-2ubuntu1~14.04 [259 kB] | |
Get:10 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-55.94 [772 kB] | |
Get:11 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04 [1,687 kB] | |
Get:12 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04 [5,049 kB] | |
Get:13 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04 [1,052 kB] | |
Get:14 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04 [15.0 MB] | |
Get:15 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] | |
Get:16 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] | |
Get:17 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] | |
Get:18 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] | |
Get:19 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] | |
Get:20 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] | |
Get:21 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu3 [64.0 kB] | |
Get:22 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] | |
Get:23 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] | |
Get:24 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu3 [111 kB] | |
Get:25 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu3 [97.2 kB] | |
Fetched 30.0 MB in 0s (33.6 MB/s) | |
(Reading database ... 90326 files and directories currently installed.) | |
Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Preparing to unpack .../gcc-4.8-base_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04) ... | |
(Reading database ... 90326 files and directories currently installed.) | |
Preparing to unpack .../libstdc++6_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libstdc++6:amd64 (4.8.4-2ubuntu1~14.04) over (4.8.2-19ubuntu1) ... | |
Setting up libstdc++6:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
Selecting previously unselected package linux-libc-dev:amd64. | |
(Reading database ... 90339 files and directories currently installed.) | |
Preparing to unpack .../linux-libc-dev_3.13.0-55.94_amd64.deb ... | |
Unpacking linux-libc-dev:amd64 (3.13.0-55.94) ... | |
Selecting previously unselected package libc6-dev:amd64. | |
Preparing to unpack .../libc6-dev_2.19-0ubuntu6.6_amd64.deb ... | |
Unpacking libc6-dev:amd64 (2.19-0ubuntu6.6) ... | |
Selecting previously unselected package libgcc-4.8-dev:amd64. | |
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Selecting previously unselected package gcc-4.8. | |
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04) ... | |
Selecting previously unselected package gcc. | |
Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking gcc (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package libstdc++-4.8-dev:amd64. | |
Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Selecting previously unselected package g++-4.8. | |
Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04) ... | |
Selecting previously unselected package g++. | |
Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking g++ (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package dpkg-dev. | |
Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.4_all.deb ... | |
Unpacking dpkg-dev (1.17.5ubuntu5.4) ... | |
Selecting previously unselected package build-essential. | |
Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... | |
Unpacking build-essential (11.6ubuntu6) ... | |
Selecting previously unselected package python3-pkg-resources. | |
Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... | |
Unpacking python3-pkg-resources (3.3-1ubuntu2) ... | |
Selecting previously unselected package python-chardet-whl. | |
Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... | |
Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... | |
Selecting previously unselected package python-colorama-whl. | |
Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... | |
Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... | |
Selecting previously unselected package python-distlib-whl. | |
Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... | |
Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... | |
Selecting previously unselected package python-html5lib-whl. | |
Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... | |
Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... | |
Selecting previously unselected package python-six-whl. | |
Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... | |
Unpacking python-six-whl (1.5.2-1ubuntu1) ... | |
Selecting previously unselected package python-urllib3-whl. | |
Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu3_all.deb ... | |
Unpacking python-urllib3-whl (1.7.1-1ubuntu3) ... | |
Selecting previously unselected package python-requests-whl. | |
Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... | |
Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... | |
Selecting previously unselected package python-setuptools-whl. | |
Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... | |
Unpacking python-setuptools-whl (3.3-1ubuntu2) ... | |
Selecting previously unselected package python-pip-whl. | |
Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu3_all.deb ... | |
Unpacking python-pip-whl (1.5.4-1ubuntu3) ... | |
Selecting previously unselected package python-pip. | |
Preparing to unpack .../python-pip_1.5.4-1ubuntu3_all.deb ... | |
Unpacking python-pip (1.5.4-1ubuntu3) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04) ... | |
Setting up binutils (2.24-5ubuntu3.1) ... | |
Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... | |
Setting up fakeroot (1.20-3ubuntu2) ... | |
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode | |
Setting up libalgorithm-diff-perl (1.19.02-3) ... | |
Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... | |
Setting up libalgorithm-merge-perl (0.08-2) ... | |
Setting up libc-dev-bin (2.19-0ubuntu6.6) ... | |
Setting up libdpkg-perl (1.17.5ubuntu5.4) ... | |
Setting up libfile-fcntllock-perl (0.14-2build1) ... | |
Setting up make (3.81-8.2ubuntu3) ... | |
Setting up manpages-dev (3.54-1ubuntu1) ... | |
Setting up python-colorama (0.2.5-0.1ubuntu2) ... | |
Setting up python-distlib (0.1.8-1ubuntu1) ... | |
Setting up python-html5lib (0.999-3~ubuntu1) ... | |
Setting up python-setuptools (3.3-1ubuntu1) ... | |
Setting up python-wheel (0.24.0-1~ubuntu1) ... | |
Setting up linux-libc-dev:amd64 (3.13.0-55.94) ... | |
Setting up libc6-dev:amd64 (2.19-0ubuntu6.6) ... | |
Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04) ... | |
Setting up gcc (4:4.8.2-1ubuntu6) ... | |
Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up g++-4.8 (4.8.4-2ubuntu1~14.04) ... | |
Setting up g++ (4:4.8.2-1ubuntu6) ... | |
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode | |
Setting up dpkg-dev (1.17.5ubuntu5.4) ... | |
Setting up build-essential (11.6ubuntu6) ... | |
Setting up python3-pkg-resources (3.3-1ubuntu2) ... | |
Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... | |
Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... | |
Setting up python-distlib-whl (0.1.8-1ubuntu1) ... | |
Setting up python-html5lib-whl (0.999-3~ubuntu1) ... | |
Setting up python-six-whl (1.5.2-1ubuntu1) ... | |
Setting up python-urllib3-whl (1.7.1-1ubuntu3) ... | |
Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... | |
Setting up python-setuptools-whl (3.3-1ubuntu2) ... | |
Setting up python-pip-whl (1.5.4-1ubuntu3) ... | |
Setting up python-pip (1.5.4-1ubuntu3) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
matt@airbnboston:~/airbnb$ sudo pip install virtualenv | |
Downloading/unpacking virtualenv | |
Downloading virtualenv-13.1.0-py2.py3-none-any.whl (1.7MB): 1.7MB downloaded | |
Installing collected packages: virtualenv | |
Successfully installed virtualenv | |
Cleaning up... | |
matt@airbnboston:~/airbnb$ which mkvirtualenv | |
matt@airbnboston:~/airbnb$ mkdir ~/.virtualenvs | |
matt@airbnboston:~/airbnb$ sudo pip install virtualenvwrapper | |
Downloading/unpacking virtualenvwrapper | |
Downloading virtualenvwrapper-4.6.0-py2.py3-none-any.whl | |
Downloading/unpacking stevedore (from virtualenvwrapper) | |
Downloading stevedore-1.5.0-py2.py3-none-any.whl | |
Downloading/unpacking virtualenv-clone (from virtualenvwrapper) | |
Downloading virtualenv-clone-0.2.6.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/virtualenv-clone/setup.py) egg_info for package virtualenv-clone | |
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages (from virtualenvwrapper) | |
Downloading/unpacking six>=1.9.0 (from stevedore->virtualenvwrapper) | |
Downloading six-1.9.0-py2.py3-none-any.whl | |
Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from stevedore->virtualenvwrapper) | |
Downloading/unpacking pbr>=0.11,<2.0 (from stevedore->virtualenvwrapper) | |
Downloading pbr-1.2.0-py2.py3-none-any.whl (83kB): 83kB downloaded | |
Installing collected packages: virtualenvwrapper, stevedore, virtualenv-clone, six, pbr | |
Running setup.py install for virtualenv-clone | |
Installing virtualenv-clone script to /usr/local/bin | |
Found existing installation: six 1.5.2 | |
Not uninstalling six at /usr/lib/python2.7/dist-packages, owned by OS | |
Successfully installed virtualenvwrapper stevedore virtualenv-clone six pbr | |
Cleaning up... | |
matt@airbnboston:~/airbnb$ export WORKON_HOME=~/.virtualenvs | |
matt@airbnboston:~/airbnb$ nano ~/.bashrc | |
matt@airbnboston:~/airbnb$ exit | |
logout | |
Connection to 104.131.72.8 closed. | |
Matts-iMac:~ mattgardner$ ssh [email protected] | |
Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Tue Jun 30 20:55:21 EDT 2015 | |
System load: 0.0 Processes: 67 | |
Usage of /: 7.9% of 19.56GB Users logged in: 0 | |
Memory usage: 11% IP address for eth0: 104.131.72.8 | |
Swap usage: 0% | |
Graph this data and manage this system at: | |
https://landscape.canonical.com/ | |
0 packages can be updated. | |
0 updates are security updates. | |
Last login: Tue Jun 30 20:55:22 2015 from c-98-217-197-214.hsd1.ma.comcast.net | |
matt@airbnboston:~$ pwd | |
/home/matt | |
matt@airbnboston:~$ ls | |
airbnb | |
matt@airbnboston:~$ cd airbnb/ | |
matt@airbnboston:~/airbnb$ which python3 | |
/usr/bin/python3 | |
matt@airbnboston:~/airbnb$ mkvirtualenv -p /usr/bin/python3 airbnb | |
Running virtualenv with interpreter /usr/bin/python3 | |
Using base prefix '/usr' | |
New python executable in airbnb/bin/python3 | |
Also creating executable in airbnb/bin/python | |
Installing setuptools, pip, wheel...done. | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Collecting Babel==1.3 (from -r requirements.txt (line 1)) | |
Downloading Babel-1.3.tar.gz (3.4MB) | |
100% |████████████████████████████████| 3.4MB 127kB/s | |
Collecting Jinja2==2.7.3 (from -r requirements.txt (line 2)) | |
Downloading Jinja2-2.7.3.tar.gz (378kB) | |
100% |████████████████████████████████| 380kB 1.5MB/s | |
Collecting MarkupSafe==0.23 (from -r requirements.txt (line 3)) | |
Downloading MarkupSafe-0.23.tar.gz | |
Collecting Pygments==2.0.2 (from -r requirements.txt (line 4)) | |
Downloading Pygments-2.0.2-py3-none-any.whl (672kB) | |
100% |████████████████████████████████| 675kB 733kB/s | |
Collecting Sphinx==1.3.1 (from -r requirements.txt (line 5)) | |
Downloading Sphinx-1.3.1-py2.py3-none-any.whl (1.3MB) | |
100% |████████████████████████████████| 1.3MB 381kB/s | |
Collecting alabaster==0.7.4 (from -r requirements.txt (line 6)) | |
Downloading alabaster-0.7.4.tar.gz | |
Collecting colorama==0.3.3 (from -r requirements.txt (line 7)) | |
Downloading colorama-0.3.3.tar.gz | |
Collecting docutils==0.12 (from -r requirements.txt (line 8)) | |
Downloading docutils-0.12-py3-none-any.whl (508kB) | |
100% |████████████████████████████████| 512kB 990kB/s | |
Collecting ipython==3.1.0 (from -r requirements.txt (line 9)) | |
Downloading ipython-3.1.0-py3-none-any.whl (3.4MB) | |
100% |████████████████████████████████| 3.4MB 140kB/s | |
Collecting jsonschema==2.5.0 (from -r requirements.txt (line 10)) | |
Downloading jsonschema-2.5.0.tar.gz (50kB) | |
100% |████████████████████████████████| 53kB 5.3MB/s | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Downloading lxml-3.4.0.tar.gz (3.5MB) | |
100% |████████████████████████████████| 3.5MB 144kB/s | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Downloading matplotlib-1.4.3.tar.gz (50.4MB) | |
100% |████████████████████████████████| 50.4MB 8.3kB/s | |
Complete output from command python setup.py egg_info: | |
IMPORTANT WARNING: | |
pkg-config is not installed. | |
matplotlib may not be able to find some of its dependencies | |
============================================================================ | |
Edit setup.cfg to change the build options | |
BUILDING MATPLOTLIB | |
matplotlib: yes [1.4.3] | |
python: yes [3.4.0 (default, Apr 11 2014, 13:05:11) [GCC | |
4.8.2]] | |
platform: yes [linux] | |
REQUIRED DEPENDENCIES AND EXTENSIONS | |
numpy: yes [not found. pip may install it below.] | |
six: yes [six was not found.pip will attempt to install | |
it after matplotlib.] | |
dateutil: yes [dateutil was not found. It is required for date | |
axis support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pytz: yes [pytz was not found. pip will attempt to install | |
it after matplotlib.] | |
tornado: yes [tornado was not found. It is required for the | |
WebAgg backend. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pyparsing: yes [pyparsing was not found. It is required for | |
mathtext support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pycxx: yes [Official versions of PyCXX are not compatible | |
with matplotlib on Python 3.x, since they lack | |
support for the buffer object. Using local copy] | |
libagg: yes [pkg-config information for 'libagg' could not | |
be found. Using local copy.] | |
Traceback (most recent call last): | |
File "<string>", line 20, in <module> | |
File "/tmp/pip-build-kt2f5msw/matplotlib/setup.py", line 155, in <module> | |
result = package.check() | |
File "/tmp/pip-build-kt2f5msw/matplotlib/setupext.py", line 961, in check | |
min_version='2.3', version=version) | |
File "/tmp/pip-build-kt2f5msw/matplotlib/setupext.py", line 445, in _check_for_pkg_config | |
if (not is_min_version(version, min_version)): | |
File "/tmp/pip-build-kt2f5msw/matplotlib/setupext.py", line 173, in is_min_version | |
return found_version >= expected_version | |
File "/usr/lib/python3.4/distutils/version.py", line 76, in __ge__ | |
c = self._cmp(other) | |
File "/usr/lib/python3.4/distutils/version.py", line 343, in _cmp | |
if self.version < other.version: | |
TypeError: unorderable types: str() < int() | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kt2f5msw/matplotlib | |
(airbnb)matt@airbnboston:~/airbnb$ python -V | |
Python 3.4.0 | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install pkg-config | |
[sudo] password for matt: | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following NEW packages will be installed: | |
pkg-config | |
0 upgraded, 1 newly installed, 0 to remove and 58 not upgraded. | |
Need to get 40.9 kB of archives. | |
After this operation, 136 kB of additional disk space will be used. | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] | |
Fetched 40.9 kB in 0s (110 kB/s) | |
Selecting previously unselected package pkg-config. | |
(Reading database ... 92894 files and directories currently installed.) | |
Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... | |
Unpacking pkg-config (0.26-1ubuntu4) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up pkg-config (0.26-1ubuntu4) ... | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Collecting Babel==1.3 (from -r requirements.txt (line 1)) | |
Using cached Babel-1.3.tar.gz | |
Collecting Jinja2==2.7.3 (from -r requirements.txt (line 2)) | |
Using cached Jinja2-2.7.3.tar.gz | |
Collecting MarkupSafe==0.23 (from -r requirements.txt (line 3)) | |
Using cached MarkupSafe-0.23.tar.gz | |
Collecting Pygments==2.0.2 (from -r requirements.txt (line 4)) | |
Using cached Pygments-2.0.2-py3-none-any.whl | |
Collecting Sphinx==1.3.1 (from -r requirements.txt (line 5)) | |
Using cached Sphinx-1.3.1-py2.py3-none-any.whl | |
Collecting alabaster==0.7.4 (from -r requirements.txt (line 6)) | |
Using cached alabaster-0.7.4.tar.gz | |
Collecting colorama==0.3.3 (from -r requirements.txt (line 7)) | |
Using cached colorama-0.3.3.tar.gz | |
Collecting docutils==0.12 (from -r requirements.txt (line 8)) | |
Using cached docutils-0.12-py3-none-any.whl | |
Collecting ipython==3.1.0 (from -r requirements.txt (line 9)) | |
Using cached ipython-3.1.0-py3-none-any.whl | |
Collecting jsonschema==2.5.0 (from -r requirements.txt (line 10)) | |
Using cached jsonschema-2.5.0.tar.gz | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Using cached lxml-3.4.0.tar.gz | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Using cached matplotlib-1.4.3.tar.gz | |
Complete output from command python setup.py egg_info: | |
============================================================================ | |
Edit setup.cfg to change the build options | |
BUILDING MATPLOTLIB | |
matplotlib: yes [1.4.3] | |
python: yes [3.4.0 (default, Apr 11 2014, 13:05:11) [GCC | |
4.8.2]] | |
platform: yes [linux] | |
REQUIRED DEPENDENCIES AND EXTENSIONS | |
numpy: yes [not found. pip may install it below.] | |
six: yes [six was not found.pip will attempt to install | |
it after matplotlib.] | |
dateutil: yes [dateutil was not found. It is required for date | |
axis support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pytz: yes [pytz was not found. pip will attempt to install | |
it after matplotlib.] | |
tornado: yes [tornado was not found. It is required for the | |
WebAgg backend. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pyparsing: yes [pyparsing was not found. It is required for | |
mathtext support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pycxx: yes [Official versions of PyCXX are not compatible | |
with matplotlib on Python 3.x, since they lack | |
support for the buffer object. Using local copy] | |
libagg: yes [pkg-config information for 'libagg' could not | |
be found. Using local copy.] | |
Traceback (most recent call last): | |
File "<string>", line 20, in <module> | |
File "/tmp/pip-build-wpa_wce9/matplotlib/setup.py", line 155, in <module> | |
result = package.check() | |
File "/tmp/pip-build-wpa_wce9/matplotlib/setupext.py", line 961, in check | |
min_version='2.3', version=version) | |
File "/tmp/pip-build-wpa_wce9/matplotlib/setupext.py", line 445, in _check_for_pkg_config | |
if (not is_min_version(version, min_version)): | |
File "/tmp/pip-build-wpa_wce9/matplotlib/setupext.py", line 173, in is_min_version | |
return found_version >= expected_version | |
File "/usr/lib/python3.4/distutils/version.py", line 76, in __ge__ | |
c = self._cmp(other) | |
File "/usr/lib/python3.4/distutils/version.py", line 343, in _cmp | |
if self.version < other.version: | |
TypeError: unorderable types: str() < int() | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-wpa_wce9/matplotlib | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install libfreetype6-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
libpng12-dev zlib1g-dev | |
The following NEW packages will be installed: | |
libfreetype6-dev libpng12-dev zlib1g-dev | |
0 upgraded, 3 newly installed, 0 to remove and 58 not upgraded. | |
Need to get 1,011 kB of archives. | |
After this operation, 4,723 kB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty/main libpng12-dev amd64 1.2.50-1ubuntu2 [206 kB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libfreetype6-dev amd64 2.5.2-1ubuntu2.4 [621 kB] | |
Fetched 1,011 kB in 3s (258 kB/s) | |
Selecting previously unselected package zlib1g-dev:amd64. | |
(Reading database ... 92907 files and directories currently installed.) | |
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ... | |
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... | |
Selecting previously unselected package libpng12-dev. | |
Preparing to unpack .../libpng12-dev_1.2.50-1ubuntu2_amd64.deb ... | |
Unpacking libpng12-dev (1.2.50-1ubuntu2) ... | |
Selecting previously unselected package libfreetype6-dev. | |
Preparing to unpack .../libfreetype6-dev_2.5.2-1ubuntu2.4_amd64.deb ... | |
Unpacking libfreetype6-dev (2.5.2-1ubuntu2.4) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... | |
Setting up libpng12-dev (1.2.50-1ubuntu2) ... | |
Setting up libfreetype6-dev (2.5.2-1ubuntu2.4) ... | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Collecting Babel==1.3 (from -r requirements.txt (line 1)) | |
Using cached Babel-1.3.tar.gz | |
Collecting Jinja2==2.7.3 (from -r requirements.txt (line 2)) | |
Using cached Jinja2-2.7.3.tar.gz | |
Collecting MarkupSafe==0.23 (from -r requirements.txt (line 3)) | |
Using cached MarkupSafe-0.23.tar.gz | |
Collecting Pygments==2.0.2 (from -r requirements.txt (line 4)) | |
Using cached Pygments-2.0.2-py3-none-any.whl | |
Collecting Sphinx==1.3.1 (from -r requirements.txt (line 5)) | |
Using cached Sphinx-1.3.1-py2.py3-none-any.whl | |
Collecting alabaster==0.7.4 (from -r requirements.txt (line 6)) | |
Using cached alabaster-0.7.4.tar.gz | |
Collecting colorama==0.3.3 (from -r requirements.txt (line 7)) | |
Using cached colorama-0.3.3.tar.gz | |
Collecting docutils==0.12 (from -r requirements.txt (line 8)) | |
Using cached docutils-0.12-py3-none-any.whl | |
Collecting ipython==3.1.0 (from -r requirements.txt (line 9)) | |
Using cached ipython-3.1.0-py3-none-any.whl | |
Collecting jsonschema==2.5.0 (from -r requirements.txt (line 10)) | |
Using cached jsonschema-2.5.0.tar.gz | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Using cached lxml-3.4.0.tar.gz | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Using cached matplotlib-1.4.3.tar.gz | |
Complete output from command python setup.py egg_info: | |
============================================================================ | |
Edit setup.cfg to change the build options | |
BUILDING MATPLOTLIB | |
matplotlib: yes [1.4.3] | |
python: yes [3.4.0 (default, Apr 11 2014, 13:05:11) [GCC | |
4.8.2]] | |
platform: yes [linux] | |
REQUIRED DEPENDENCIES AND EXTENSIONS | |
numpy: yes [not found. pip may install it below.] | |
six: yes [six was not found.pip will attempt to install | |
it after matplotlib.] | |
dateutil: yes [dateutil was not found. It is required for date | |
axis support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pytz: yes [pytz was not found. pip will attempt to install | |
it after matplotlib.] | |
tornado: yes [tornado was not found. It is required for the | |
WebAgg backend. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pyparsing: yes [pyparsing was not found. It is required for | |
mathtext support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pycxx: yes [Official versions of PyCXX are not compatible | |
with matplotlib on Python 3.x, since they lack | |
support for the buffer object. Using local copy] | |
libagg: yes [pkg-config information for 'libagg' could not | |
be found. Using local copy.] | |
freetype: yes [version 2.5.2] | |
png: yes [version 1.2.50] | |
qhull: yes [pkg-config information for 'qhull' could not be | |
found. Using local copy.] | |
OPTIONAL SUBPACKAGES | |
sample_data: yes [installing] | |
toolkits: yes [installing] | |
tests: yes [nose 0.11.1 or later is required to run the | |
matplotlib test suite. pip/easy_install may attempt | |
to install it after matplotlib. / using | |
unittest.mock] | |
toolkits_tests: yes [nose 0.11.1 or later is required to run the | |
matplotlib test suite. pip/easy_install may attempt | |
to install it after matplotlib. / using | |
unittest.mock] | |
OPTIONAL BACKEND EXTENSIONS | |
macosx: no [Mac OS-X only] | |
qt5agg: no [PyQt5 not found] | |
qt4agg: no [PyQt4 not found] | |
pyside: no [PySide not found] | |
gtk3agg: no [Requires pygobject to be installed.] | |
/bin/sh: 1: svnversion: not found | |
/bin/sh: 1: svnversion: not found | |
gtk3cairo: no [Requires cairocffi or pycairo to be installed.] | |
gtkagg: no [Requires pygtk] | |
tkagg: no [TKAgg requires Tkinter.] | |
wxagg: no [requires wxPython] | |
gtk: no [Requires pygtk] | |
agg: yes [installing] | |
cairo: no [cairocffi or pycairo not found] | |
windowing: no [Microsoft Windows only] | |
OPTIONAL LATEX DEPENDENCIES | |
dvipng: no | |
ghostscript: no | |
latex: no | |
pdftops: no | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
non-existing path in 'numpy/f2py': 'docs' | |
non-existing path in 'numpy/f2py': 'f2py.1' | |
non-existing path in 'numpy/lib': 'benchmarks' | |
Could not locate executable gfortran | |
Could not locate executable f95 | |
Could not locate executable ifort | |
Could not locate executable ifc | |
Could not locate executable lf95 | |
Could not locate executable pgfortran | |
Could not locate executable f90 | |
Could not locate executable f77 | |
Could not locate executable fort | |
Could not locate executable efort | |
Could not locate executable efc | |
Could not locate executable g77 | |
Could not locate executable g95 | |
Could not locate executable pathf95 | |
don't know how to compile Fortran code on platform 'posix' | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c:1:20: fatal error: Python.h: No such file or directory | |
#include <Python.h> | |
^ | |
compilation terminated. | |
Running from numpy source directory. | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/system_info.py:1603: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/system_info.py:1612: UserWarning: | |
Blas (http://www.netlib.org/blas/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [blas]) or by setting | |
the BLAS environment variable. | |
warnings.warn(BlasNotFoundError.__doc__) | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/system_info.py:1615: UserWarning: | |
Blas (http://www.netlib.org/blas/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [blas_src]) or by setting | |
the BLAS_SRC environment variable. | |
warnings.warn(BlasSrcNotFoundError.__doc__) | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/system_info.py:1505: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/system_info.py:1516: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [lapack]) or by setting | |
the LAPACK environment variable. | |
warnings.warn(LapackNotFoundError.__doc__) | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/system_info.py:1519: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [lapack_src]) or by setting | |
the LAPACK_SRC environment variable. | |
warnings.warn(LapackSrcNotFoundError.__doc__) | |
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
Traceback (most recent call last): | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 152, in save_modules | |
yield saved | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 237, in run_setup | |
DirectorySandbox(setup_dir).run(runner) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 267, in run | |
return func() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 236, in runner | |
_execfile(setup_script, ns) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 46, in _execfile | |
exec(code, globals, locals) | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/setup.py", line 251, in <module> | |
platforms='any', | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/setup.py", line 243, in setup_package | |
for interactive graphing, scientific publishing, user interface | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup | |
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
self.run_command(cmd) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/bdist_egg.py", line 151, in run | |
self.run_command("egg_info") | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
File "numpy/core/setup.py", line 432, in generate_config_h | |
File "numpy/core/setup.py", line 42, in check_types | |
try: | |
File "numpy/core/setup.py", line 293, in check_types | |
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel. | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 20, in <module> | |
File "/tmp/pip-build-sun8e524/matplotlib/setup.py", line 268, in <module> | |
**extra_args | |
File "/usr/lib/python3.4/distutils/core.py", line 108, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 268, in __init__ | |
self.fetch_build_eggs(attrs['setup_requires']) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs | |
replace_conflicting=True, | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 836, in resolve | |
dist = best[req.key] = env.best_match(req, ws, installer) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1081, in best_match | |
return self.obtain(req, installer) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1093, in obtain | |
return installer(requirement) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 380, in fetch_build_egg | |
return cmd.easy_install(req) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 629, in easy_install | |
return self.install_item(spec, dist.location, tmpdir, deps) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 659, in install_item | |
dists = self.install_eggs(spec, download, tmpdir) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 842, in install_eggs | |
return self.build_and_install(setup_script, setup_base) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1070, in build_and_install | |
self.run_setup(setup_script, setup_base, args) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1056, in run_setup | |
run_setup(setup_script, args) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 240, in run_setup | |
raise | |
File "/usr/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/usr/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 164, in save_modules | |
saved_exc.resume() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 139, in resume | |
compat.reraise(type, exc, self._tb) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/compat.py", line 65, in reraise | |
raise value.with_traceback(tb) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 152, in save_modules | |
yield saved | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 237, in run_setup | |
DirectorySandbox(setup_dir).run(runner) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 267, in run | |
return func() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 236, in runner | |
_execfile(setup_script, ns) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 46, in _execfile | |
exec(code, globals, locals) | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/setup.py", line 251, in <module> | |
platforms='any', | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/setup.py", line 243, in setup_package | |
for interactive graphing, scientific publishing, user interface | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup | |
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
self.run_command(cmd) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/bdist_egg.py", line 151, in run | |
self.run_command("egg_info") | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources | |
File "/tmp/easy_install-1wiz4h7z/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
File "numpy/core/setup.py", line 432, in generate_config_h | |
File "numpy/core/setup.py", line 42, in check_types | |
try: | |
File "numpy/core/setup.py", line 293, in check_types | |
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel. | |
_configtest.o: In function `main': | |
/tmp/easy_install-1wiz4h7z/numpy-1.9.2/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:20: fatal error: Python.h: No such file or directory | |
#include <Python.h> | |
^ | |
compilation terminated. | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-sun8e524/matplotlib | |
(airbnb)matt@airbnboston:~/airbnb$ pip install matplotlib | |
Collecting matplotlib | |
Using cached matplotlib-1.4.3.tar.gz | |
Complete output from command python setup.py egg_info: | |
============================================================================ | |
Edit setup.cfg to change the build options | |
BUILDING MATPLOTLIB | |
matplotlib: yes [1.4.3] | |
python: yes [3.4.0 (default, Apr 11 2014, 13:05:11) [GCC | |
4.8.2]] | |
platform: yes [linux] | |
REQUIRED DEPENDENCIES AND EXTENSIONS | |
numpy: yes [not found. pip may install it below.] | |
six: yes [six was not found.pip will attempt to install | |
it after matplotlib.] | |
dateutil: yes [dateutil was not found. It is required for date | |
axis support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pytz: yes [pytz was not found. pip will attempt to install | |
it after matplotlib.] | |
tornado: yes [tornado was not found. It is required for the | |
WebAgg backend. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pyparsing: yes [pyparsing was not found. It is required for | |
mathtext support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pycxx: yes [Official versions of PyCXX are not compatible | |
with matplotlib on Python 3.x, since they lack | |
support for the buffer object. Using local copy] | |
libagg: yes [pkg-config information for 'libagg' could not | |
be found. Using local copy.] | |
freetype: yes [version 2.5.2] | |
png: yes [version 1.2.50] | |
qhull: yes [pkg-config information for 'qhull' could not be | |
found. Using local copy.] | |
OPTIONAL SUBPACKAGES | |
sample_data: yes [installing] | |
toolkits: yes [installing] | |
tests: yes [nose 0.11.1 or later is required to run the | |
matplotlib test suite. pip/easy_install may attempt | |
to install it after matplotlib. / using | |
unittest.mock] | |
toolkits_tests: yes [nose 0.11.1 or later is required to run the | |
matplotlib test suite. pip/easy_install may attempt | |
to install it after matplotlib. / using | |
unittest.mock] | |
OPTIONAL BACKEND EXTENSIONS | |
macosx: no [Mac OS-X only] | |
qt5agg: no [PyQt5 not found] | |
qt4agg: no [PyQt4 not found] | |
pyside: no [PySide not found] | |
gtk3agg: no [Requires pygobject to be installed.] | |
/bin/sh: 1: svnversion: not found | |
/bin/sh: 1: svnversion: not found | |
gtk3cairo: no [Requires cairocffi or pycairo to be installed.] | |
gtkagg: no [Requires pygtk] | |
tkagg: no [TKAgg requires Tkinter.] | |
wxagg: no [requires wxPython] | |
gtk: no [Requires pygtk] | |
agg: yes [installing] | |
cairo: no [cairocffi or pycairo not found] | |
windowing: no [Microsoft Windows only] | |
OPTIONAL LATEX DEPENDENCIES | |
dvipng: no | |
ghostscript: no | |
latex: no | |
pdftops: no | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
non-existing path in 'numpy/f2py': 'docs' | |
non-existing path in 'numpy/f2py': 'f2py.1' | |
non-existing path in 'numpy/lib': 'benchmarks' | |
Could not locate executable gfortran | |
Could not locate executable f95 | |
Could not locate executable ifort | |
Could not locate executable ifc | |
Could not locate executable lf95 | |
Could not locate executable pgfortran | |
Could not locate executable f90 | |
Could not locate executable f77 | |
Could not locate executable fort | |
Could not locate executable efort | |
Could not locate executable efc | |
Could not locate executable g77 | |
Could not locate executable g95 | |
Could not locate executable pathf95 | |
don't know how to compile Fortran code on platform 'posix' | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c:1:20: fatal error: Python.h: No such file or directory | |
#include <Python.h> | |
^ | |
compilation terminated. | |
Running from numpy source directory. | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/system_info.py:1603: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/system_info.py:1612: UserWarning: | |
Blas (http://www.netlib.org/blas/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [blas]) or by setting | |
the BLAS environment variable. | |
warnings.warn(BlasNotFoundError.__doc__) | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/system_info.py:1615: UserWarning: | |
Blas (http://www.netlib.org/blas/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [blas_src]) or by setting | |
the BLAS_SRC environment variable. | |
warnings.warn(BlasSrcNotFoundError.__doc__) | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/system_info.py:1505: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/system_info.py:1516: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [lapack]) or by setting | |
the LAPACK environment variable. | |
warnings.warn(LapackNotFoundError.__doc__) | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/system_info.py:1519: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [lapack_src]) or by setting | |
the LAPACK_SRC environment variable. | |
warnings.warn(LapackSrcNotFoundError.__doc__) | |
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
Traceback (most recent call last): | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 152, in save_modules | |
yield saved | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 237, in run_setup | |
DirectorySandbox(setup_dir).run(runner) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 267, in run | |
return func() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 236, in runner | |
_execfile(setup_script, ns) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 46, in _execfile | |
exec(code, globals, locals) | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/setup.py", line 251, in <module> | |
platforms='any', | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/setup.py", line 243, in setup_package | |
for interactive graphing, scientific publishing, user interface | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup | |
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
self.run_command(cmd) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/bdist_egg.py", line 151, in run | |
self.run_command("egg_info") | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
File "numpy/core/setup.py", line 432, in generate_config_h | |
File "numpy/core/setup.py", line 42, in check_types | |
try: | |
File "numpy/core/setup.py", line 293, in check_types | |
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel. | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 20, in <module> | |
File "/tmp/pip-build-g_tiydin/matplotlib/setup.py", line 268, in <module> | |
**extra_args | |
File "/usr/lib/python3.4/distutils/core.py", line 108, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 268, in __init__ | |
self.fetch_build_eggs(attrs['setup_requires']) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs | |
replace_conflicting=True, | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 836, in resolve | |
dist = best[req.key] = env.best_match(req, ws, installer) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1081, in best_match | |
return self.obtain(req, installer) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1093, in obtain | |
return installer(requirement) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 380, in fetch_build_egg | |
return cmd.easy_install(req) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 629, in easy_install | |
return self.install_item(spec, dist.location, tmpdir, deps) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 659, in install_item | |
dists = self.install_eggs(spec, download, tmpdir) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 842, in install_eggs | |
return self.build_and_install(setup_script, setup_base) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1070, in build_and_install | |
self.run_setup(setup_script, setup_base, args) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1056, in run_setup | |
run_setup(setup_script, args) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 240, in run_setup | |
raise | |
File "/usr/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/usr/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 164, in save_modules | |
saved_exc.resume() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 139, in resume | |
compat.reraise(type, exc, self._tb) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/compat.py", line 65, in reraise | |
raise value.with_traceback(tb) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 152, in save_modules | |
yield saved | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 237, in run_setup | |
DirectorySandbox(setup_dir).run(runner) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 267, in run | |
return func() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 236, in runner | |
_execfile(setup_script, ns) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 46, in _execfile | |
exec(code, globals, locals) | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/setup.py", line 251, in <module> | |
platforms='any', | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/setup.py", line 243, in setup_package | |
for interactive graphing, scientific publishing, user interface | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup | |
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
self.run_command(cmd) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/bdist_egg.py", line 151, in run | |
self.run_command("egg_info") | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources | |
File "/tmp/easy_install-iko3qu54/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
File "numpy/core/setup.py", line 432, in generate_config_h | |
File "numpy/core/setup.py", line 42, in check_types | |
try: | |
File "numpy/core/setup.py", line 293, in check_types | |
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel. | |
_configtest.o: In function `main': | |
/tmp/easy_install-iko3qu54/numpy-1.9.2/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:20: fatal error: Python.h: No such file or directory | |
#include <Python.h> | |
^ | |
compilation terminated. | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-g_tiydin/matplotlib | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install python-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev | |
libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-dev | |
python2.7-minimal | |
Suggested packages: | |
python2.7-doc binfmt-support | |
The following NEW packages will be installed: | |
libexpat1-dev libpython-dev libpython2.7-dev python-dev python2.7-dev | |
The following packages will be upgraded: | |
libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7 | |
python2.7-minimal | |
5 upgraded, 5 newly installed, 0 to remove and 53 not upgraded. | |
Need to get 27.0 MB of archives. | |
After this operation, 35.1 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.2 [196 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.2 [1,185 kB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.2 [1,039 kB] | |
Get:4 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.2 [1,869 kB] | |
Get:5 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.2 [308 kB] | |
Get:6 http://mirrors.digitalocean.com/ubuntu/ trusty/main libexpat1-dev amd64 2.1.0-4ubuntu1 [115 kB] | |
Get:7 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.2 [22.0 MB] | |
Get:8 http://mirrors.digitalocean.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7,078 B] | |
Get:9 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.2 [269 kB] | |
Get:10 http://mirrors.digitalocean.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1,166 B] | |
Fetched 27.0 MB in 0s (39.0 MB/s) | |
(Reading database ... 93127 files and directories currently installed.) | |
Preparing to unpack .../python2.7_2.7.6-8ubuntu0.2_amd64.deb ... | |
Unpacking python2.7 (2.7.6-8ubuntu0.2) over (2.7.6-8) ... | |
Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.2_amd64.deb ... | |
Unpacking python2.7-minimal (2.7.6-8ubuntu0.2) over (2.7.6-8) ... | |
Preparing to unpack .../libpython2.7_2.7.6-8ubuntu0.2_amd64.deb ... | |
Unpacking libpython2.7:amd64 (2.7.6-8ubuntu0.2) over (2.7.6-8) ... | |
Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.2_amd64.deb ... | |
Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.2) over (2.7.6-8) ... | |
Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.2_amd64.deb ... | |
Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.2) over (2.7.6-8) ... | |
Selecting previously unselected package libexpat1-dev:amd64. | |
Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1_amd64.deb ... | |
Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1) ... | |
Selecting previously unselected package libpython2.7-dev:amd64. | |
Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.2_amd64.deb ... | |
Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.2) ... | |
Selecting previously unselected package libpython-dev:amd64. | |
Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... | |
Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... | |
Selecting previously unselected package python2.7-dev. | |
Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.2_amd64.deb ... | |
Unpacking python2.7-dev (2.7.6-8ubuntu0.2) ... | |
Selecting previously unselected package python-dev. | |
Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... | |
Unpacking python-dev (2.7.5-5ubuntu3) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Processing triggers for mime-support (3.54ubuntu1.1) ... | |
Setting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.2) ... | |
Setting up python2.7-minimal (2.7.6-8ubuntu0.2) ... | |
Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.2) ... | |
Setting up python2.7 (2.7.6-8ubuntu0.2) ... | |
Setting up libpython2.7:amd64 (2.7.6-8ubuntu0.2) ... | |
Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1) ... | |
Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.2) ... | |
Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... | |
Setting up python2.7-dev (2.7.6-8ubuntu0.2) ... | |
Setting up python-dev (2.7.5-5ubuntu3) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Collecting Babel==1.3 (from -r requirements.txt (line 1)) | |
Using cached Babel-1.3.tar.gz | |
Collecting Jinja2==2.7.3 (from -r requirements.txt (line 2)) | |
Using cached Jinja2-2.7.3.tar.gz | |
Collecting MarkupSafe==0.23 (from -r requirements.txt (line 3)) | |
Using cached MarkupSafe-0.23.tar.gz | |
Collecting Pygments==2.0.2 (from -r requirements.txt (line 4)) | |
Using cached Pygments-2.0.2-py3-none-any.whl | |
Collecting Sphinx==1.3.1 (from -r requirements.txt (line 5)) | |
Using cached Sphinx-1.3.1-py2.py3-none-any.whl | |
Collecting alabaster==0.7.4 (from -r requirements.txt (line 6)) | |
Using cached alabaster-0.7.4.tar.gz | |
Collecting colorama==0.3.3 (from -r requirements.txt (line 7)) | |
Using cached colorama-0.3.3.tar.gz | |
Collecting docutils==0.12 (from -r requirements.txt (line 8)) | |
Using cached docutils-0.12-py3-none-any.whl | |
Collecting ipython==3.1.0 (from -r requirements.txt (line 9)) | |
Using cached ipython-3.1.0-py3-none-any.whl | |
Collecting jsonschema==2.5.0 (from -r requirements.txt (line 10)) | |
Using cached jsonschema-2.5.0.tar.gz | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Using cached lxml-3.4.0.tar.gz | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Using cached matplotlib-1.4.3.tar.gz | |
Complete output from command python setup.py egg_info: | |
============================================================================ | |
Edit setup.cfg to change the build options | |
BUILDING MATPLOTLIB | |
matplotlib: yes [1.4.3] | |
python: yes [3.4.0 (default, Apr 11 2014, 13:05:11) [GCC | |
4.8.2]] | |
platform: yes [linux] | |
REQUIRED DEPENDENCIES AND EXTENSIONS | |
numpy: yes [not found. pip may install it below.] | |
six: yes [six was not found.pip will attempt to install | |
it after matplotlib.] | |
dateutil: yes [dateutil was not found. It is required for date | |
axis support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pytz: yes [pytz was not found. pip will attempt to install | |
it after matplotlib.] | |
tornado: yes [tornado was not found. It is required for the | |
WebAgg backend. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pyparsing: yes [pyparsing was not found. It is required for | |
mathtext support. pip/easy_install may attempt to | |
install it after matplotlib.] | |
pycxx: yes [Official versions of PyCXX are not compatible | |
with matplotlib on Python 3.x, since they lack | |
support for the buffer object. Using local copy] | |
libagg: yes [pkg-config information for 'libagg' could not | |
be found. Using local copy.] | |
freetype: yes [version 2.5.2] | |
png: yes [version 1.2.50] | |
qhull: yes [pkg-config information for 'qhull' could not be | |
found. Using local copy.] | |
OPTIONAL SUBPACKAGES | |
sample_data: yes [installing] | |
toolkits: yes [installing] | |
tests: yes [nose 0.11.1 or later is required to run the | |
matplotlib test suite. pip/easy_install may attempt | |
to install it after matplotlib. / using | |
unittest.mock] | |
toolkits_tests: yes [nose 0.11.1 or later is required to run the | |
matplotlib test suite. pip/easy_install may attempt | |
to install it after matplotlib. / using | |
unittest.mock] | |
OPTIONAL BACKEND EXTENSIONS | |
macosx: no [Mac OS-X only] | |
qt5agg: no [PyQt5 not found] | |
qt4agg: no [PyQt4 not found] | |
pyside: no [PySide not found] | |
gtk3agg: no [Requires pygobject to be installed.] | |
/bin/sh: 1: svnversion: not found | |
/bin/sh: 1: svnversion: not found | |
gtk3cairo: no [Requires cairocffi or pycairo to be installed.] | |
gtkagg: no [Requires pygtk] | |
tkagg: no [TKAgg requires Tkinter.] | |
wxagg: no [requires wxPython] | |
gtk: no [Requires pygtk] | |
agg: yes [installing] | |
cairo: no [cairocffi or pycairo not found] | |
windowing: no [Microsoft Windows only] | |
OPTIONAL LATEX DEPENDENCIES | |
dvipng: no | |
ghostscript: no | |
latex: no | |
pdftops: no | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
non-existing path in 'numpy/f2py': 'docs' | |
non-existing path in 'numpy/f2py': 'f2py.1' | |
non-existing path in 'numpy/lib': 'benchmarks' | |
Could not locate executable gfortran | |
Could not locate executable f95 | |
Could not locate executable ifort | |
Could not locate executable ifc | |
Could not locate executable lf95 | |
Could not locate executable pgfortran | |
Could not locate executable f90 | |
Could not locate executable f77 | |
Could not locate executable fort | |
Could not locate executable efort | |
Could not locate executable efc | |
Could not locate executable g77 | |
Could not locate executable g95 | |
Could not locate executable pathf95 | |
don't know how to compile Fortran code on platform 'posix' | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c:1:20: fatal error: Python.h: No such file or directory | |
#include <Python.h> | |
^ | |
compilation terminated. | |
Running from numpy source directory. | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/system_info.py:1603: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/system_info.py:1612: UserWarning: | |
Blas (http://www.netlib.org/blas/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [blas]) or by setting | |
the BLAS environment variable. | |
warnings.warn(BlasNotFoundError.__doc__) | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/system_info.py:1615: UserWarning: | |
Blas (http://www.netlib.org/blas/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [blas_src]) or by setting | |
the BLAS_SRC environment variable. | |
warnings.warn(BlasSrcNotFoundError.__doc__) | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/system_info.py:1505: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/system_info.py:1516: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [lapack]) or by setting | |
the LAPACK environment variable. | |
warnings.warn(LapackNotFoundError.__doc__) | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/system_info.py:1519: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [lapack_src]) or by setting | |
the LAPACK_SRC environment variable. | |
warnings.warn(LapackSrcNotFoundError.__doc__) | |
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
Traceback (most recent call last): | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 152, in save_modules | |
yield saved | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 237, in run_setup | |
DirectorySandbox(setup_dir).run(runner) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 267, in run | |
return func() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 236, in runner | |
_execfile(setup_script, ns) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 46, in _execfile | |
exec(code, globals, locals) | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/setup.py", line 251, in <module> | |
platforms='any', | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/setup.py", line 243, in setup_package | |
for interactive graphing, scientific publishing, user interface | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup | |
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
self.run_command(cmd) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/bdist_egg.py", line 151, in run | |
self.run_command("egg_info") | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
File "numpy/core/setup.py", line 432, in generate_config_h | |
File "numpy/core/setup.py", line 42, in check_types | |
try: | |
File "numpy/core/setup.py", line 293, in check_types | |
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel. | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 20, in <module> | |
File "/tmp/pip-build-wor28p5f/matplotlib/setup.py", line 268, in <module> | |
**extra_args | |
File "/usr/lib/python3.4/distutils/core.py", line 108, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 268, in __init__ | |
self.fetch_build_eggs(attrs['setup_requires']) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs | |
replace_conflicting=True, | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 836, in resolve | |
dist = best[req.key] = env.best_match(req, ws, installer) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1081, in best_match | |
return self.obtain(req, installer) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1093, in obtain | |
return installer(requirement) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/dist.py", line 380, in fetch_build_egg | |
return cmd.easy_install(req) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 629, in easy_install | |
return self.install_item(spec, dist.location, tmpdir, deps) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 659, in install_item | |
dists = self.install_eggs(spec, download, tmpdir) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 842, in install_eggs | |
return self.build_and_install(setup_script, setup_base) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1070, in build_and_install | |
self.run_setup(setup_script, setup_base, args) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1056, in run_setup | |
run_setup(setup_script, args) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 240, in run_setup | |
raise | |
File "/usr/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/usr/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 164, in save_modules | |
saved_exc.resume() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 139, in resume | |
compat.reraise(type, exc, self._tb) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/compat.py", line 65, in reraise | |
raise value.with_traceback(tb) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 152, in save_modules | |
yield saved | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 193, in setup_context | |
yield | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 237, in run_setup | |
DirectorySandbox(setup_dir).run(runner) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 267, in run | |
return func() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 236, in runner | |
_execfile(setup_script, ns) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/sandbox.py", line 46, in _execfile | |
exec(code, globals, locals) | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/setup.py", line 251, in <module> | |
platforms='any', | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/setup.py", line 243, in setup_package | |
for interactive graphing, scientific publishing, user interface | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup | |
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands | |
self.run_command(cmd) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/setuptools/command/bdist_egg.py", line 151, in run | |
self.run_command("egg_info") | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run | |
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command | |
cmd_obj.run() | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources | |
File "/tmp/easy_install-9cb4umb2/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources | |
File "numpy/core/setup.py", line 432, in generate_config_h | |
File "numpy/core/setup.py", line 42, in check_types | |
try: | |
File "numpy/core/setup.py", line 293, in check_types | |
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel. | |
_configtest.o: In function `main': | |
/tmp/easy_install-9cb4umb2/numpy-1.9.2/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:20: fatal error: Python.h: No such file or directory | |
#include <Python.h> | |
^ | |
compilation terminated. | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-wor28p5f/matplotlib | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install python-devel | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
E: Unable to locate package python-devel | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get upgrade gcc | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Calculating upgrade... Done | |
gcc is already the newest version. | |
gcc set to manually installed. | |
The following packages have been kept back: | |
linux-generic linux-headers-generic linux-image-generic | |
The following packages will be upgraded: | |
accountsservice apparmor apport apt apt-transport-https apt-utils binutils | |
cloud-init fuse gdisk grub-common grub-pc grub-pc-bin grub2-common | |
initscripts isc-dhcp-client isc-dhcp-common libaccountsservice0 | |
libapparmor-perl libapparmor1 libapt-inst1.5 libapt-pkg4.12 libfuse2 | |
libldap-2.4-2 libnuma1 libpam-systemd libpython3.4-minimal | |
libpython3.4-stdlib libssl1.0.0 libsystemd-daemon0 libsystemd-login0 | |
libudev1 linux-firmware openssl patch python-pkg-resources python-requests | |
python-setuptools python-six python3-apport python3-problem-report python3.4 | |
python3.4-minimal rsyslog systemd-services sysv-rc sysvinit-utils udev | |
unattended-upgrades wpasupplicant | |
50 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. | |
Need to get 41.1 MB of archives. | |
After this operation, 13.3 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libapt-pkg4.12 amd64 1.0.1ubuntu2.8 [638 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main apt amd64 1.0.1ubuntu2.8 [953 kB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libapt-inst1.5 amd64 1.0.1ubuntu2.8 [58.8 kB] | |
Get:4 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python3.4 amd64 3.4.0-2ubuntu1.1 [163 kB] | |
Get:5 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython3.4-stdlib amd64 3.4.0-2ubuntu1.1 [2,014 kB] | |
Get:6 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python3.4-minimal amd64 3.4.0-2ubuntu1.1 [1,274 kB] | |
Get:7 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libssl1.0.0 amd64 1.0.1f-1ubuntu2.15 [826 kB] | |
Get:8 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython3.4-minimal amd64 3.4.0-2ubuntu1.1 [443 kB] | |
Get:9 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main sysvinit-utils amd64 2.88dsf-41ubuntu6.2 [53.1 kB] | |
Get:10 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main sysv-rc all 2.88dsf-41ubuntu6.2 [36.4 kB] | |
Get:11 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main initscripts amd64 2.88dsf-41ubuntu6.2 [27.7 kB] | |
Get:12 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main udev amd64 204-5ubuntu20.12 [736 kB] | |
Get:13 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libudev1 amd64 204-5ubuntu20.12 [33.3 kB] | |
Get:14 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main fuse amd64 2.9.2-4ubuntu4.14.04.1 [25.1 kB] | |
Get:15 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libfuse2 amd64 2.9.2-4ubuntu4.14.04.1 [87.4 kB] | |
Get:16 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libldap-2.4-2 amd64 2.4.31-1+nmu2ubuntu8.1 [153 kB] | |
Get:17 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libnuma1 amd64 2.0.9~rc5-1ubuntu3.14.04.1 [20.5 kB] | |
Get:18 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpam-systemd amd64 204-5ubuntu20.12 [25.5 kB] | |
Get:19 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main systemd-services amd64 204-5ubuntu20.12 [197 kB] | |
Get:20 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libsystemd-daemon0 amd64 204-5ubuntu20.12 [9,698 B] | |
Get:21 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libsystemd-login0 amd64 204-5ubuntu20.12 [26.7 kB] | |
Get:22 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main apt-utils amd64 1.0.1ubuntu2.8 [171 kB] | |
Get:23 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main isc-dhcp-client amd64 4.2.4-7ubuntu12.3 [639 kB] | |
Get:24 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main isc-dhcp-common amd64 4.2.4-7ubuntu12.3 [708 kB] | |
Get:25 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main rsyslog amd64 7.4.4-1ubuntu2.6 [355 kB] | |
Get:26 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main accountsservice amd64 0.6.35-0ubuntu7.2 [60.4 kB] | |
Get:27 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libaccountsservice0 amd64 0.6.35-0ubuntu7.2 [69.7 kB] | |
Get:28 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libapparmor1 amd64 2.8.95~2430-0ubuntu5.2 [25.5 kB] | |
Get:29 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libapparmor-perl amd64 2.8.95~2430-0ubuntu5.2 [26.9 kB] | |
Get:30 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main apparmor amd64 2.8.95~2430-0ubuntu5.2 [319 kB] | |
Get:31 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main apt-transport-https amd64 1.0.1ubuntu2.8 [25.1 kB] | |
Get:32 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main openssl amd64 1.0.1f-1ubuntu2.15 [489 kB] | |
Get:33 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main grub-pc amd64 2.02~beta2-9ubuntu1.2 [173 kB] | |
Get:34 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main grub-pc-bin amd64 2.02~beta2-9ubuntu1.2 [882 kB] | |
Get:35 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main grub2-common amd64 2.02~beta2-9ubuntu1.2 [501 kB] | |
Get:36 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main grub-common amd64 2.02~beta2-9ubuntu1.2 [1,677 kB] | |
Get:37 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python3-problem-report all 2.14.1-0ubuntu3.11 [9,494 B] | |
Get:38 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python3-apport all 2.14.1-0ubuntu3.11 [75.0 kB] | |
Get:39 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main apport all 2.14.1-0ubuntu3.11 [180 kB] | |
Get:40 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu13 [2,076 kB] | |
Get:41 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main linux-firmware all 1.127.12 [23.3 MB] | |
Get:42 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu2.3 [86.4 kB] | |
Get:43 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] | |
Get:44 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-pkg-resources all 3.3-1ubuntu2 [61.9 kB] | |
Get:45 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-requests all 2.2.1-1ubuntu0.3 [43.1 kB] | |
Get:46 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python-six all 1.5.2-1ubuntu1 [8,238 B] | |
Get:47 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.3 [25.5 kB] | |
Get:48 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main wpasupplicant amd64 2.1-0ubuntu1.3 [749 kB] | |
Get:49 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main cloud-init all 0.7.5-0ubuntu1.6 [195 kB] | |
Get:50 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main gdisk amd64 0.8.8-1ubuntu0.1 [185 kB] | |
Fetched 41.1 MB in 11s (3,721 kB/s) | |
Extracting templates from packages: 100% | |
Preconfiguring packages ... | |
(Reading database ... 93290 files and directories currently installed.) | |
Preparing to unpack .../libapt-pkg4.12_1.0.1ubuntu2.8_amd64.deb ... | |
Unpacking libapt-pkg4.12:amd64 (1.0.1ubuntu2.8) over (1.0.1ubuntu2.7) ... | |
Setting up libapt-pkg4.12:amd64 (1.0.1ubuntu2.8) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
(Reading database ... 93290 files and directories currently installed.) | |
Preparing to unpack .../apt_1.0.1ubuntu2.8_amd64.deb ... | |
Unpacking apt (1.0.1ubuntu2.8) over (1.0.1ubuntu2.7) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up apt (1.0.1ubuntu2.8) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
(Reading database ... 93290 files and directories currently installed.) | |
Preparing to unpack .../libapt-inst1.5_1.0.1ubuntu2.8_amd64.deb ... | |
Unpacking libapt-inst1.5:amd64 (1.0.1ubuntu2.8) over (1.0.1ubuntu2.7) ... | |
Preparing to unpack .../python3.4_3.4.0-2ubuntu1.1_amd64.deb ... | |
Unpacking python3.4 (3.4.0-2ubuntu1.1) over (3.4.0-2ubuntu1) ... | |
Preparing to unpack .../libpython3.4-stdlib_3.4.0-2ubuntu1.1_amd64.deb ... | |
Unpacking libpython3.4-stdlib:amd64 (3.4.0-2ubuntu1.1) over (3.4.0-2ubuntu1) ... | |
Preparing to unpack .../python3.4-minimal_3.4.0-2ubuntu1.1_amd64.deb ... | |
Unpacking python3.4-minimal (3.4.0-2ubuntu1.1) over (3.4.0-2ubuntu1) ... | |
Preparing to unpack .../libssl1.0.0_1.0.1f-1ubuntu2.15_amd64.deb ... | |
Unpacking libssl1.0.0:amd64 (1.0.1f-1ubuntu2.15) over (1.0.1f-1ubuntu2.11) ... | |
Preparing to unpack .../libpython3.4-minimal_3.4.0-2ubuntu1.1_amd64.deb ... | |
Unpacking libpython3.4-minimal:amd64 (3.4.0-2ubuntu1.1) over (3.4.0-2ubuntu1) ... | |
Preparing to unpack .../sysvinit-utils_2.88dsf-41ubuntu6.2_amd64.deb ... | |
Unpacking sysvinit-utils (2.88dsf-41ubuntu6.2) over (2.88dsf-41ubuntu6.1) ... | |
Preparing to unpack .../sysv-rc_2.88dsf-41ubuntu6.2_all.deb ... | |
Unpacking sysv-rc (2.88dsf-41ubuntu6.2) over (2.88dsf-41ubuntu6.1) ... | |
Processing triggers for mime-support (3.54ubuntu1.1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Setting up sysvinit-utils (2.88dsf-41ubuntu6.2) ... | |
Setting up sysv-rc (2.88dsf-41ubuntu6.2) ... | |
(Reading database ... 93290 files and directories currently installed.) | |
Preparing to unpack .../initscripts_2.88dsf-41ubuntu6.2_amd64.deb ... | |
Unpacking initscripts (2.88dsf-41ubuntu6.2) over (2.88dsf-41ubuntu6.1) ... | |
Preparing to unpack .../udev_204-5ubuntu20.12_amd64.deb ... | |
Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev' | |
Unpacking udev (204-5ubuntu20.12) over (204-5ubuntu20.11) ... | |
Preparing to unpack .../libudev1_204-5ubuntu20.12_amd64.deb ... | |
Unpacking libudev1:amd64 (204-5ubuntu20.12) over (204-5ubuntu20.11) ... | |
Preparing to unpack .../fuse_2.9.2-4ubuntu4.14.04.1_amd64.deb ... | |
Unpacking fuse (2.9.2-4ubuntu4.14.04.1) over (2.9.2-4ubuntu4) ... | |
Preparing to unpack .../libfuse2_2.9.2-4ubuntu4.14.04.1_amd64.deb ... | |
Unpacking libfuse2:amd64 (2.9.2-4ubuntu4.14.04.1) over (2.9.2-4ubuntu4) ... | |
Preparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2ubuntu8.1_amd64.deb ... | |
Unpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.1) over (2.4.31-1+nmu2ubuntu8) ... | |
Preparing to unpack .../libnuma1_2.0.9~rc5-1ubuntu3.14.04.1_amd64.deb ... | |
Unpacking libnuma1:amd64 (2.0.9~rc5-1ubuntu3.14.04.1) over (2.0.9~rc5-1ubuntu3) ... | |
Preparing to unpack .../libpam-systemd_204-5ubuntu20.12_amd64.deb ... | |
systemd-logind stop/waiting | |
Unpacking libpam-systemd:amd64 (204-5ubuntu20.12) over (204-5ubuntu20.11) ... | |
Preparing to unpack .../systemd-services_204-5ubuntu20.12_amd64.deb ... | |
Unpacking systemd-services (204-5ubuntu20.12) over (204-5ubuntu20.11) ... | |
Preparing to unpack .../libsystemd-daemon0_204-5ubuntu20.12_amd64.deb ... | |
Unpacking libsystemd-daemon0:amd64 (204-5ubuntu20.12) over (204-5ubuntu20.11) ... | |
Preparing to unpack .../libsystemd-login0_204-5ubuntu20.12_amd64.deb ... | |
Unpacking libsystemd-login0:amd64 (204-5ubuntu20.12) over (204-5ubuntu20.11) ... | |
Preparing to unpack .../apt-utils_1.0.1ubuntu2.8_amd64.deb ... | |
Unpacking apt-utils (1.0.1ubuntu2.8) over (1.0.1ubuntu2.7) ... | |
Preparing to unpack .../isc-dhcp-client_4.2.4-7ubuntu12.3_amd64.deb ... | |
Unpacking isc-dhcp-client (4.2.4-7ubuntu12.3) over (4.2.4-7ubuntu12.1) ... | |
Preparing to unpack .../isc-dhcp-common_4.2.4-7ubuntu12.3_amd64.deb ... | |
Unpacking isc-dhcp-common (4.2.4-7ubuntu12.3) over (4.2.4-7ubuntu12.1) ... | |
Preparing to unpack .../rsyslog_7.4.4-1ubuntu2.6_amd64.deb ... | |
Unpacking rsyslog (7.4.4-1ubuntu2.6) over (7.4.4-1ubuntu2.5) ... | |
Preparing to unpack .../accountsservice_0.6.35-0ubuntu7.2_amd64.deb ... | |
Unpacking accountsservice (0.6.35-0ubuntu7.2) over (0.6.35-0ubuntu7.1) ... | |
Preparing to unpack .../libaccountsservice0_0.6.35-0ubuntu7.2_amd64.deb ... | |
Unpacking libaccountsservice0:amd64 (0.6.35-0ubuntu7.2) over (0.6.35-0ubuntu7.1) ... | |
Preparing to unpack .../libapparmor1_2.8.95~2430-0ubuntu5.2_amd64.deb ... | |
Unpacking libapparmor1:amd64 (2.8.95~2430-0ubuntu5.2) over (2.8.95~2430-0ubuntu5.1) ... | |
Preparing to unpack .../libapparmor-perl_2.8.95~2430-0ubuntu5.2_amd64.deb ... | |
Unpacking libapparmor-perl (2.8.95~2430-0ubuntu5.2) over (2.8.95~2430-0ubuntu5.1) ... | |
Preparing to unpack .../apparmor_2.8.95~2430-0ubuntu5.2_amd64.deb ... | |
Unpacking apparmor (2.8.95~2430-0ubuntu5.2) over (2.8.95~2430-0ubuntu5.1) ... | |
Preparing to unpack .../apt-transport-https_1.0.1ubuntu2.8_amd64.deb ... | |
Unpacking apt-transport-https (1.0.1ubuntu2.8) over (1.0.1ubuntu2.7) ... | |
Preparing to unpack .../openssl_1.0.1f-1ubuntu2.15_amd64.deb ... | |
Unpacking openssl (1.0.1f-1ubuntu2.15) over (1.0.1f-1ubuntu2.11) ... | |
Preparing to unpack .../grub-pc_2.02~beta2-9ubuntu1.2_amd64.deb ... | |
Unpacking grub-pc (2.02~beta2-9ubuntu1.2) over (2.02~beta2-9ubuntu1) ... | |
Preparing to unpack .../grub-pc-bin_2.02~beta2-9ubuntu1.2_amd64.deb ... | |
Unpacking grub-pc-bin (2.02~beta2-9ubuntu1.2) over (2.02~beta2-9ubuntu1) ... | |
Preparing to unpack .../grub2-common_2.02~beta2-9ubuntu1.2_amd64.deb ... | |
Unpacking grub2-common (2.02~beta2-9ubuntu1.2) over (2.02~beta2-9ubuntu1) ... | |
Preparing to unpack .../grub-common_2.02~beta2-9ubuntu1.2_amd64.deb ... | |
Unpacking grub-common (2.02~beta2-9ubuntu1.2) over (2.02~beta2-9ubuntu1) ... | |
Preparing to unpack .../python3-problem-report_2.14.1-0ubuntu3.11_all.deb ... | |
Unpacking python3-problem-report (2.14.1-0ubuntu3.11) over (2.14.1-0ubuntu3.10) ... | |
Preparing to unpack .../python3-apport_2.14.1-0ubuntu3.11_all.deb ... | |
Unpacking python3-apport (2.14.1-0ubuntu3.11) over (2.14.1-0ubuntu3.10) ... | |
Preparing to unpack .../apport_2.14.1-0ubuntu3.11_all.deb ... | |
apport stop/waiting | |
Unpacking apport (2.14.1-0ubuntu3.11) over (2.14.1-0ubuntu3.10) ... | |
Preparing to unpack .../binutils_2.24-5ubuntu13_amd64.deb ... | |
Unpacking binutils (2.24-5ubuntu13) over (2.24-5ubuntu3.1) ... | |
Preparing to unpack .../linux-firmware_1.127.12_all.deb ... | |
Unpacking linux-firmware (1.127.12) over (1.127.11) ... | |
Preparing to unpack .../patch_2.7.1-4ubuntu2.3_amd64.deb ... | |
Unpacking patch (2.7.1-4ubuntu2.3) over (2.7.1-4ubuntu2) ... | |
Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... | |
Unpacking python-setuptools (3.3-1ubuntu2) over (3.3-1ubuntu1) ... | |
Preparing to unpack .../python-pkg-resources_3.3-1ubuntu2_all.deb ... | |
Unpacking python-pkg-resources (3.3-1ubuntu2) over (3.3-1ubuntu1) ... | |
Preparing to unpack .../python-requests_2.2.1-1ubuntu0.3_all.deb ... | |
Unpacking python-requests (2.2.1-1ubuntu0.3) over (2.2.1-1ubuntu0.2) ... | |
Preparing to unpack .../python-six_1.5.2-1ubuntu1_all.deb ... | |
Unpacking python-six (1.5.2-1ubuntu1) over (1.5.2-1) ... | |
Preparing to unpack .../unattended-upgrades_0.82.1ubuntu2.3_all.deb ... | |
Unpacking unattended-upgrades (0.82.1ubuntu2.3) over (0.82.1ubuntu2.2) ... | |
Preparing to unpack .../wpasupplicant_2.1-0ubuntu1.3_amd64.deb ... | |
Unpacking wpasupplicant (2.1-0ubuntu1.3) over (2.1-0ubuntu1.2) ... | |
Preparing to unpack .../cloud-init_0.7.5-0ubuntu1.6_all.deb ... | |
Unpacking cloud-init (0.7.5-0ubuntu1.6) over (0.7.5-0ubuntu1.5) ... | |
Preparing to unpack .../gdisk_0.8.8-1ubuntu0.1_amd64.deb ... | |
Unpacking gdisk (0.8.8-1ubuntu0.1) over (0.8.8-1build1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Processing triggers for install-info (5.2.0.dfsg.1-2) ... | |
Processing triggers for shared-mime-info (1.2-0ubuntu3) ... | |
Setting up libapt-inst1.5:amd64 (1.0.1ubuntu2.8) ... | |
Setting up libssl1.0.0:amd64 (1.0.1f-1ubuntu2.15) ... | |
Setting up libpython3.4-minimal:amd64 (3.4.0-2ubuntu1.1) ... | |
Setting up python3.4-minimal (3.4.0-2ubuntu1.1) ... | |
Setting up libpython3.4-stdlib:amd64 (3.4.0-2ubuntu1.1) ... | |
Setting up python3.4 (3.4.0-2ubuntu1.1) ... | |
Setting up initscripts (2.88dsf-41ubuntu6.2) ... | |
Setting up libudev1:amd64 (204-5ubuntu20.12) ... | |
Setting up udev (204-5ubuntu20.12) ... | |
udev stop/waiting | |
udev start/running, process 14628 | |
Removing 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev' | |
update-initramfs: deferring update (trigger activated) | |
Setting up libfuse2:amd64 (2.9.2-4ubuntu4.14.04.1) ... | |
Setting up fuse (2.9.2-4ubuntu4.14.04.1) ... | |
update-initramfs: deferring update (trigger activated) | |
Setting up libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.1) ... | |
Setting up libnuma1:amd64 (2.0.9~rc5-1ubuntu3.14.04.1) ... | |
Setting up libsystemd-daemon0:amd64 (204-5ubuntu20.12) ... | |
Setting up systemd-services (204-5ubuntu20.12) ... | |
Setting up libpam-systemd:amd64 (204-5ubuntu20.12) ... | |
systemd-logind start/running, process 14744 | |
Setting up libsystemd-login0:amd64 (204-5ubuntu20.12) ... | |
Setting up apt-utils (1.0.1ubuntu2.8) ... | |
Setting up isc-dhcp-common (4.2.4-7ubuntu12.3) ... | |
Setting up isc-dhcp-client (4.2.4-7ubuntu12.3) ... | |
Setting up rsyslog (7.4.4-1ubuntu2.6) ... | |
Installing new version of config file /etc/apparmor.d/usr.sbin.rsyslogd ... | |
The user `syslog' is already a member of `adm'. | |
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd | |
rsyslog stop/waiting | |
rsyslog start/running, process 14905 | |
Setting up libaccountsservice0:amd64 (0.6.35-0ubuntu7.2) ... | |
Setting up accountsservice (0.6.35-0ubuntu7.2) ... | |
Setting up libapparmor1:amd64 (2.8.95~2430-0ubuntu5.2) ... | |
Setting up libapparmor-perl (2.8.95~2430-0ubuntu5.2) ... | |
Setting up apparmor (2.8.95~2430-0ubuntu5.2) ... | |
Installing new version of config file /etc/apparmor.d/abstractions/X ... | |
Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-helpers ... | |
Installing new version of config file /etc/apparmor.d/abstractions/php5 ... | |
* Starting AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd | |
[ OK ] | |
* Reloading AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd | |
[ OK ] | |
Setting up apt-transport-https (1.0.1ubuntu2.8) ... | |
Setting up openssl (1.0.1f-1ubuntu2.15) ... | |
Setting up grub-common (2.02~beta2-9ubuntu1.2) ... | |
Setting up grub2-common (2.02~beta2-9ubuntu1.2) ... | |
Setting up grub-pc-bin (2.02~beta2-9ubuntu1.2) ... | |
Setting up grub-pc (2.02~beta2-9ubuntu1.2) ... | |
Installing for i386-pc platform. | |
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible. | |
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. | |
Installation finished. No error reported. | |
Generating grub configuration file ... | |
Found linux image: /boot/vmlinuz-3.13.0-52-generic | |
Found initrd image: /boot/initrd.img-3.13.0-52-generic | |
Found linux image: /boot/vmlinuz-3.13.0-43-generic | |
Found initrd image: /boot/initrd.img-3.13.0-43-generic | |
Found memtest86+ image: /boot/memtest86+.elf | |
Found memtest86+ image: /boot/memtest86+.bin | |
done | |
Setting up python3-problem-report (2.14.1-0ubuntu3.11) ... | |
Setting up python3-apport (2.14.1-0ubuntu3.11) ... | |
Setting up apport (2.14.1-0ubuntu3.11) ... | |
apport start/running | |
Setting up binutils (2.24-5ubuntu13) ... | |
Setting up linux-firmware (1.127.12) ... | |
Setting up patch (2.7.1-4ubuntu2.3) ... | |
Setting up python-pkg-resources (3.3-1ubuntu2) ... | |
Setting up python-setuptools (3.3-1ubuntu2) ... | |
Setting up python-requests (2.2.1-1ubuntu0.3) ... | |
Setting up python-six (1.5.2-1ubuntu1) ... | |
Setting up unattended-upgrades (0.82.1ubuntu2.3) ... | |
Setting up wpasupplicant (2.1-0ubuntu1.3) ... | |
Setting up cloud-init (0.7.5-0ubuntu1.6) ... | |
Leaving 'diversion of /etc/init/ureadahead.conf to /etc/init/ureadahead.conf.disabled by cloud-init' | |
Setting up gdisk (0.8.8-1ubuntu0.1) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
Processing triggers for initramfs-tools (0.103ubuntu4.2) ... | |
update-initramfs: Generating /boot/initrd.img-3.13.0-52-generic | |
(airbnb)matt@airbnboston:~/airbnb$ python -V | |
Python 3.4.0 | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install python3.4-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
libpython3.4 libpython3.4-dev | |
The following NEW packages will be installed: | |
libpython3.4 libpython3.4-dev python3.4-dev | |
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. | |
Need to get 28.7 MB of archives. | |
After this operation, 46.1 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.0-2ubuntu1.1 [1,307 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libpython3.4-dev amd64 3.4.0-2ubuntu1.1 [27.0 MB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main python3.4-dev amd64 3.4.0-2ubuntu1.1 [425 kB] | |
Fetched 28.7 MB in 0s (38.5 MB/s) | |
Selecting previously unselected package libpython3.4:amd64. | |
(Reading database ... 93393 files and directories currently installed.) | |
Preparing to unpack .../libpython3.4_3.4.0-2ubuntu1.1_amd64.deb ... | |
Unpacking libpython3.4:amd64 (3.4.0-2ubuntu1.1) ... | |
Selecting previously unselected package libpython3.4-dev:amd64. | |
Preparing to unpack .../libpython3.4-dev_3.4.0-2ubuntu1.1_amd64.deb ... | |
Unpacking libpython3.4-dev:amd64 (3.4.0-2ubuntu1.1) ... | |
Selecting previously unselected package python3.4-dev. | |
Preparing to unpack .../python3.4-dev_3.4.0-2ubuntu1.1_amd64.deb ... | |
Unpacking python3.4-dev (3.4.0-2ubuntu1.1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up libpython3.4:amd64 (3.4.0-2ubuntu1.1) ... | |
Setting up libpython3.4-dev:amd64 (3.4.0-2ubuntu1.1) ... | |
Setting up python3.4-dev (3.4.0-2ubuntu1.1) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Collecting Babel==1.3 (from -r requirements.txt (line 1)) | |
Using cached Babel-1.3.tar.gz | |
Collecting Jinja2==2.7.3 (from -r requirements.txt (line 2)) | |
Using cached Jinja2-2.7.3.tar.gz | |
Collecting MarkupSafe==0.23 (from -r requirements.txt (line 3)) | |
Using cached MarkupSafe-0.23.tar.gz | |
Collecting Pygments==2.0.2 (from -r requirements.txt (line 4)) | |
Using cached Pygments-2.0.2-py3-none-any.whl | |
Collecting Sphinx==1.3.1 (from -r requirements.txt (line 5)) | |
Using cached Sphinx-1.3.1-py2.py3-none-any.whl | |
Collecting alabaster==0.7.4 (from -r requirements.txt (line 6)) | |
Using cached alabaster-0.7.4.tar.gz | |
Collecting colorama==0.3.3 (from -r requirements.txt (line 7)) | |
Using cached colorama-0.3.3.tar.gz | |
Collecting docutils==0.12 (from -r requirements.txt (line 8)) | |
Using cached docutils-0.12-py3-none-any.whl | |
Collecting ipython==3.1.0 (from -r requirements.txt (line 9)) | |
Using cached ipython-3.1.0-py3-none-any.whl | |
Collecting jsonschema==2.5.0 (from -r requirements.txt (line 10)) | |
Using cached jsonschema-2.5.0.tar.gz | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Using cached lxml-3.4.0.tar.gz | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Using cached matplotlib-1.4.3.tar.gz | |
^@^@^@Collecting mistune==0.5.1 (from -r requirements.txt (line 13)) | |
Downloading mistune-0.5.1-py2.py3-none-any.whl | |
Collecting nose==1.3.7 (from -r requirements.txt (line 14)) | |
Downloading nose-1.3.7-py3-none-any.whl (154kB) | |
100% |████████████████████████████████| 155kB 1.2MB/s | |
Collecting numpy==1.9.2 (from -r requirements.txt (line 15)) | |
Downloading numpy-1.9.2.tar.gz (4.0MB) | |
100% |████████████████████████████████| 4.0MB 117kB/s | |
Collecting numpydoc==0.5 (from -r requirements.txt (line 16)) | |
Downloading numpydoc-0.5.tar.gz | |
Collecting pandas==0.16.1 (from -r requirements.txt (line 17)) | |
Downloading pandas-0.16.1.tar.gz (5.0MB) | |
100% |████████████████████████████████| 5.0MB 94kB/s | |
^@^@^@^@Collecting pyparsing==2.0.3 (from -r requirements.txt (line 18)) | |
Downloading pyparsing-2.0.3-py2.py3-none-any.whl | |
Collecting pyreadline==2.0 (from -r requirements.txt (line 19)) | |
Downloading pyreadline-2.0.zip (108kB) | |
100% |████████████████████████████████| 110kB 3.4MB/s | |
Collecting python-dateutil==2.4.2 (from -r requirements.txt (line 20)) | |
Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB) | |
100% |████████████████████████████████| 192kB 1.7MB/s | |
Collecting pytz==2015.4 (from -r requirements.txt (line 21)) | |
Downloading pytz-2015.4-py2.py3-none-any.whl (475kB) | |
100% |████████████████████████████████| 475kB 1.0MB/s | |
Collecting pyzmq==14.6.0 (from -r requirements.txt (line 22)) | |
Downloading pyzmq-14.6.0.tar.gz (1.0MB) | |
100% |████████████████████████████████| 1.0MB 492kB/s | |
Collecting requests==2.7.0 (from -r requirements.txt (line 23)) | |
Downloading requests-2.7.0-py2.py3-none-any.whl (470kB) | |
100% |████████████████████████████████| 471kB 994kB/s | |
Collecting scipy==0.16.0b2 (from -r requirements.txt (line 24)) | |
Could not find a version that satisfies the requirement scipy==0.16.0b2 (from -r requirements.txt (line 24)) (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1) | |
Some externally hosted files were ignored as access to them may be unreliable (use --allow-external scipy to allow). | |
No matching distribution found for scipy==0.16.0b2 (from -r requirements.txt (line 24)) | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt --allow-external | |
Usage: | |
pip install [options] <requirement specifier> [package-index-options] ... | |
pip install [options] -r <requirements file> [package-index-options] ... | |
pip install [options] [-e] <vcs project url> ... | |
pip install [options] [-e] <local project path> ... | |
pip install [options] <archive url/path> ... | |
--allow-external option requires 1 argument | |
(airbnb)matt@airbnboston:~/airbnb$ nano requirements.txt | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Collecting Babel==1.3 (from -r requirements.txt (line 1)) | |
Using cached Babel-1.3.tar.gz | |
Collecting Jinja2==2.7.3 (from -r requirements.txt (line 2)) | |
Using cached Jinja2-2.7.3.tar.gz | |
Collecting MarkupSafe==0.23 (from -r requirements.txt (line 3)) | |
Using cached MarkupSafe-0.23.tar.gz | |
Collecting Pygments==2.0.2 (from -r requirements.txt (line 4)) | |
Using cached Pygments-2.0.2-py3-none-any.whl | |
Collecting Sphinx==1.3.1 (from -r requirements.txt (line 5)) | |
Using cached Sphinx-1.3.1-py2.py3-none-any.whl | |
Collecting alabaster==0.7.4 (from -r requirements.txt (line 6)) | |
Using cached alabaster-0.7.4.tar.gz | |
Collecting colorama==0.3.3 (from -r requirements.txt (line 7)) | |
Using cached colorama-0.3.3.tar.gz | |
Collecting docutils==0.12 (from -r requirements.txt (line 8)) | |
Using cached docutils-0.12-py3-none-any.whl | |
Collecting ipython==3.1.0 (from -r requirements.txt (line 9)) | |
Using cached ipython-3.1.0-py3-none-any.whl | |
Collecting jsonschema==2.5.0 (from -r requirements.txt (line 10)) | |
Using cached jsonschema-2.5.0.tar.gz | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Using cached lxml-3.4.0.tar.gz | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Using cached matplotlib-1.4.3.tar.gz | |
^@^@^@Collecting mistune==0.5.1 (from -r requirements.txt (line 13)) | |
Using cached mistune-0.5.1-py2.py3-none-any.whl | |
Collecting nose==1.3.7 (from -r requirements.txt (line 14)) | |
Using cached nose-1.3.7-py3-none-any.whl | |
Collecting numpy==1.9.2 (from -r requirements.txt (line 15)) | |
Using cached numpy-1.9.2.tar.gz | |
Collecting numpydoc==0.5 (from -r requirements.txt (line 16)) | |
Using cached numpydoc-0.5.tar.gz | |
Collecting pandas==0.16.1 (from -r requirements.txt (line 17)) | |
Using cached pandas-0.16.1.tar.gz | |
^@^@^@Collecting pyparsing==2.0.3 (from -r requirements.txt (line 18)) | |
Using cached pyparsing-2.0.3-py2.py3-none-any.whl | |
Collecting pyreadline==2.0 (from -r requirements.txt (line 19)) | |
Using cached pyreadline-2.0.zip | |
Collecting python-dateutil==2.4.2 (from -r requirements.txt (line 20)) | |
Using cached python_dateutil-2.4.2-py2.py3-none-any.whl | |
Collecting pytz==2015.4 (from -r requirements.txt (line 21)) | |
Using cached pytz-2015.4-py2.py3-none-any.whl | |
Collecting pyzmq==14.6.0 (from -r requirements.txt (line 22)) | |
Using cached pyzmq-14.6.0.tar.gz | |
Collecting requests==2.7.0 (from -r requirements.txt (line 23)) | |
Using cached requests-2.7.0-py2.py3-none-any.whl | |
Collecting seaborn==0.5.1 (from -r requirements.txt (line 25)) | |
Downloading seaborn-0.5.1.tar.gz (104kB) | |
100% |████████████████████████████████| 106kB 1.8MB/s | |
Collecting six==1.9.0 (from -r requirements.txt (line 26)) | |
Downloading six-1.9.0-py2.py3-none-any.whl | |
Collecting snowballstemmer==1.2.0 (from -r requirements.txt (line 27)) | |
Downloading snowballstemmer-1.2.0.tar.gz (49kB) | |
100% |████████████████████████████████| 53kB 2.5MB/s | |
Collecting sphinx-rtd-theme==0.1.8 (from -r requirements.txt (line 28)) | |
Downloading sphinx_rtd_theme-0.1.8-py2.py3-none-any.whl (418kB) | |
100% |████████████████████████████████| 421kB 1.1MB/s | |
Collecting sqlanydb==1.0.5 (from -r requirements.txt (line 29)) | |
Downloading sqlanydb-1.0.5-py2.py3-none-any.whl | |
Collecting tabulate==0.7.5 (from -r requirements.txt (line 30)) | |
Downloading tabulate-0.7.5.tar.gz | |
Collecting tornado==4.2 (from -r requirements.txt (line 31)) | |
Downloading tornado-4.2.tar.gz (433kB) | |
100% |████████████████████████████████| 434kB 1.1MB/s | |
Collecting scipy (from seaborn==0.5.1->-r requirements.txt (line 25)) | |
Downloading scipy-0.15.1.tar.gz (11.4MB) | |
100% |████████████████████████████████| 11.4MB 44kB/s | |
^@^@^@^@Building wheels for collected packages: Babel, Jinja2, MarkupSafe, alabaster, colorama, jsonschema, lxml, matplotlib, numpy, numpydoc, pandas, pyreadline, pyzmq, seaborn, snowballstemmer, tabulate, tornado, scipy | |
Running setup.py bdist_wheel for Babel | |
Stored in directory: /home/matt/.cache/pip/wheels/a6/98/fc/9f6a2c4b77c897d15afc91020366da9c3207f7df0943010f00 | |
Running setup.py bdist_wheel for Jinja2 | |
Stored in directory: /home/matt/.cache/pip/wheels/b3/c0/62/8908d15b90a7de8bd15e2e6e5f5ba1398c0d9940d62a6bf8f5 | |
Running setup.py bdist_wheel for MarkupSafe | |
Stored in directory: /home/matt/.cache/pip/wheels/94/a7/79/f79a998b64c1281cb99fa9bbd33cfc9b8b5775f438218d17a7 | |
Running setup.py bdist_wheel for alabaster | |
Stored in directory: /home/matt/.cache/pip/wheels/d1/ff/c8/a5a1938a77e0548b5283a5c52c4d20510edbaf419ff4efabfb | |
Running setup.py bdist_wheel for colorama | |
Stored in directory: /home/matt/.cache/pip/wheels/e3/24/8d/aec3db961cfbc8e939dc1843126548e7d479349f96659067e9 | |
Running setup.py bdist_wheel for jsonschema | |
Stored in directory: /home/matt/.cache/pip/wheels/1a/f6/76/2112b79d75c4c4d199aac2c1a5e9dc06a860edeb07945aa7bf | |
Running setup.py bdist_wheel for lxml | |
Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools;__file__='/tmp/pip-build-7wphkwbt/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp8b7hoi5opip-wheel-: | |
Building lxml version 3.4.0. | |
Building without Cython. | |
ERROR: b'/bin/sh: 1: xslt-config: not found\n' | |
** make sure the development packages of libxml2 and libxslt are installed ** | |
Using build configuration of libxslt | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-3.4 | |
creating build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/builder.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/sax.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.4/lxml | |
creating build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.4/lxml/includes | |
creating build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.4/lxml/html | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron | |
copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.4/lxml/isoschematron | |
copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.4/lxml/includes | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/rng | |
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/rng | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl | |
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl | |
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
running build_ext | |
building 'lxml.etree' extension | |
creating build/temp.linux-x86_64-3.4 | |
creating build/temp.linux-x86_64-3.4/src | |
creating build/temp.linux-x86_64-3.4/src/lxml | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/tmp/pip-build-7wphkwbt/lxml/src/lxml/includes -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.4/src/lxml/lxml.etree.o -w | |
In file included from src/lxml/lxml.etree.c:232:0: | |
/tmp/pip-build-7wphkwbt/lxml/src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory | |
#include "libxml/xmlversion.h" | |
^ | |
compilation terminated. | |
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'bugtrack_url' | |
warnings.warn(msg) | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 | |
---------------------------------------- | |
Failed building wheel for lxml | |
Running setup.py bdist_wheel for matplotlib | |
^@ Stored in directory: /home/matt/.cache/pip/wheels/12/98/77/c3a045fea5159ea287a3db9d1c55c471d452019fecfde2f194 | |
Running setup.py bdist_wheel for numpy | |
^@^@^@ Stored in directory: /home/matt/.cache/pip/wheels/4b/cb/75/2cf74e8d40c2f6e466c621d598769f961bbb0feac948013dfb | |
Running setup.py bdist_wheel for numpydoc | |
Stored in directory: /home/matt/.cache/pip/wheels/f9/82/3a/3699c7ff3c798b5a468d13672f28374308f904d8ed53b63252 | |
Running setup.py bdist_wheel for pandas | |
^@^@^@ Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools;__file__='/tmp/pip-build-7wphkwbt/pandas/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp69_1maa_pip-wheel-: | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-3.4 | |
creating build/lib.linux-x86_64-3.4/pandas | |
copying pandas/__init__.py -> build/lib.linux-x86_64-3.4/pandas | |
copying pandas/info.py -> build/lib.linux-x86_64-3.4/pandas | |
copying pandas/version.py -> build/lib.linux-x86_64-3.4/pandas | |
creating build/lib.linux-x86_64-3.4/pandas/compat | |
copying pandas/compat/chainmap_impl.py -> build/lib.linux-x86_64-3.4/pandas/compat | |
copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-3.4/pandas/compat | |
copying pandas/compat/openpyxl_compat.py -> build/lib.linux-x86_64-3.4/pandas/compat | |
copying pandas/compat/__init__.py -> build/lib.linux-x86_64-3.4/pandas/compat | |
copying pandas/compat/pickle_compat.py -> build/lib.linux-x86_64-3.4/pandas/compat | |
creating build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/ops.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/expressions.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/api.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/engines.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/eval.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/scope.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/__init__.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/common.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/align.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/pytables.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
copying pandas/computation/expr.py -> build/lib.linux-x86_64-3.4/pandas/computation | |
creating build/lib.linux-x86_64-3.4/pandas/computation/tests | |
copying pandas/computation/tests/test_eval.py -> build/lib.linux-x86_64-3.4/pandas/computation/tests | |
copying pandas/computation/tests/__init__.py -> build/lib.linux-x86_64-3.4/pandas/computation/tests | |
creating build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/ops.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/panelnd.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/categorical.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/api.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/format.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/internals.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/config_init.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/datetools.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/matrix.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/nanops.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/strings.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/generic.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/panel.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/__init__.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/common.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/base.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/index.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/config.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/frame.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/algorithms.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/reshape.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/sparse.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/series.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/groupby.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/indexing.py -> build/lib.linux-x86_64-3.4/pandas/core | |
copying pandas/core/panel4d.py -> build/lib.linux-x86_64-3.4/pandas/core | |
creating build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/pickle.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/clipboard.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/sql.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/ga.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/api.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/json.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/date_converters.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/parsers.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/excel.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/auth.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/data.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/__init__.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/packers.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/common.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/html.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/stata.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/pytables.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/gbq.py -> build/lib.linux-x86_64-3.4/pandas/io | |
copying pandas/io/wb.py -> build/lib.linux-x86_64-3.4/pandas/io | |
creating build/lib.linux-x86_64-3.4/pandas/rpy | |
copying pandas/rpy/vars.py -> build/lib.linux-x86_64-3.4/pandas/rpy | |
copying pandas/rpy/__init__.py -> build/lib.linux-x86_64-3.4/pandas/rpy | |
copying pandas/rpy/common.py -> build/lib.linux-x86_64-3.4/pandas/rpy | |
copying pandas/rpy/base.py -> build/lib.linux-x86_64-3.4/pandas/rpy | |
copying pandas/rpy/mass.py -> build/lib.linux-x86_64-3.4/pandas/rpy | |
creating build/lib.linux-x86_64-3.4/pandas/sandbox | |
copying pandas/sandbox/__init__.py -> build/lib.linux-x86_64-3.4/pandas/sandbox | |
copying pandas/sandbox/qtpandas.py -> build/lib.linux-x86_64-3.4/pandas/sandbox | |
creating build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/scipy_sparse.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/api.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/list.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/array.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/panel.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/__init__.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/frame.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
copying pandas/sparse/series.py -> build/lib.linux-x86_64-3.4/pandas/sparse | |
creating build/lib.linux-x86_64-3.4/pandas/sparse/tests | |
copying pandas/sparse/tests/test_libsparse.py -> build/lib.linux-x86_64-3.4/pandas/sparse/tests | |
copying pandas/sparse/tests/test_list.py -> build/lib.linux-x86_64-3.4/pandas/sparse/tests | |
copying pandas/sparse/tests/test_array.py -> build/lib.linux-x86_64-3.4/pandas/sparse/tests | |
copying pandas/sparse/tests/__init__.py -> build/lib.linux-x86_64-3.4/pandas/sparse/tests | |
copying pandas/sparse/tests/test_sparse.py -> build/lib.linux-x86_64-3.4/pandas/sparse/tests | |
creating build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/ols.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/moments.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/api.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/interface.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/misc.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/math.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/plm.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/__init__.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/common.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/var.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
copying pandas/stats/fama_macbeth.py -> build/lib.linux-x86_64-3.4/pandas/stats | |
creating build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/clipboard.py -> build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/testing.py -> build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/print_versions.py -> build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/decorators.py -> build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/misc.py -> build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/doctools.py -> build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/__init__.py -> build/lib.linux-x86_64-3.4/pandas/util | |
copying pandas/util/terminal.py -> build/lib.linux-x86_64-3.4/pandas/util | |
creating build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_util.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_compat.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_frame.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_reshape.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_tseries.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_format.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_graphics.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_base.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_panel4d.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_panel.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_config.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_generic.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_groupby.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_categorical.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_index.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/__init__.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_indexing.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_rplot.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_series.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_panelnd.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_stats.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_lib.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_common.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_testing.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_nanops.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
copying pandas/tests/test_internals.py -> build/lib.linux-x86_64-3.4/pandas/tests | |
creating build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_case.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_buffer.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_read_size.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_format.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_subtype.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_obj.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_seq.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/__init__.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_sequnpack.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_pack.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_except.py -> build/lib.linux-x86_64-3.4/pandas/tests/test_msgpack | |
creating build/lib.linux-x86_64-3.4/pandas/tools | |
copying pandas/tools/plotting.py -> build/lib.linux-x86_64-3.4/pandas/tools | |
copying pandas/tools/rplot.py -> build/lib.linux-x86_64-3.4/pandas/tools | |
copying pandas/tools/pivot.py -> build/lib.linux-x86_64-3.4/pandas/tools | |
copying pandas/tools/tile.py -> build/lib.linux-x86_64-3.4/pandas/tools | |
copying pandas/tools/__init__.py -> build/lib.linux-x86_64-3.4/pandas/tools | |
copying pandas/tools/merge.py -> build/lib.linux-x86_64-3.4/pandas/tools | |
copying pandas/tools/util.py -> build/lib.linux-x86_64-3.4/pandas/tools | |
creating build/lib.linux-x86_64-3.4/pandas/tools/tests | |
copying pandas/tools/tests/test_util.py -> build/lib.linux-x86_64-3.4/pandas/tools/tests | |
copying pandas/tools/tests/test_merge.py -> build/lib.linux-x86_64-3.4/pandas/tools/tests | |
copying pandas/tools/tests/test_tile.py -> build/lib.linux-x86_64-3.4/pandas/tools/tests | |
copying pandas/tools/tests/test_pivot.py -> build/lib.linux-x86_64-3.4/pandas/tools/tests | |
copying pandas/tools/tests/__init__.py -> build/lib.linux-x86_64-3.4/pandas/tools/tests | |
creating build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/timedeltas.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/period.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/interval.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/api.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/holiday.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/tdi.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/common.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/base.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/index.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/resample.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/util.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/converter.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
copying pandas/tseries/tools.py -> build/lib.linux-x86_64-3.4/pandas/tseries | |
creating build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_util.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_plotting.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_daterange.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_base.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_converter.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_timezones.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_holiday.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_offsets.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_tslib.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/__init__.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_frequencies.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_timeseries.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_timedeltas.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_resample.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_period.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
copying pandas/tseries/tests/test_timeseries_legacy.py -> build/lib.linux-x86_64-3.4/pandas/tseries/tests | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_date_converters.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_wb.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/generate_legacy_pickles.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_parsers.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_stata.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_packers.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_clipboard.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_cparser.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_gbq.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_json_norm.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_sql.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_pytables.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_ga.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/__init__.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_html.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_pickle.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_data.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_common.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
copying pandas/io/tests/test_excel.py -> build/lib.linux-x86_64-3.4/pandas/io/tests | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/test_json | |
copying pandas/io/tests/test_json/test_pandas.py -> build/lib.linux-x86_64-3.4/pandas/io/tests/test_json | |
copying pandas/io/tests/test_json/test_ujson.py -> build/lib.linux-x86_64-3.4/pandas/io/tests/test_json | |
copying pandas/io/tests/test_json/__init__.py -> build/lib.linux-x86_64-3.4/pandas/io/tests/test_json | |
creating build/lib.linux-x86_64-3.4/pandas/stats/tests | |
copying pandas/stats/tests/test_var.py -> build/lib.linux-x86_64-3.4/pandas/stats/tests | |
copying pandas/stats/tests/__init__.py -> build/lib.linux-x86_64-3.4/pandas/stats/tests | |
copying pandas/stats/tests/test_math.py -> build/lib.linux-x86_64-3.4/pandas/stats/tests | |
copying pandas/stats/tests/test_fama_macbeth.py -> build/lib.linux-x86_64-3.4/pandas/stats/tests | |
copying pandas/stats/tests/common.py -> build/lib.linux-x86_64-3.4/pandas/stats/tests | |
copying pandas/stats/tests/test_moments.py -> build/lib.linux-x86_64-3.4/pandas/stats/tests | |
copying pandas/stats/tests/test_ols.py -> build/lib.linux-x86_64-3.4/pandas/stats/tests | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_hdf | |
copying pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_hdf | |
copying pandas/io/tests/data/legacy_hdf/pytables_native2.h5 -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_hdf | |
copying pandas/io/tests/data/legacy_hdf/legacy.h5 -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_hdf | |
copying pandas/io/tests/data/legacy_hdf/legacy_table.h5 -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_hdf | |
copying pandas/io/tests/data/legacy_hdf/pytables_native.h5 -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_hdf | |
copying pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_hdf | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.10.1 | |
copying pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.10.1 | |
copying pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.10.1 | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.15.2 | |
copying pandas/io/tests/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.15.2 | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.11.0 | |
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.11.0 | |
copying pandas/io/tests/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.11.0 | |
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.11.0 | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.14.0 | |
copying pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.14.0 | |
copying pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_darwin_2.7.6.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.14.0 | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.15.0 | |
copying pandas/io/tests/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.15.0 | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.12.0 | |
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.12.0 | |
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.12.0 | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.14.1 | |
copying pandas/io/tests/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.14.1 | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.6.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/stata6.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/iris.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/banklist.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test2.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/unicode_series.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test1.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test1.csv.bz2 -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/tips.csv -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test1.csv.gz -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_114.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_113.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata9_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_113.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata10_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata10_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata7_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_114.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_114.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata9_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata1_114.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_113.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata1_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_114.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata1_encoding.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata8_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_114.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata8_113.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata12_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata7_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata11_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata8_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_113.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_115.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata11_117.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_113.dta -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/utf16_ex.txt -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/gbq_fake_job.txt -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1904.xls -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test.xls -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1900.xls -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test2.xls -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test3.xls -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test_types.xls -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test_converters.xls -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test2.xlsx -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test.xlsx -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test_converters.xlsx -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test_types.xlsx -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test_multisheet.xlsx -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/test.xlsm -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/salary.table -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/computer_sales_page.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/yahoo_options3.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/wikipedia_states.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/valid_markup.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/macau.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/yahoo_options2.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/spam.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/yahoo_options1.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/banklist.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
copying pandas/io/tests/data/nyse_wsj.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/letz_latin1.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/chinese_utf-16.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/chinese_utf-32.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/chinese_utf-8.html -> build/lib.linux-x86_64-3.4/pandas/io/tests/data/html_encoding | |
creating build/lib.linux-x86_64-3.4/pandas/io/tests/test_json/data | |
copying pandas/io/tests/test_json/data/tsframe_iso_v012.json -> build/lib.linux-x86_64-3.4/pandas/io/tests/test_json/data | |
copying pandas/io/tests/test_json/data/tsframe_v012.json -> build/lib.linux-x86_64-3.4/pandas/io/tests/test_json/data | |
creating build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/s1-0.12.0.pickle -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/categorical_0_15_2.pickle -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/categorical_0_14_1.pickle -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/s2-0.12.0.pickle -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/multiindex_v1.pickle -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/mindex_073.pickle -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/iris.csv -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/unicode_series.csv -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tests/data/tips.csv -> build/lib.linux-x86_64-3.4/pandas/tests/data | |
copying pandas/tools/tests/cut_data.csv -> build/lib.linux-x86_64-3.4/pandas/tools/tests | |
creating build/lib.linux-x86_64-3.4/pandas/tseries/tests/data | |
copying pandas/tseries/tests/data/series_daterange0.pickle -> build/lib.linux-x86_64-3.4/pandas/tseries/tests/data | |
copying pandas/tseries/tests/data/frame.pickle -> build/lib.linux-x86_64-3.4/pandas/tseries/tests/data | |
copying pandas/tseries/tests/data/dateoffset_0_15_2.pickle -> build/lib.linux-x86_64-3.4/pandas/tseries/tests/data | |
copying pandas/tseries/tests/data/daterange_073.pickle -> build/lib.linux-x86_64-3.4/pandas/tseries/tests/data | |
copying pandas/tseries/tests/data/series.pickle -> build/lib.linux-x86_64-3.4/pandas/tseries/tests/data | |
copying pandas/tseries/tests/data/cday-0.14.1.pickle -> build/lib.linux-x86_64-3.4/pandas/tseries/tests/data | |
running build_ext | |
building 'pandas.index' extension | |
creating build/temp.linux-x86_64-3.4 | |
creating build/temp.linux-x86_64-3.4/pandas | |
creating build/temp.linux-x86_64-3.4/pandas/src | |
creating build/temp.linux-x86_64-3.4/pandas/src/datetime | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/index.c -o build/temp.linux-x86_64-3.4/pandas/index.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/index.c:250: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/klib/khash_python.h:3:0, | |
from pandas/index.c:254: | |
pandas/src/klib/khash.h: In function ‘kh_del_str’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(str, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int32’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) | |
^ | |
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’ | |
KHASH_MAP_INIT_INT(int32, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | |
^ | |
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’ | |
KHASH_MAP_INIT_INT64(int64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’ | |
KHASH_MAP_INIT_FLOAT64(float64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, \ | |
^ | |
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’ | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, char, 0, \ | |
^ | |
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’ | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t) | |
^ | |
In file included from pandas/index.c:257:0: | |
pandas/src/datetime_helper.h: At top level: | |
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined [enabled by default] | |
#define PyInt_AS_LONG PyLong_AsLong | |
^ | |
pandas/index.c:145:0: note: this is the location of the previous definition | |
#define PyInt_AS_LONG PyLong_AS_LONG | |
^ | |
pandas/index.c: In function ‘__pyx_f_6pandas_5index_11IndexEngine_get_loc’: | |
pandas/index.c:8973:13: warning: ‘__pyx_v_mid’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_t_5 = PyInt_FromSsize_t(__pyx_v_mid); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 480; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
pandas/index.c:8769:14: note: ‘__pyx_v_mid’ was declared here | |
Py_ssize_t __pyx_v_mid; | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime.c:18: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/datetime/np_datetime.c:10:0: | |
/usr/include/python3.4m/datetime.h:191:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable] | |
static PyDateTime_CAPI *PyDateTimeAPI = NULL; | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime_strings.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime_strings.c:17: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’: | |
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=] | |
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year); | |
^ | |
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=] | |
pandas/src/datetime/np_datetime_strings.c: At top level: | |
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function] | |
get_gmtime(NPY_TIME_T *ts, struct tm *tms) | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/pandas/index.o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime.o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.4/pandas/index.cpython-34m.so | |
building 'pandas._period' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/period.c -o build/temp.linux-x86_64-3.4/pandas/src/period.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/period.c:251: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/period.c:253:0: | |
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined [enabled by default] | |
#define PyInt_AS_LONG PyLong_AsLong | |
^ | |
pandas/src/period.c:145:0: note: this is the location of the previous definition | |
#define PyInt_AS_LONG PyLong_AS_LONG | |
^ | |
In file included from pandas/src/period.c:261:0: | |
pandas/src/period_helper.h:169:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void initialize_daytime_conversion_factor_matrix(); | |
^ | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:26:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/period.c:251: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: ‘_import_array’ defined but not used [-Wunused-function] | |
_import_array(void) | |
^ | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from pandas/src/period.c:252: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime.c:18: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/datetime/np_datetime.c:10:0: | |
/usr/include/python3.4m/datetime.h:191:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable] | |
static PyDateTime_CAPI *PyDateTimeAPI = NULL; | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime_strings.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime_strings.c:17: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’: | |
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=] | |
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year); | |
^ | |
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=] | |
pandas/src/datetime/np_datetime_strings.c: At top level: | |
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function] | |
get_gmtime(NPY_TIME_T *ts, struct tm *tms) | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/period_helper.c -o build/temp.linux-x86_64-3.4/pandas/src/period_helper.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from pandas/src/period_helper.h:12, | |
from pandas/src/period_helper.c:1: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/period_helper.c:1:0: | |
pandas/src/period_helper.h:169:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void initialize_daytime_conversion_factor_matrix(); | |
^ | |
pandas/src/period_helper.c:303:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
static int calc_conversion_factors_matrix_size() { | |
^ | |
pandas/src/period_helper.c:352:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
static void populate_conversion_factors_matrix() { | |
^ | |
pandas/src/period_helper.c:376:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void initialize_daytime_conversion_factor_matrix() { | |
^ | |
pandas/src/period_helper.c:33:20: warning: ‘NULL_AF_INFO’ defined but not used [-Wunused-variable] | |
static asfreq_info NULL_AF_INFO; | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/pandas/src/period.o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime.o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime_strings.o build/temp.linux-x86_64-3.4/pandas/src/period_helper.o -o build/lib.linux-x86_64-3.4/pandas/_period.cpython-34m.so | |
building 'pandas.parser' extension | |
creating build/temp.linux-x86_64-3.4/pandas/src/parser | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/parser.c -o build/temp.linux-x86_64-3.4/pandas/parser.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/parser.c:251: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/klib/khash_python.h:3:0, | |
from pandas/parser.c:254: | |
pandas/src/klib/khash.h: In function ‘kh_del_str’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(str, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int32’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) | |
^ | |
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’ | |
KHASH_MAP_INIT_INT(int32, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | |
^ | |
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’ | |
KHASH_MAP_INIT_INT64(int64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’ | |
KHASH_MAP_INIT_FLOAT64(float64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, \ | |
^ | |
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’ | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, char, 0, \ | |
^ | |
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’ | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t) | |
^ | |
In file included from pandas/parser.c:259:0: | |
pandas/src/parser/io.h: At top level: | |
pandas/src/parser/io.h:33:0: warning: "HAVE_MMAP" redefined [enabled by default] | |
#define HAVE_MMAP | |
^ | |
In file included from /usr/include/python3.4m/pyconfig.h:3:0, | |
from pandas/parser.c:8: | |
/usr/include/x86_64-linux-gnu/python3.4m/pyconfig.h:584:0: note: this is the location of the previous definition | |
#define HAVE_MMAP 1 | |
^ | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from pandas/parser.c:252: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
pandas/parser.c: In function ‘__pyx_f_6pandas_6parser_10TextReader__get_header’: | |
pandas/parser.c:6085:10: warning: ‘__pyx_v_data_line’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
size_t __pyx_v_data_line; | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.4/pandas/src/parser/tokenizer.o | |
In file included from pandas/src/parser/tokenizer.h:36:0, | |
from pandas/src/parser/tokenizer.c:20: | |
pandas/src/klib/khash.h: In function ‘kh_del_str’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(str, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int32’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) | |
^ | |
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’ | |
KHASH_MAP_INIT_INT(int32, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | |
^ | |
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’ | |
KHASH_MAP_INIT_INT64(int64, size_t) | |
^ | |
pandas/src/parser/tokenizer.c: In function ‘xstrtod’: | |
pandas/src/parser/tokenizer.c:2178:16: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] | |
p += (tsep != '\0' & *p == tsep); | |
^ | |
pandas/src/parser/tokenizer.c: In function ‘precise_xstrtod’: | |
pandas/src/parser/tokenizer.c:2345:20: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] | |
p += (tsep != '\0' & *p == tsep); | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/parser/io.c -o build/temp.linux-x86_64-3.4/pandas/src/parser/io.o | |
In file included from pandas/src/parser/tokenizer.h:36:0, | |
from pandas/src/parser/io.h:2, | |
from pandas/src/parser/io.c:1: | |
pandas/src/klib/khash.h: In function ‘kh_del_str’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(str, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int32’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) | |
^ | |
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’ | |
KHASH_MAP_INIT_INT(int32, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | |
^ | |
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’ | |
KHASH_MAP_INIT_INT64(int64, size_t) | |
^ | |
In file included from pandas/src/parser/io.c:1:0: | |
pandas/src/parser/io.h: At top level: | |
pandas/src/parser/io.h:33:0: warning: "HAVE_MMAP" redefined [enabled by default] | |
#define HAVE_MMAP | |
^ | |
In file included from /usr/include/python3.4m/pyconfig.h:3:0, | |
from /usr/include/python3.4m/Python.h:8, | |
from pandas/src/parser/io.h:1, | |
from pandas/src/parser/io.c:1: | |
/usr/include/x86_64-linux-gnu/python3.4m/pyconfig.h:584:0: note: this is the location of the previous definition | |
#define HAVE_MMAP 1 | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/pandas/parser.o build/temp.linux-x86_64-3.4/pandas/src/parser/tokenizer.o build/temp.linux-x86_64-3.4/pandas/src/parser/io.o -o build/lib.linux-x86_64-3.4/pandas/parser.cpython-34m.so | |
building 'pandas.hashtable' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/hashtable.c -o build/temp.linux-x86_64-3.4/pandas/hashtable.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/hashtable.c:251: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/klib/khash_python.h:3:0, | |
from pandas/hashtable.c:253: | |
pandas/src/klib/khash.h: In function ‘kh_del_str’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(str, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int32’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) | |
^ | |
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’ | |
KHASH_MAP_INIT_INT(int32, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | |
^ | |
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’ | |
KHASH_MAP_INIT_INT64(int64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’ | |
KHASH_MAP_INIT_FLOAT64(float64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, \ | |
^ | |
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’ | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, char, 0, \ | |
^ | |
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’ | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t) | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/pandas/hashtable.o -o build/lib.linux-x86_64-3.4/pandas/hashtable.cpython-34m.so | |
building 'pandas.tslib' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/tslib.c -o build/temp.linux-x86_64-3.4/pandas/tslib.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/tslib.c:250: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/tslib.c:253:0: | |
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined [enabled by default] | |
#define PyInt_AS_LONG PyLong_AsLong | |
^ | |
pandas/tslib.c:145:0: note: this is the location of the previous definition | |
#define PyInt_AS_LONG PyLong_AS_LONG | |
^ | |
In file included from pandas/src/klib/khash_python.h:3:0, | |
from pandas/tslib.c:261: | |
pandas/src/klib/khash.h: In function ‘kh_del_str’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(str, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int32’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) | |
^ | |
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’ | |
KHASH_MAP_INIT_INT(int32, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | |
^ | |
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’ | |
KHASH_MAP_INIT_INT64(int64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’ | |
KHASH_MAP_INIT_FLOAT64(float64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, \ | |
^ | |
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’ | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, char, 0, \ | |
^ | |
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’ | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t) | |
^ | |
pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib__check_dts_bounds’: | |
pandas/tslib.c:23141:3: warning: implicit declaration of function ‘cmp_pandas_datetimestruct’ [-Wimplicit-function-declaration] | |
__pyx_t_2 = ((cmp_pandas_datetimestruct(__pyx_v_dts, (&__pyx_v_6pandas_5tslib__NS_MIN_DTS)) == -1) != 0); | |
^ | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from pandas/tslib.c:251: | |
pandas/tslib.c: At top level: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
pandas/tslib.c:13411:18: warning: ‘__pyx_f_6pandas_5tslib__tz_format’ defined but not used [-Wunused-function] | |
static PyObject *__pyx_f_6pandas_5tslib__tz_format(PyObject *__pyx_v_obj, PyObject *__pyx_v_zone) { | |
^ | |
pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_58tz_localize_to_utc.isra.191’: | |
pandas/tslib.c:47836:21: warning: ‘__pyx_pybuffernd_dst_hours.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__Pyx_LocalBuf_ND __pyx_pybuffernd_dst_hours; | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime.c:18: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/datetime/np_datetime.c:10:0: | |
/usr/include/python3.4m/datetime.h:191:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable] | |
static PyDateTime_CAPI *PyDateTimeAPI = NULL; | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime_strings.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime_strings.c:17: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’: | |
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=] | |
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year); | |
^ | |
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=] | |
pandas/src/datetime/np_datetime_strings.c: At top level: | |
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function] | |
get_gmtime(NPY_TIME_T *ts, struct tm *tms) | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/src/period_helper.c -o build/temp.linux-x86_64-3.4/pandas/src/period_helper.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from pandas/src/period_helper.h:12, | |
from pandas/src/period_helper.c:1: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/period_helper.c:1:0: | |
pandas/src/period_helper.h:169:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void initialize_daytime_conversion_factor_matrix(); | |
^ | |
pandas/src/period_helper.c:303:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
static int calc_conversion_factors_matrix_size() { | |
^ | |
pandas/src/period_helper.c:352:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
static void populate_conversion_factors_matrix() { | |
^ | |
pandas/src/period_helper.c:376:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void initialize_daytime_conversion_factor_matrix() { | |
^ | |
pandas/src/period_helper.c:33:20: warning: ‘NULL_AF_INFO’ defined but not used [-Wunused-variable] | |
static asfreq_info NULL_AF_INFO; | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/pandas/tslib.o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime.o build/temp.linux-x86_64-3.4/pandas/src/datetime/np_datetime_strings.o build/temp.linux-x86_64-3.4/pandas/src/period_helper.o -o build/lib.linux-x86_64-3.4/pandas/tslib.cpython-34m.so | |
building 'pandas.lib' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/lib.c -o build/temp.linux-x86_64-3.4/pandas/lib.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/lib.c:250: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/lib.c:255:0: | |
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined [enabled by default] | |
#define PyInt_AS_LONG PyLong_AsLong | |
^ | |
pandas/lib.c:145:0: note: this is the location of the previous definition | |
#define PyInt_AS_LONG PyLong_AS_LONG | |
^ | |
pandas/lib.c: In function ‘__pyx_f_6pandas_3lib_slice_get_indices_ex’: | |
pandas/lib.c:26097:3: warning: passing argument 1 of ‘PySlice_GetIndicesEx’ from incompatible pointer type [enabled by default] | |
__pyx_t_4 = PySlice_GetIndicesEx(((PySliceObject *)__pyx_v_slc), __pyx_v_objlen, (&__pyx_v_start), (&__pyx_v_stop), (&__pyx_v_step), (&__pyx_v_length)); if (unlikely(__pyx_t_4 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1575; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python3.4m/Python.h:97:0, | |
from pandas/lib.c:16: | |
/usr/include/python3.4m/sliceobject.h:43:17: note: expected ‘struct PyObject *’ but argument is of type ‘struct PySliceObject *’ | |
PyAPI_FUNC(int) PySlice_GetIndicesEx(PyObject *r, Py_ssize_t length, | |
^ | |
pandas/lib.c: In function ‘__pyx_f_6pandas_3lib_slice_len’: | |
pandas/lib.c:26321:3: warning: passing argument 1 of ‘PySlice_GetIndicesEx’ from incompatible pointer type [enabled by default] | |
__pyx_t_4 = PySlice_GetIndicesEx(((PySliceObject *)__pyx_v_slc), __pyx_v_objlen, (&__pyx_v_start), (&__pyx_v_stop), (&__pyx_v_step), (&__pyx_v_length)); if (unlikely(__pyx_t_4 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1598; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python3.4m/Python.h:97:0, | |
from pandas/lib.c:16: | |
/usr/include/python3.4m/sliceobject.h:43:17: note: expected ‘struct PyObject *’ but argument is of type ‘struct PySliceObject *’ | |
PyAPI_FUNC(int) PySlice_GetIndicesEx(PyObject *r, Py_ssize_t length, | |
^ | |
pandas/lib.c: In function ‘__pyx_gb_6pandas_3lib_112generator’: | |
pandas/lib.c:25105:38: warning: ‘__pyx_t_22’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_cur_scope->__pyx_t_7 = __pyx_t_22; | |
^ | |
pandas/lib.c:25102:38: warning: ‘__pyx_t_10’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_cur_scope->__pyx_t_3 = __pyx_t_10; | |
^ | |
pandas/lib.c:25099:38: warning: ‘__pyx_t_5’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_cur_scope->__pyx_t_2 = __pyx_t_5; | |
^ | |
pandas/lib.c:25104:38: warning: ‘__pyx_t_14’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_cur_scope->__pyx_t_6 = __pyx_t_14; | |
^ | |
pandas/lib.c:25103:38: warning: ‘__pyx_t_11’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_cur_scope->__pyx_t_5 = __pyx_t_11; | |
^ | |
pandas/lib.c: In function ‘__pyx_pw_6pandas_3lib_57maybe_booleans_to_slice’: | |
pandas/lib.c:11757:15: warning: ‘__pyx_v_end’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_t_6 = PyInt_FromSsize_t(__pyx_v_end); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 649; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
pandas/lib.c:11468:14: note: ‘__pyx_v_end’ was declared here | |
Py_ssize_t __pyx_v_end; | |
^ | |
pandas/lib.c:11755:15: warning: ‘__pyx_v_start’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_t_7 = PyInt_FromSsize_t(__pyx_v_start); if (unlikely(!__pyx_t_7)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 649; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
pandas/lib.c:11467:14: note: ‘__pyx_v_start’ was declared here | |
Py_ssize_t __pyx_v_start; | |
^ | |
pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_177maybe_convert_objects.isra.281’: | |
pandas/lib.c:1445:73: warning: ‘__pyx_pybuffernd_itimedeltas.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) | |
^ | |
pandas/lib.c:50592:21: note: ‘__pyx_pybuffernd_itimedeltas.diminfo[0].strides’ was declared here | |
__Pyx_LocalBuf_ND __pyx_pybuffernd_itimedeltas; | |
^ | |
pandas/lib.c:51502:19: warning: ‘__pyx_pybuffernd_itimedeltas.diminfo[0].shape’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
} else if (unlikely(__pyx_t_30 >= __pyx_pybuffernd_itimedeltas.diminfo[0].shape)) __pyx_t_7 = 0; | |
^ | |
pandas/lib.c:1445:73: warning: ‘__pyx_pybuffernd_idatetimes.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) | |
^ | |
pandas/lib.c:50588:21: note: ‘__pyx_pybuffernd_idatetimes.diminfo[0].strides’ was declared here | |
__Pyx_LocalBuf_ND __pyx_pybuffernd_idatetimes; | |
^ | |
pandas/lib.c:51425:19: warning: ‘__pyx_pybuffernd_idatetimes.diminfo[0].shape’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
} else if (unlikely(__pyx_t_29 >= __pyx_pybuffernd_idatetimes.diminfo[0].shape)) __pyx_t_7 = 0; | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/pandas/lib.o -o build/lib.linux-x86_64-3.4/pandas/lib.cpython-34m.so | |
building 'pandas.algos' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c pandas/algos.c -o build/temp.linux-x86_64-3.4/pandas/algos.o | |
In file included from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/algos.c:250: | |
/tmp/pip-build-7wphkwbt/pandas/.eggs/numpy-1.9.2-py3.4-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/algos.c:259:0: | |
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined [enabled by default] | |
#define PyInt_AS_LONG PyLong_AsLong | |
^ | |
pandas/algos.c:145:0: note: this is the location of the previous definition | |
#define PyInt_AS_LONG PyLong_AS_LONG | |
^ | |
In file included from pandas/src/klib/khash_python.h:3:0, | |
from pandas/algos.c:264: | |
pandas/src/klib/khash.h: In function ‘kh_del_str’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(str, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int32’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) | |
^ | |
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’ | |
KHASH_MAP_INIT_INT(int32, size_t) | |
^ | |
pandas/src/klib/khash.h: In function ‘kh_del_int64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | |
^ | |
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’ | |
KHASH_MAP_INIT_INT64(int64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’ | |
KHASH_MAP_INIT_FLOAT64(float64, size_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, khval_t, 1, \ | |
^ | |
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’ | |
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_pyobject_t, char, 0, \ | |
^ | |
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’ | |
KHASH_SET_INIT_PYOBJECT(pyset) | |
^ | |
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’: | |
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value] | |
#define __ac_set_isdel_true(flag, i) (0) | |
^ | |
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’ | |
__ac_set_isdel_true(h->flags, x); \ | |
^ | |
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’ | |
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | |
^ | |
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’ | |
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) | |
^ | |
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’ | |
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t) | |
^ | |
x86_64-linux-gnu-gcc: internal compiler error: Killed (program cc1) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4 | |
---------------------------------------- | |
Failed building wheel for pandas | |
Running setup.py bdist_wheel for pyreadline | |
Stored in directory: /home/matt/.cache/pip/wheels/74/43/9c/bb27c78aaf317c2759934e7060108fad0f5a65255332909595 | |
Running setup.py bdist_wheel for pyzmq | |
^@ Stored in directory: /home/matt/.cache/pip/wheels/0b/0f/fb/6522f8101f3f7fec09a1ef9f7565ae6c6fce1c321a61e3cc65 | |
Running setup.py bdist_wheel for seaborn | |
Stored in directory: /home/matt/.cache/pip/wheels/33/d5/e6/f93901c255fdce1ab01558af98f87483f8e98f901fad366d2c | |
Running setup.py bdist_wheel for snowballstemmer | |
Stored in directory: /home/matt/.cache/pip/wheels/26/52/99/e0eb6b825c16715026ef290c13f4a0fbb86f1a5eab51bb10a0 | |
Running setup.py bdist_wheel for tabulate | |
Stored in directory: /home/matt/.cache/pip/wheels/d0/3a/12/49d9a7cb675bcc08329dacabf167fbf5a83c5d24c507fd7f10 | |
Running setup.py bdist_wheel for tornado | |
Stored in directory: /home/matt/.cache/pip/wheels/bd/20/c8/6bec1ed7ad88e2fb58333301e8d1f05610231441dcf4740cb5 | |
Running setup.py bdist_wheel for scipy | |
Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools;__file__='/tmp/pip-build-7wphkwbt/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmptxjmwbgbpip-wheel-: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip-build-7wphkwbt/scipy/setup.py", line 249, in <module> | |
setup_package() | |
File "/tmp/pip-build-7wphkwbt/scipy/setup.py", line 237, in setup_package | |
from numpy.distutils.core import setup | |
ImportError: No module named 'numpy' | |
---------------------------------------- | |
Failed building wheel for scipy | |
Successfully built Babel Jinja2 MarkupSafe alabaster colorama jsonschema matplotlib numpy numpydoc pyreadline pyzmq seaborn snowballstemmer tabulate tornado | |
Failed to build lxml pandas scipy | |
Installing collected packages: pytz, Babel, MarkupSafe, Jinja2, Pygments, alabaster, sphinx-rtd-theme, six, docutils, snowballstemmer, Sphinx, colorama, ipython, jsonschema, lxml, numpy, python-dateutil, pyparsing, nose, matplotlib, mistune, numpydoc, pandas, pyreadline, pyzmq, requests, scipy, seaborn, sqlanydb, tabulate, tornado | |
Running setup.py install for lxml | |
Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-7wphkwbt/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-jhulk4wc-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/matt/.virtualenvs/airbnb/include/site/python3.4/lxml: | |
Building lxml version 3.4.0. | |
Building without Cython. | |
ERROR: b'/bin/sh: 1: xslt-config: not found\n' | |
** make sure the development packages of libxml2 and libxslt are installed ** | |
Using build configuration of libxslt | |
running install | |
running build | |
running build_py | |
copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.4/lxml/includes | |
running build_ext | |
building 'lxml.etree' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/tmp/pip-build-7wphkwbt/lxml/src/lxml/includes -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.4/src/lxml/lxml.etree.o -w | |
In file included from src/lxml/lxml.etree.c:232:0: | |
/tmp/pip-build-7wphkwbt/lxml/src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory | |
#include "libxml/xmlversion.h" | |
^ | |
compilation terminated. | |
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'bugtrack_url' | |
warnings.warn(msg) | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 | |
---------------------------------------- | |
Command "/home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-7wphkwbt/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-jhulk4wc-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/matt/.virtualenvs/airbnb/include/site/python3.4/lxml" failed with error code 1 in /tmp/pip-build-7wphkwbt/lxml | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install libxml2 | |
[sudo] password for matt: | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
libxml2 is already the newest version. | |
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install libxslt | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
E: Unable to locate package libxslt | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install libxml2-dev libxslt1-dev python-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
python-dev is already the newest version. | |
The following NEW packages will be installed: | |
libxml2-dev libxslt1-dev libxslt1.1 | |
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. | |
Need to get 1,183 kB of archives. | |
After this operation, 5,876 kB of additional disk space will be used. | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.4 [630 kB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty/main libxslt1-dev amd64 1.1.28-2build1 [407 kB] | |
Fetched 1,183 kB in 0s (14.2 MB/s) | |
Selecting previously unselected package libxslt1.1:amd64. | |
(Reading database ... 93532 files and directories currently installed.) | |
Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ... | |
Unpacking libxslt1.1:amd64 (1.1.28-2build1) ... | |
Selecting previously unselected package libxml2-dev:amd64. | |
Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.4_amd64.deb ... | |
Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.4) ... | |
Selecting previously unselected package libxslt1-dev:amd64. | |
Preparing to unpack .../libxslt1-dev_1.1.28-2build1_amd64.deb ... | |
Unpacking libxslt1-dev:amd64 (1.1.28-2build1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up libxslt1.1:amd64 (1.1.28-2build1) ... | |
Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.4) ... | |
Setting up libxslt1-dev:amd64 (1.1.28-2build1) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install libxslt1-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
libxslt1-dev is already the newest version. | |
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install libxslt-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Note, selecting 'libxslt1-dev' instead of 'libxslt-dev' | |
libxslt1-dev is already the newest version. | |
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. | |
(airbnb)matt@airbnboston:~/airbnb$ pip install scipy==0.16.0b2 --allow-external | |
Usage: | |
pip install [options] <requirement specifier> [package-index-options] ... | |
pip install [options] -r <requirements file> [package-index-options] ... | |
pip install [options] [-e] <vcs project url> ... | |
pip install [options] [-e] <local project path> ... | |
pip install [options] <archive url/path> ... | |
--allow-external option requires 1 argument | |
(airbnb)matt@airbnboston:~/airbnb$ pip install --allow-external scipy==0.16.0b2 | |
You must give at least one requirement to install (see "pip help install") | |
(airbnb)matt@airbnboston:~/airbnb$ pip --allow-external install scipy==0.16.0b2 | |
Usage: | |
pip <command> [options] | |
no such option: --allow-external | |
(airbnb)matt@airbnboston:~/airbnb$ --allow-external pip install scipy==0.16.0b2 | |
--allow-external: command not found | |
(airbnb)matt@airbnboston:~/airbnb$ pip install --allow-external scipy scipy==0.16.0b2 | |
Collecting scipy==0.16.0b2 | |
Could not find a version that satisfies the requirement scipy==0.16.0b2 (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1) | |
No matching distribution found for scipy==0.16.0b2 | |
(airbnb)matt@airbnboston:~/airbnb$ pip install --allow-all-external scipy scipy==0.16.0b2 | |
Double requirement given: scipy==0.16.0b2 (already in scipy, name='scipy') | |
(airbnb)matt@airbnboston:~/airbnb$ pip install --allow-all-external scipy==0.16.0b2 | |
Collecting scipy==0.16.0b2 | |
Could not find a version that satisfies the requirement scipy==0.16.0b2 (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1) | |
No matching distribution found for scipy==0.16.0b2 | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Requirement already satisfied (use --upgrade to upgrade): Babel==1.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): Jinja2==2.7.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): MarkupSafe==0.23 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 3)) | |
Requirement already satisfied (use --upgrade to upgrade): Pygments==2.0.2 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 4)) | |
Requirement already satisfied (use --upgrade to upgrade): Sphinx==1.3.1 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 5)) | |
Requirement already satisfied (use --upgrade to upgrade): alabaster==0.7.4 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 6)) | |
Requirement already satisfied (use --upgrade to upgrade): colorama==0.3.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 7)) | |
Requirement already satisfied (use --upgrade to upgrade): docutils==0.12 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 8)) | |
Requirement already satisfied (use --upgrade to upgrade): ipython==3.1.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 9)) | |
Requirement already satisfied (use --upgrade to upgrade): jsonschema==2.5.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 10)) | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Using cached lxml-3.4.0.tar.gz | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Collecting mistune==0.5.1 (from -r requirements.txt (line 13)) | |
Using cached mistune-0.5.1-py2.py3-none-any.whl | |
Collecting nose==1.3.7 (from -r requirements.txt (line 14)) | |
Using cached nose-1.3.7-py3-none-any.whl | |
Collecting numpy==1.9.2 (from -r requirements.txt (line 15)) | |
Collecting numpydoc==0.5 (from -r requirements.txt (line 16)) | |
Collecting pandas==0.16.1 (from -r requirements.txt (line 17)) | |
Using cached pandas-0.16.1.tar.gz | |
^@^@Collecting pyparsing==2.0.3 (from -r requirements.txt (line 18)) | |
Using cached pyparsing-2.0.3-py2.py3-none-any.whl | |
Collecting pyreadline==2.0 (from -r requirements.txt (line 19)) | |
Collecting python-dateutil==2.4.2 (from -r requirements.txt (line 20)) | |
Using cached python_dateutil-2.4.2-py2.py3-none-any.whl | |
Requirement already satisfied (use --upgrade to upgrade): pytz==2015.4 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 21)) | |
Collecting pyzmq==14.6.0 (from -r requirements.txt (line 22)) | |
Collecting requests==2.7.0 (from -r requirements.txt (line 23)) | |
Using cached requests-2.7.0-py2.py3-none-any.whl | |
Collecting seaborn==0.5.1 (from -r requirements.txt (line 25)) | |
Requirement already satisfied (use --upgrade to upgrade): six==1.9.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 26)) | |
Requirement already satisfied (use --upgrade to upgrade): snowballstemmer==1.2.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 27)) | |
Requirement already satisfied (use --upgrade to upgrade): sphinx-rtd-theme==0.1.8 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 28)) | |
Collecting sqlanydb==1.0.5 (from -r requirements.txt (line 29)) | |
Using cached sqlanydb-1.0.5-py2.py3-none-any.whl | |
Collecting tabulate==0.7.5 (from -r requirements.txt (line 30)) | |
Collecting tornado==4.2 (from -r requirements.txt (line 31)) | |
Collecting scipy (from seaborn==0.5.1->-r requirements.txt (line 25)) | |
Using cached scipy-0.15.1.tar.gz | |
^@^@^@Building wheels for collected packages: lxml, pandas, scipy | |
Running setup.py bdist_wheel for lxml | |
^@ Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools;__file__='/tmp/pip-build-78oj9v7t/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp7zkfcigvpip-wheel-: | |
Building lxml version 3.4.0. | |
Building without Cython. | |
Using build configuration of libxslt 1.1.28 | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-3.4 | |
creating build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/builder.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/sax.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.4/lxml | |
creating build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.4/lxml/includes | |
creating build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.4/lxml/html | |
copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.4/lxml/html | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron | |
copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.4/lxml/isoschematron | |
copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.4/lxml | |
copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.4/lxml/includes | |
copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.4/lxml/includes | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/rng | |
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/rng | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl | |
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl | |
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl | |
creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
running build_ext | |
building 'lxml.etree' extension | |
creating build/temp.linux-x86_64-3.4 | |
creating build/temp.linux-x86_64-3.4/src | |
creating build/temp.linux-x86_64-3.4/src/lxml | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/libxml2 -I/tmp/pip-build-78oj9v7t/lxml/src/lxml/includes -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.4/src/lxml/lxml.etree.o -w | |
x86_64-linux-gnu-gcc: internal compiler error: Killed (program cc1) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. | |
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'bugtrack_url' | |
warnings.warn(msg) | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4 | |
---------------------------------------- | |
Failed building wheel for lxml | |
Running setup.py bdist_wheel for pandas | |
^@^C Failed building wheel for pandas | |
Running setup.py bdist_wheel for scipy | |
Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools;__file__='/tmp/pip-build-78oj9v7t/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpjp5w_3uqpip-wheel-: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip-build-78oj9v7t/scipy/setup.py", line 249, in <module> | |
setup_package() | |
File "/tmp/pip-build-78oj9v7t/scipy/setup.py", line 237, in setup_package | |
from numpy.distutils.core import setup | |
ImportError: No module named 'numpy' | |
---------------------------------------- | |
Failed building wheel for scipy | |
Failed to build lxml pandas scipy | |
Installing collected packages: lxml, python-dateutil, nose, pyparsing, numpy, matplotlib, mistune, numpydoc, pandas, pyreadline, pyzmq, requests, scipy, seaborn, sqlanydb, tabulate, tornado | |
Running setup.py install for lxml | |
^COperation cancelled by user | |
(airbnb)matt@airbnboston:~/airbnb$ ^C | |
(airbnb)matt@airbnboston:~/airbnb$ ^C | |
(airbnb)matt@airbnboston:~/airbnb$ exit | |
logout | |
Connection to 104.131.72.8 closed. | |
Matts-iMac:~ mattgardner$ ssh [email protected] | |
Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Tue Jun 30 22:03:14 EDT 2015 | |
System load: 0.0 Memory usage: 5% Processes: 53 | |
Usage of /: 7.3% of 29.40GB Swap usage: 0% Users logged in: 0 | |
Graph this data and manage this system at: | |
https://landscape.canonical.com/ | |
Last login: Tue Jun 30 21:01:52 2015 from c-98-217-197-214.hsd1.ma.comcast.net | |
matt@airbnboston:~$ cd airbnb/ | |
matt@airbnboston:~/airbnb$ workon airbnb | |
(airbnb)matt@airbnboston:~/airbnb$ python -V | |
Python 3.4.0 | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Requirement already satisfied (use --upgrade to upgrade): Babel==1.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): Jinja2==2.7.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): MarkupSafe==0.23 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 3)) | |
Requirement already satisfied (use --upgrade to upgrade): Pygments==2.0.2 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 4)) | |
Requirement already satisfied (use --upgrade to upgrade): Sphinx==1.3.1 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 5)) | |
Requirement already satisfied (use --upgrade to upgrade): alabaster==0.7.4 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 6)) | |
Requirement already satisfied (use --upgrade to upgrade): colorama==0.3.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 7)) | |
Requirement already satisfied (use --upgrade to upgrade): docutils==0.12 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 8)) | |
Requirement already satisfied (use --upgrade to upgrade): ipython==3.1.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 9)) | |
Requirement already satisfied (use --upgrade to upgrade): jsonschema==2.5.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 10)) | |
Collecting lxml==3.4.0 (from -r requirements.txt (line 11)) | |
Using cached lxml-3.4.0.tar.gz | |
Collecting matplotlib==1.4.3 (from -r requirements.txt (line 12)) | |
Collecting mistune==0.5.1 (from -r requirements.txt (line 13)) | |
Using cached mistune-0.5.1-py2.py3-none-any.whl | |
Collecting nose==1.3.7 (from -r requirements.txt (line 14)) | |
Using cached nose-1.3.7-py3-none-any.whl | |
Collecting numpy==1.9.2 (from -r requirements.txt (line 15)) | |
Collecting numpydoc==0.5 (from -r requirements.txt (line 16)) | |
Collecting pandas==0.16.1 (from -r requirements.txt (line 17)) | |
Using cached pandas-0.16.1.tar.gz | |
^@^@^@^@Collecting pyparsing==2.0.3 (from -r requirements.txt (line 18)) | |
Using cached pyparsing-2.0.3-py2.py3-none-any.whl | |
Collecting pyreadline==2.0 (from -r requirements.txt (line 19)) | |
Collecting python-dateutil==2.4.2 (from -r requirements.txt (line 20)) | |
Using cached python_dateutil-2.4.2-py2.py3-none-any.whl | |
Requirement already satisfied (use --upgrade to upgrade): pytz==2015.4 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 21)) | |
Collecting pyzmq==14.6.0 (from -r requirements.txt (line 22)) | |
Collecting requests==2.7.0 (from -r requirements.txt (line 23)) | |
Using cached requests-2.7.0-py2.py3-none-any.whl | |
Collecting seaborn==0.5.1 (from -r requirements.txt (line 25)) | |
Requirement already satisfied (use --upgrade to upgrade): six==1.9.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 26)) | |
Requirement already satisfied (use --upgrade to upgrade): snowballstemmer==1.2.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 27)) | |
Requirement already satisfied (use --upgrade to upgrade): sphinx-rtd-theme==0.1.8 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 28)) | |
Collecting sqlanydb==1.0.5 (from -r requirements.txt (line 29)) | |
Using cached sqlanydb-1.0.5-py2.py3-none-any.whl | |
Collecting tabulate==0.7.5 (from -r requirements.txt (line 30)) | |
Collecting tornado==4.2 (from -r requirements.txt (line 31)) | |
Collecting scipy (from seaborn==0.5.1->-r requirements.txt (line 25)) | |
Using cached scipy-0.15.1.tar.gz | |
^@^@^@^@^@Building wheels for collected packages: lxml, pandas, scipy | |
Running setup.py bdist_wheel for lxml | |
^@ Stored in directory: /home/matt/.cache/pip/wheels/8c/49/42/43796b5439db5d6926457ecce15cc72b7946a491ff3eeb5b90 | |
Running setup.py bdist_wheel for pandas | |
^@^@^@^@^@ Stored in directory: /home/matt/.cache/pip/wheels/8b/4d/b4/a39b548784f9cbe53b89559cacc964e4b86f54b96a0dd1e9d5 | |
Running setup.py bdist_wheel for scipy | |
Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools;__file__='/tmp/pip-build-9seigwxo/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp4et1fq6qpip-wheel-: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip-build-9seigwxo/scipy/setup.py", line 249, in <module> | |
setup_package() | |
File "/tmp/pip-build-9seigwxo/scipy/setup.py", line 237, in setup_package | |
from numpy.distutils.core import setup | |
ImportError: No module named 'numpy' | |
---------------------------------------- | |
Failed building wheel for scipy | |
Successfully built lxml pandas | |
Failed to build scipy | |
Installing collected packages: lxml, nose, numpy, python-dateutil, pyparsing, matplotlib, mistune, numpydoc, pandas, pyreadline, pyzmq, requests, scipy, seaborn, sqlanydb, tabulate, tornado | |
Running setup.py install for scipy | |
Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-9seigwxo/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-glriev5k-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/matt/.virtualenvs/airbnb/include/site/python3.4/scipy: | |
lapack_opt_info: | |
openblas_lapack_info: | |
libraries openblas not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
lapack_mkl_info: | |
mkl_info: | |
libraries mkl,vml,guide not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
NOT AVAILABLE | |
atlas_3_10_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries tatlas,tatlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries tatlas,tatlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries tatlas,tatlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries tatlas,tatlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'> | |
NOT AVAILABLE | |
atlas_3_10_info: | |
libraries satlas,satlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries satlas,satlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries satlas,satlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries satlas,satlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
<class 'numpy.distutils.system_info.atlas_3_10_info'> | |
NOT AVAILABLE | |
atlas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
<class 'numpy.distutils.system_info.atlas_threads_info'> | |
NOT AVAILABLE | |
atlas_info: | |
libraries f77blas,cblas,atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries f77blas,cblas,atlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries f77blas,cblas,atlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries f77blas,cblas,atlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
<class 'numpy.distutils.system_info.atlas_info'> | |
NOT AVAILABLE | |
lapack_info: | |
libraries lapack not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
lapack_src_info: | |
NOT AVAILABLE | |
NOT AVAILABLE | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/system_info.py:1505: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/system_info.py:1516: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [lapack]) or by setting | |
the LAPACK environment variable. | |
warnings.warn(LapackNotFoundError.__doc__) | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/system_info.py:1519: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [lapack_src]) or by setting | |
the LAPACK_SRC environment variable. | |
warnings.warn(LapackSrcNotFoundError.__doc__) | |
Running from scipy source directory. | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip-build-9seigwxo/scipy/setup.py", line 249, in <module> | |
setup_package() | |
File "/tmp/pip-build-9seigwxo/scipy/setup.py", line 246, in setup_package | |
setup(**metadata) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/core.py", line 135, in setup | |
config = configuration() | |
File "/tmp/pip-build-9seigwxo/scipy/setup.py", line 173, in configuration | |
config.add_subpackage('scipy') | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/misc_util.py", line 966, in add_subpackage | |
caller_level = 2) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/misc_util.py", line 935, in get_subpackage | |
caller_level = caller_level + 1) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py | |
config = setup_module.configuration(*args) | |
File "scipy/setup.py", line 16, in configuration | |
config.add_subpackage('linalg') | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/misc_util.py", line 966, in add_subpackage | |
caller_level = 2) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/misc_util.py", line 935, in get_subpackage | |
caller_level = caller_level + 1) | |
File "/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py | |
config = setup_module.configuration(*args) | |
File "scipy/linalg/setup.py", line 18, in configuration | |
raise NotFoundError('no lapack/blas resources found') | |
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found | |
---------------------------------------- | |
Command "/home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-9seigwxo/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-glriev5k-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/matt/.virtualenvs/airbnb/include/site/python3.4/scipy" failed with error code 1 in /tmp/pip-build-9seigwxo/scipy | |
(airbnb)matt@airbnboston:~/airbnb$ pip install --upgrade pip | |
Requirement already up-to-date: pip in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages | |
(airbnb)matt@airbnboston:~/airbnb$ sudo apt-get install libatlas-base-dev gfortran | |
[sudo] password for matt: | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
gfortran-4.8 libatlas-dev libatlas3-base libblas-dev libgfortran-4.8-dev | |
libgfortran3 | |
Suggested packages: | |
gfortran-multilib gfortran-doc gfortran-4.8-multilib gfortran-4.8-doc | |
libgfortran3-dbg libblas-doc liblapack-doc liblapack-dev liblapack3 | |
The following NEW packages will be installed: | |
gfortran gfortran-4.8 libatlas-base-dev libatlas-dev libatlas3-base | |
libblas-dev libgfortran-4.8-dev libgfortran3 | |
0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. | |
Need to get 11.7 MB of archives. | |
After this operation, 66.3 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libgfortran3 amd64 4.8.4-2ubuntu1~14.04 [249 kB] | |
Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libgfortran-4.8-dev amd64 4.8.4-2ubuntu1~14.04 [269 kB] | |
Get:3 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main gfortran-4.8 amd64 4.8.4-2ubuntu1~14.04 [4,881 kB] | |
Get:4 http://mirrors.digitalocean.com/ubuntu/ trusty/main gfortran amd64 4:4.8.2-1ubuntu6 [1,252 B] | |
Get:5 http://mirrors.digitalocean.com/ubuntu/ trusty/universe libatlas3-base amd64 3.10.1-4 [2,677 kB] | |
Get:6 http://mirrors.digitalocean.com/ubuntu/ trusty/main libblas-dev amd64 1.2.20110419-7 [240 kB] | |
Get:7 http://mirrors.digitalocean.com/ubuntu/ trusty/universe libatlas-dev all 3.10.1-4 [22.7 kB] | |
Get:8 http://mirrors.digitalocean.com/ubuntu/ trusty/universe libatlas-base-dev amd64 3.10.1-4 [3,348 kB] | |
Fetched 11.7 MB in 0s (15.2 MB/s) | |
Selecting previously unselected package libgfortran3:amd64. | |
(Reading database ... 93755 files and directories currently installed.) | |
Preparing to unpack .../libgfortran3_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libgfortran3:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Selecting previously unselected package libgfortran-4.8-dev:amd64. | |
Preparing to unpack .../libgfortran-4.8-dev_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking libgfortran-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Selecting previously unselected package gfortran-4.8. | |
Preparing to unpack .../gfortran-4.8_4.8.4-2ubuntu1~14.04_amd64.deb ... | |
Unpacking gfortran-4.8 (4.8.4-2ubuntu1~14.04) ... | |
Selecting previously unselected package gfortran. | |
Preparing to unpack .../gfortran_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking gfortran (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package libatlas3-base. | |
Preparing to unpack .../libatlas3-base_3.10.1-4_amd64.deb ... | |
Unpacking libatlas3-base (3.10.1-4) ... | |
Selecting previously unselected package libblas-dev. | |
Preparing to unpack .../libblas-dev_1.2.20110419-7_amd64.deb ... | |
Unpacking libblas-dev (1.2.20110419-7) ... | |
Selecting previously unselected package libatlas-dev. | |
Preparing to unpack .../libatlas-dev_3.10.1-4_all.deb ... | |
Unpacking libatlas-dev (3.10.1-4) ... | |
Selecting previously unselected package libatlas-base-dev. | |
Preparing to unpack .../libatlas-base-dev_3.10.1-4_amd64.deb ... | |
Unpacking libatlas-base-dev (3.10.1-4) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up libgfortran3:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up libgfortran-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ... | |
Setting up gfortran-4.8 (4.8.4-2ubuntu1~14.04) ... | |
Setting up gfortran (4:4.8.2-1ubuntu6) ... | |
update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode | |
Setting up libatlas3-base (3.10.1-4) ... | |
update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode | |
update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode | |
Setting up libblas-dev (1.2.20110419-7) ... | |
update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode | |
Setting up libatlas-dev (3.10.1-4) ... | |
Setting up libatlas-base-dev (3.10.1-4) ... | |
update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode | |
update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode | |
Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
(airbnb)matt@airbnboston:~/airbnb$ pip install -r requirements.txt | |
Requirement already satisfied (use --upgrade to upgrade): Babel==1.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): Jinja2==2.7.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): MarkupSafe==0.23 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 3)) | |
Requirement already satisfied (use --upgrade to upgrade): Pygments==2.0.2 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 4)) | |
Requirement already satisfied (use --upgrade to upgrade): Sphinx==1.3.1 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 5)) | |
Requirement already satisfied (use --upgrade to upgrade): alabaster==0.7.4 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 6)) | |
Requirement already satisfied (use --upgrade to upgrade): colorama==0.3.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 7)) | |
Requirement already satisfied (use --upgrade to upgrade): docutils==0.12 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 8)) | |
Requirement already satisfied (use --upgrade to upgrade): ipython==3.1.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 9)) | |
Requirement already satisfied (use --upgrade to upgrade): jsonschema==2.5.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 10)) | |
Requirement already satisfied (use --upgrade to upgrade): lxml==3.4.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 11)) | |
Requirement already satisfied (use --upgrade to upgrade): matplotlib==1.4.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 12)) | |
Requirement already satisfied (use --upgrade to upgrade): mistune==0.5.1 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 13)) | |
Requirement already satisfied (use --upgrade to upgrade): nose==1.3.7 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 14)) | |
Requirement already satisfied (use --upgrade to upgrade): numpy==1.9.2 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 15)) | |
Requirement already satisfied (use --upgrade to upgrade): numpydoc==0.5 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 16)) | |
Requirement already satisfied (use --upgrade to upgrade): pandas==0.16.1 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 17)) | |
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.3 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 18)) | |
Requirement already satisfied (use --upgrade to upgrade): pyreadline==2.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 19)) | |
Requirement already satisfied (use --upgrade to upgrade): python-dateutil==2.4.2 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 20)) | |
Requirement already satisfied (use --upgrade to upgrade): pytz==2015.4 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 21)) | |
Requirement already satisfied (use --upgrade to upgrade): pyzmq==14.6.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 22)) | |
Requirement already satisfied (use --upgrade to upgrade): requests==2.7.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 23)) | |
Collecting seaborn==0.5.1 (from -r requirements.txt (line 25)) | |
Requirement already satisfied (use --upgrade to upgrade): six==1.9.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 26)) | |
Requirement already satisfied (use --upgrade to upgrade): snowballstemmer==1.2.0 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 27)) | |
Requirement already satisfied (use --upgrade to upgrade): sphinx-rtd-theme==0.1.8 in /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages (from -r requirements.txt (line 28)) | |
Collecting sqlanydb==1.0.5 (from -r requirements.txt (line 29)) | |
Using cached sqlanydb-1.0.5-py2.py3-none-any.whl | |
Collecting tabulate==0.7.5 (from -r requirements.txt (line 30)) | |
Collecting tornado==4.2 (from -r requirements.txt (line 31)) | |
Collecting scipy (from seaborn==0.5.1->-r requirements.txt (line 25)) | |
Using cached scipy-0.15.1.tar.gz | |
Building wheels for collected packages: scipy | |
Running setup.py bdist_wheel for scipy | |
^@^@^@^@^@^@ Complete output from command /home/matt/.virtualenvs/airbnb/bin/python3 -c "import setuptools;__file__='/tmp/pip-build-ie_2astu/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpjg2hvnegpip-wheel-: | |
lapack_opt_info: | |
openblas_lapack_info: | |
libraries openblas not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
lapack_mkl_info: | |
mkl_info: | |
libraries mkl,vml,guide not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
NOT AVAILABLE | |
atlas_3_10_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries tatlas,tatlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries tatlas,tatlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries tatlas,tatlas not found in /usr/lib/atlas-base | |
libraries tatlas,tatlas not found in /usr/lib | |
libraries tatlas,tatlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'> | |
NOT AVAILABLE | |
atlas_3_10_info: | |
libraries satlas,satlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries satlas,satlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries satlas,satlas not found in /usr/lib/atlas-base | |
libraries satlas,satlas not found in /usr/lib | |
libraries satlas,satlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
<class 'numpy.distutils.system_info.atlas_3_10_info'> | |
NOT AVAILABLE | |
atlas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib/atlas-base | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
<class 'numpy.distutils.system_info.atlas_threads_info'> | |
NOT AVAILABLE | |
atlas_info: | |
libraries f77blas,cblas,atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries lapack_atlas not found in /home/matt/.virtualenvs/airbnb/lib | |
libraries f77blas,cblas,atlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
<class 'numpy.distutils.system_info.atlas_info'> | |
customize Gnu95FCompiler | |
Found executable /usr/bin/gfortran | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using config | |
compiling '_configtest.c': | |
/* This file is generated from numpy/distutils/system_info.py */ | |
void ATL_buildinfo(void); | |
int main(void) { | |
ATL_buildinfo(); | |
return 0; | |
} | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
x86_64-linux-gnu-gcc -pthread _configtest.o -L/usr/lib/atlas-base -lf77blas -lcblas -latlas -o _configtest | |
ATLAS version 3.10.1 built by buildd on Mon Feb 3 23:10:50 UTC 2014: | |
UNAME : Linux toyol 3.2.0-54-generic #82-Ubuntu SMP Tue Sep 10 20:08:42 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
INSTFLG : -1 0 -a 1 -l 1 | |
ARCHDEFS : -DATL_OS_Linux -DATL_ARCH_x86SSE2 -DATL_CPUMHZ=1596 -DATL_SSE2 -DATL_SSE1 -DATL_USE64BITS -DATL_GAS_x8664 | |
F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle | |
CACHEEDGE: 1048576 | |
F77 : /usr/bin/x86_64-linux-gnu-gfortran, version GNU Fortran (Ubuntu/Linaro 4.8.2-14ubuntu4) 4.8.2 | |
F77FLAGS : -fomit-frame-pointer -mfpmath=sse -O2 -msse2 -fPIC -m64 | |
SMC : /usr/bin/c99-gcc, version gcc (Ubuntu/Linaro 4.8.2-14ubuntu4) 4.8.2 | |
SMCFLAGS : -fomit-frame-pointer -mfpmath=sse -O2 -msse2 -fPIC -m64 | |
SKC : /usr/bin/c99-gcc, version gcc (Ubuntu/Linaro 4.8.2-14ubuntu4) 4.8.2 | |
SKCFLAGS : -fomit-frame-pointer -mfpmath=sse -O2 -msse2 -fPIC -m64 | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
FOUND: | |
library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base'] | |
language = f77 | |
define_macros = [('ATLAS_INFO', '"\\"3.10.1\\""')] | |
libraries = ['lapack', 'f77blas', 'cblas', 'atlas'] | |
include_dirs = ['/usr/include/atlas'] | |
FOUND: | |
language = f77 | |
define_macros = [('ATLAS_INFO', '"\\"3.10.1\\""')] | |
libraries = ['lapack', 'f77blas', 'cblas', 'atlas'] | |
library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base'] | |
include_dirs = ['/usr/include/atlas'] | |
ATLAS version: 3.10.1 | |
ATLAS version: 3.10.1 | |
ATLAS version: 3.10.1 | |
Splitting linalg.interpolative Fortran source files | |
blas_opt_info: | |
blas_mkl_info: | |
libraries mkl,vml,guide not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
openblas_info: | |
libraries openblas not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_3_10_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries tatlas not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_3_10_blas_info: | |
libraries satlas not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in ['/home/matt/.virtualenvs/airbnb/lib', '/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_blas_info: | |
FOUND: | |
library_dirs = ['/usr/lib/atlas-base'] | |
language = c | |
define_macros = [('ATLAS_INFO', '"\\"3.10.1\\""')] | |
libraries = ['f77blas', 'cblas', 'atlas'] | |
include_dirs = ['/usr/include/atlas'] | |
FOUND: | |
language = c | |
define_macros = [('ATLAS_INFO', '"\\"3.10.1\\""')] | |
libraries = ['f77blas', 'cblas', 'atlas'] | |
library_dirs = ['/usr/lib/atlas-base'] | |
include_dirs = ['/usr/include/atlas'] | |
non-existing path in 'scipy/sparse': 'sparsetools/sparsetools_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/bsr_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/csc_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/csr_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/other_impl.h' | |
non-existing path in 'scipy/spatial': '/home/matt/.virtualenvs/airbnb/include/python3.4m' | |
non-existing path in 'scipy/special': '/home/matt/.virtualenvs/airbnb/include/python3.4m' | |
non-existing path in 'scipy/special': '/home/matt/.virtualenvs/airbnb/include/python3.4m' | |
non-existing path in 'scipy/special': '/home/matt/.virtualenvs/airbnb/include/python3.4m' | |
running bdist_wheel | |
running build | |
running config_cc | |
unifing config_cc, config, build_clib, build_ext, build commands --compiler options | |
running config_fc | |
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options | |
running build_src | |
build_src | |
building py_modules sources | |
creating build | |
creating build/src.linux-x86_64-3.4 | |
creating build/src.linux-x86_64-3.4/scipy | |
building library "dfftpack" sources | |
building library "fftpack" sources | |
building library "mach" sources | |
building library "quadpack" sources | |
building library "odepack" sources | |
building library "dop" sources | |
building library "fitpack" sources | |
building library "odrpack" sources | |
building library "minpack" sources | |
building library "rootfind" sources | |
building library "superlu_src" sources | |
building library "arpack_scipy" sources | |
building library "sc_c_misc" sources | |
building library "sc_cephes" sources | |
building library "sc_mach" sources | |
building library "sc_amos" sources | |
building library "sc_cdf" sources | |
building library "sc_specfun" sources | |
building library "statlib" sources | |
building extension "scipy.cluster._vq" sources | |
building extension "scipy.cluster._hierarchy" sources | |
building extension "scipy.fftpack._fftpack" sources | |
creating build/src.linux-x86_64-3.4/scipy/fftpack | |
creating build/src.linux-x86_64-3.4/scipy/fftpack/src | |
conv_template:> build/src.linux-x86_64-3.4/scipy/fftpack/src/dct.c | |
conv_template:> build/src.linux-x86_64-3.4/scipy/fftpack/src/dst.c | |
f2py options: [] | |
f2py: scipy/fftpack/fftpack.pyf | |
Reading fortran codes... | |
Reading file 'scipy/fftpack/fftpack.pyf' (format:free) | |
Line #86 in 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 | |
Block: ddst1 | |
Block: ddst2 | |
Block: ddst3 | |
Block: dst1 | |
Block: dst2 | |
Block: dst3 | |
Block: destroy_ddst2_cache | |
Block: destroy_ddst1_cache | |
Block: destroy_dst2_cache | |
Block: destroy_dst1_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() | |
Constructing wrapper function "ddst1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddst1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddst2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddst2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddst3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddst3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dst1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dst1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dst2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dst2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dst3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dst3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_ddst2_cache"... | |
destroy_ddst2_cache() | |
Constructing wrapper function "destroy_ddst1_cache"... | |
destroy_ddst1_cache() | |
Constructing wrapper function "destroy_dst2_cache"... | |
destroy_dst2_cache() | |
Constructing wrapper function "destroy_dst1_cache"... | |
destroy_dst1_cache() | |
Wrote C/API module "_fftpack" to file "build/src.linux-x86_64-3.4/scipy/fftpack/_fftpackmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
copying /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.4 | |
copying /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.4 | |
building extension "scipy.fftpack.convolve" sources | |
f2py options: [] | |
f2py: scipy/fftpack/convolve.pyf | |
Reading fortran codes... | |
Reading file 'scipy/fftpack/convolve.pyf' (format:free) | |
Post-processing... | |
Block: convolve__user__routines | |
Block: kernel_func | |
Block: convolve | |
Block: init_convolution_kernel | |
In: 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.linux-x86_64-3.4/scipy/fftpack/convolvemodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.integrate._quadpack" sources | |
building extension "scipy.integrate._odepack" sources | |
building extension "scipy.integrate.vode" sources | |
creating build/src.linux-x86_64-3.4/scipy/integrate | |
f2py options: [] | |
f2py: scipy/integrate/vode.pyf | |
Reading fortran codes... | |
Reading file '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: scipy/integrate/vode.pyf:vode:unknown_interface:dvode | |
get_useparameters: no module dvode__user__routines info used by dvode | |
Block: zvode | |
In: 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.linux-x86_64-3.4/scipy/integrate/vodemodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.integrate.lsoda" sources | |
f2py options: [] | |
f2py: scipy/integrate/lsoda.pyf | |
Reading fortran codes... | |
Reading file 'scipy/integrate/lsoda.pyf' (format:free) | |
Post-processing... | |
Block: lsoda__user__routines | |
Block: lsoda_user_interface | |
Block: f | |
Block: jac | |
Block: lsoda | |
Block: lsoda | |
In: scipy/integrate/lsoda.pyf:lsoda:unknown_interface:lsoda | |
get_useparameters: no module lsoda__user__routines info used by lsoda | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_lsoda__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_lsoda__user__routines" | |
def jac(t,y): return jac | |
Building module "lsoda"... | |
Constructing wrapper function "lsoda"... | |
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 = lsoda(f,y,t,tout,rtol,atol,itask,istate,rwork,iwork,jac,jt,[f_extra_args,overwrite_y,jac_extra_args]) | |
Wrote C/API module "lsoda" to file "build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.integrate._dop" sources | |
f2py options: [] | |
f2py: scipy/integrate/dop.pyf | |
Reading fortran codes... | |
Reading file 'scipy/integrate/dop.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: fcn | |
Block: solout | |
Block: _dop | |
Block: dopri5 | |
In: scipy/integrate/dop.pyf:_dop:unknown_interface:dopri5 | |
get_useparameters: no module __user__routines info used by dopri5 | |
Block: dop853 | |
In: 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,iout,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,iout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Wrote C/API module "_dop" to file "build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.integrate._test_multivariate" sources | |
building extension "scipy.interpolate.interpnd" sources | |
building extension "scipy.interpolate._ppoly" sources | |
building extension "scipy.interpolate._fitpack" sources | |
building extension "scipy.interpolate.dfitpack" sources | |
creating build/src.linux-x86_64-3.4/scipy/interpolate | |
creating build/src.linux-x86_64-3.4/scipy/interpolate/src | |
f2py options: [] | |
f2py: scipy/interpolate/src/fitpack.pyf | |
Reading fortran codes... | |
Reading file 'scipy/interpolate/src/fitpack.pyf' (format:free) | |
Post-processing... | |
Block: dfitpack | |
Block: fpchec | |
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: parder | |
Block: bispeu | |
Block: pardeu | |
Block: surfit_smth | |
Block: surfit_lsq | |
Block: spherfit_smth | |
Block: spherfit_lsq | |
Block: regrid_smth | |
Block: regrid_smth_spher | |
Block: dblint | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "dfitpack"... | |
Constructing wrapper function "fpchec"... | |
ier = fpchec(x,t,k) | |
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 "parder"... | |
z,ier = parder(tx,ty,c,kx,ky,nux,nuy,x,y) | |
Constructing wrapper function "bispeu"... | |
z,ier = bispeu(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "pardeu"... | |
z,ier = pardeu(tx,ty,c,kx,ky,nux,nuy,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 "spherfit_smth"... | |
nt,tt,np,tp,c,fp,ier = spherfit_smth(teta,phi,r,[w,s,eps]) | |
Constructing wrapper function "spherfit_lsq"... | |
tt,tp,c,fp,ier = spherfit_lsq(teta,phi,r,tt,tp,[w,eps,overwrite_tt,overwrite_tp]) | |
Constructing wrapper function "regrid_smth"... | |
nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s]) | |
Constructing wrapper function "regrid_smth_spher"... | |
nu,tu,nv,tv,c,fp,ier = regrid_smth_spher(iopt,ider,u,v,r,[r0,r1,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.linux-x86_64-3.4/scipy/interpolate/src/dfitpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpack-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
adding 'build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources. | |
building extension "scipy.interpolate._interpolate" sources | |
building extension "scipy.io.matlab.streams" sources | |
building extension "scipy.io.matlab.mio_utils" sources | |
building extension "scipy.io.matlab.mio5_utils" sources | |
building extension "scipy.lib.blas.fblas" sources | |
creating build/src.linux-x86_64-3.4/scipy/lib | |
creating build/src.linux-x86_64-3.4/scipy/lib/blas | |
from_template:> build/src.linux-x86_64-3.4/scipy/lib/blas/fblas.pyf | |
Including file scipy/lib/blas/fblas_l1.pyf.src | |
Including file scipy/lib/blas/fblas_l2.pyf.src | |
Including file scipy/lib/blas/fblas_l3.pyf.src | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
creating build/src.linux-x86_64-3.4/build | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4 | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/lib/blas/fblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/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: scnrm2 | |
Block: dnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: scasum | |
Block: dasum | |
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"("wsdot")... | |
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]) | |
Creating wrapper for Fortran function "cdotu"("wcdotu")... | |
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]) | |
Creating wrapper for Fortran function "zdotu"("wzdotu")... | |
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]) | |
Creating wrapper for Fortran function "cdotc"("wcdotc")... | |
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]) | |
Creating wrapper for Fortran function "zdotc"("wzdotc")... | |
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"("wsnrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("wscnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(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 "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"("wsasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("wscasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(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 "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.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblas-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
adding 'build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblas-f2pywrappers.f' to sources. | |
building extension "scipy.lib.blas.cblas" sources | |
adding 'scipy/lib/blas/cblas.pyf.src' to sources. | |
from_template:> build/src.linux-x86_64-3.4/scipy/lib/blas/cblas.pyf | |
Including file scipy/lib/blas/cblas_l1.pyf.src | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/lib/blas/cblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/scipy/lib/blas/cblas.pyf' (format:free) | |
Line #33 in build/src.linux-x86_64-3.4/scipy/lib/blas/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Line #57 in build/src.linux-x86_64-3.4/scipy/lib/blas/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Line #81 in build/src.linux-x86_64-3.4/scipy/lib/blas/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Line #105 in build/src.linux-x86_64-3.4/scipy/lib/blas/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Post-processing... | |
Block: cblas | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "cblas"... | |
Constructing wrapper function "saxpy"... | |
z = saxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Constructing wrapper function "daxpy"... | |
z = daxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Constructing wrapper function "caxpy"... | |
z = caxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Constructing wrapper function "zaxpy"... | |
z = zaxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Wrote C/API module "cblas" to file "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/cblasmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.lib.lapack.flapack" sources | |
creating build/src.linux-x86_64-3.4/scipy/lib/lapack | |
from_template:> build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf | |
Including file scipy/lib/lapack/flapack_user.pyf.src | |
Including file scipy/lib/lapack/flapack_le.pyf.src | |
Including file scipy/lib/lapack/flapack_lls.pyf.src | |
Including file scipy/lib/lapack/flapack_esv.pyf.src | |
Including file scipy/lib/lapack/flapack_gesv.pyf.src | |
Including file scipy/lib/lapack/flapack_lec.pyf.src | |
Including file scipy/lib/lapack/flapack_llsc.pyf.src | |
Including file scipy/lib/lapack/flapack_sevc.pyf.src | |
Including file scipy/lib/lapack/flapack_evc.pyf.src | |
Including file scipy/lib/lapack/flapack_svdc.pyf.src | |
Including file scipy/lib/lapack/flapack_gsevc.pyf.src | |
Including file scipy/lib/lapack/flapack_gevc.pyf.src | |
Including file scipy/lib/lapack/flapack_aux.pyf.src | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf' (format:free) | |
Line #1590 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" 3*n-1" | |
crackline:3: No pattern for line | |
Line #1612 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" 3*n-1" | |
crackline:3: No pattern for line | |
Line #1634 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" 2*n-1" | |
crackline:3: No pattern for line | |
Line #1656 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" 2*n-1" | |
crackline:3: No pattern for line | |
Line #1679 in build/src.linux-x86_64-3.4/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.linux-x86_64-3.4/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.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" (compute_v?2*n+n*n:n+1)" | |
crackline:3: No pattern for line | |
Line #1754 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" (compute_v?2*n+n*n:n+1)" | |
crackline:3: No pattern for line | |
Line #2647 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2668 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2689 in build/src.linux-x86_64-3.4/scipy/lib/lapack/flapack.pyf:" n" | |
crackline:3: No pattern for line | |
Line #2710 in build/src.linux-x86_64-3.4/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.linux-x86_64-3.4/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.linux-x86_64-3.4/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.linux-x86_64-3.4/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.linux-x86_64-3.4/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.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.lib.lapack.clapack" sources | |
adding 'scipy/lib/lapack/clapack.pyf.src' to sources. | |
from_template:> build/src.linux-x86_64-3.4/scipy/lib/lapack/clapack.pyf | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/lib/lapack/clapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/scipy/lib/lapack/clapack.pyf' (format:free) | |
Post-processing... | |
Block: clapack | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
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 | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "clapack"... | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,rowmajor,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,rowmajor,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,rowmajor,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,rowmajor,overwrite_a]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,rowmajor,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,rowmajor,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,rowmajor,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,rowmajor,overwrite_b]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Wrote C/API module "clapack" to file "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.lib.lapack.calc_lwork" sources | |
f2py options: [] | |
f2py:> build/src.linux-x86_64-3.4/scipy/lib/lapack/calc_lworkmodule.c | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/lib/lapack/calc_lworkmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.linalg._fblas" sources | |
creating build/src.linux-x86_64-3.4/scipy/linalg | |
from_template:> build/src.linux-x86_64-3.4/scipy/linalg/fblas.pyf | |
Including file scipy/linalg/fblas_l1.pyf.src | |
Including file scipy/linalg/fblas_l2.pyf.src | |
Including file scipy/linalg/fblas_l3.pyf.src | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
Mismatch in number of replacements (base <prefix6=s,d,c,z,c,z>) for <prefix=s,d,c,z>. Ignoring. | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/linalg/fblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/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: scnrm2 | |
Block: dnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: scasum | |
Block: dasum | |
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: ssyr | |
Block: dsyr | |
Block: csyr | |
Block: zsyr | |
Block: cher | |
Block: zher | |
Block: ssyr2 | |
Block: dsyr2 | |
Block: cher2 | |
Block: zher2 | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Block: ssymm | |
Block: dsymm | |
Block: csymm | |
Block: zsymm | |
Block: chemm | |
Block: zhemm | |
Block: ssyrk | |
Block: dsyrk | |
Block: csyrk | |
Block: zsyrk | |
Block: cherk | |
Block: zherk | |
Block: ssyr2k | |
Block: dsyr2k | |
Block: csyr2k | |
Block: zsyr2k | |
Block: cher2k | |
Block: zher2k | |
Block: strmm | |
Block: dtrmm | |
Block: ctrmm | |
Block: ztrmm | |
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"("wsdot")... | |
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]) | |
Creating wrapper for Fortran function "cdotu"("wcdotu")... | |
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]) | |
Creating wrapper for Fortran function "zdotu"("wzdotu")... | |
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]) | |
Creating wrapper for Fortran function "cdotc"("wcdotc")... | |
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]) | |
Creating wrapper for Fortran function "zdotc"("wzdotc")... | |
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"("wsnrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("wscnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(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 "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"("wsasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("wscasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(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 "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 "ssyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = ssyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "dsyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "csyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = csyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "zsyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "cher"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = cher(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "zher"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zher(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "ssyr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = ssyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "dsyr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dsyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "cher2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = cher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "zher2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,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]) | |
Constructing wrapper function "ssymm"... | |
c = ssymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "dsymm"... | |
c = dsymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "csymm"... | |
c = csymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "zsymm"... | |
c = zsymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "chemm"... | |
c = chemm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "zhemm"... | |
c = zhemm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "ssyrk"... | |
c = ssyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "dsyrk"... | |
c = dsyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "csyrk"... | |
c = csyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zsyrk"... | |
c = zsyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "cherk"... | |
c = cherk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zherk"... | |
c = zherk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "ssyr2k"... | |
c = ssyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "dsyr2k"... | |
c = dsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "csyr2k"... | |
c = csyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zsyr2k"... | |
c = zsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "cher2k"... | |
c = cher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zher2k"... | |
c = zher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "strmm"... | |
b = strmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "dtrmm"... | |
b = dtrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ctrmm"... | |
b = ctrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ztrmm"... | |
b = ztrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Wrote C/API module "_fblas" to file "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblas-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
adding 'build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblas-f2pywrappers.f' to sources. | |
building extension "scipy.linalg._flapack" sources | |
from_template:> build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf | |
Including file scipy/linalg/flapack_user.pyf.src | |
Mismatch in number of replacements (base <prefix2=s,d>) for <__l1=S/D>. Ignoring. | |
Mismatch in number of replacements (base <prefix2c=c,z>) for <__l1=C/Z>. Ignoring. | |
Mismatch in number of replacements (base <prefix2=s,d>) for <__l1=S/D>. Ignoring. | |
Mismatch in number of replacements (base <prefix2=s,d>) for <__l1=S/D>. Ignoring. | |
Mismatch in number of replacements (base <prefix2c=c,z>) for <__l1=C/Z>. Ignoring. | |
Mismatch in number of replacements (base <prefix2c=c,z>) for <__l1=C/Z>. Ignoring. | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf' (format:free) | |
Line #4690 in build/src.linux-x86_64-3.4/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 #4770 in build/src.linux-x86_64-3.4/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 #4979 in build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,float*,int*,int*,float*,int*,int*" | |
crackline:3: No pattern for line | |
Line #5012 in build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,double*,int*,int*,double*,int*,int*" | |
crackline:3: No pattern for line | |
Line #5045 in build/src.linux-x86_64-3.4/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 #5078 in build/src.linux-x86_64-3.4/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: _flapack | |
Block: gees__user__routines | |
Block: sselect | |
Block: dselect | |
Block: cselect | |
Block: zselect | |
Block: gges__user__routines | |
Block: cselect | |
Block: zselect | |
Block: sselect | |
Block: dselect | |
Block: sgges | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgges | |
get_useparameters: no module gges__user__routines info used by sgges | |
Block: dgges | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgges | |
get_useparameters: no module gges__user__routines info used by dgges | |
Block: cgges | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgges | |
get_useparameters: no module gges__user__routines info used by cgges | |
Block: zgges | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgges | |
get_useparameters: no module gges__user__routines info used by zgges | |
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: sgehrd_lwork | |
Block: dgehrd_lwork | |
Block: cgehrd_lwork | |
Block: zgehrd_lwork | |
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: sgetri_lwork | |
Block: dgetri_lwork | |
Block: cgetri_lwork | |
Block: zgetri_lwork | |
Block: sgesdd | |
Block: dgesdd | |
Block: sgesdd_lwork | |
Block: dgesdd_lwork | |
Block: cgesdd | |
Block: zgesdd | |
Block: cgesdd_lwork | |
Block: zgesdd_lwork | |
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: sormqr | |
Block: dormqr | |
Block: cunmqr | |
Block: zunmqr | |
Block: sorgrq | |
Block: dorgrq | |
Block: cungrq | |
Block: zungrq | |
Block: sgeev | |
Block: dgeev | |
Block: sgeev_lwork | |
Block: dgeev_lwork | |
Block: cgeev | |
Block: zgeev | |
Block: cgeev_lwork | |
Block: zgeev_lwork | |
Block: sgegv | |
Block: dgegv | |
Block: cgegv | |
Block: zgegv | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: ssyevd | |
Block: dsyevd | |
Block: cheevd | |
Block: zheevd | |
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: strsyl | |
Block: dtrsyl | |
Block: ctrsyl | |
Block: ztrsyl | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Block: cgees | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgees | |
get_useparameters: no module gees__user__routines info used by cgees | |
Block: zgees | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgees | |
get_useparameters: no module gees__user__routines info used by zgees | |
Block: sgees | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgees | |
get_useparameters: no module gees__user__routines info used by sgees | |
Block: dgees | |
In: build/src.linux-x86_64-3.4/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgees | |
get_useparameters: no module gees__user__routines info used by dgees | |
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: dlamch | |
Block: slamch | |
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 | |
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 | |
Constructing call-back function "cb_cselect_in_gges__user__routines" | |
def cselect(alpha,beta): return cselect | |
Constructing call-back function "cb_zselect_in_gges__user__routines" | |
def zselect(alpha,beta): return zselect | |
Constructing call-back function "cb_sselect_in_gges__user__routines" | |
def sselect(alphar,alphai,beta): return sselect | |
Constructing call-back function "cb_dselect_in_gges__user__routines" | |
def dselect(alphar,alphai,beta): return dselect | |
Building module "_flapack"... | |
Constructing wrapper function "sgges"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = sgges(sselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,sselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgges"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = dgges(dselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,dselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgges"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a,b,sdim,alpha,beta,vsl,vsr,work,info = cgges(cselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,cselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgges"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a,b,sdim,alpha,beta,vsl,vsr,work,info = zgges(zselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,zselect_extra_args,overwrite_a,overwrite_b]) | |
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 "sgehrd_lwork"... | |
work,info = sgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "dgehrd_lwork"... | |
work,info = dgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "cgehrd_lwork"... | |
work,info = cgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "zgehrd_lwork"... | |
work,info = zgehrd_lwork(n,[lo,hi]) | |
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 "sgetri_lwork"... | |
work,info = sgetri_lwork(n) | |
Constructing wrapper function "dgetri_lwork"... | |
work,info = dgetri_lwork(n) | |
Constructing wrapper function "cgetri_lwork"... | |
work,info = cgetri_lwork(n) | |
Constructing wrapper function "zgetri_lwork"... | |
work,info = zgetri_lwork(n) | |
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 "sgesdd_lwork"... | |
work,info = sgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "dgesdd_lwork"... | |
work,info = dgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
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 "cgesdd_lwork"... | |
work,info = cgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "zgesdd_lwork"... | |
work,info = zgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
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 "sormqr"... | |
cq,work,info = sormqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "dormqr"... | |
cq,work,info = dormqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "cunmqr"... | |
cq,work,info = cunmqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "zunmqr"... | |
cq,work,info = zunmqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
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 "sgeev_lwork"... | |
work,info = sgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "dgeev_lwork"... | |
work,info = dgeev_lwork(n,[compute_vl,compute_vr]) | |
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 "cgeev_lwork"... | |
work,info = cgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "zgeev_lwork"... | |
work,info = zgeev_lwork(n,[compute_vl,compute_vr]) | |
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 "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 "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 "strsyl"... | |
x,scale,info = strsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "dtrsyl"... | |
x,scale,info = dtrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "ctrsyl"... | |
x,scale,info = ctrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "ztrsyl"... | |
x,scale,info = ztrsyl(a,b,c,[trana,tranb,isgn,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 "sgees"... | |
t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_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 "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]) | |
Creating wrapper for Fortran function "dlamch"("dlamch")... | |
Constructing wrapper function "dlamch"... | |
dlamch = dlamch(cmach) | |
Creating wrapper for Fortran function "slamch"("wslamch")... | |
Constructing wrapper function "slamch"... | |
slamch = slamch(cmach) | |
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]) | |
Wrote C/API module "_flapack" to file "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapack-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
adding 'build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapack-f2pywrappers.f' to sources. | |
building extension "scipy.linalg._cblas" sources | |
from_template:> build/src.linux-x86_64-3.4/scipy/linalg/cblas.pyf | |
Including file scipy/linalg/cblas_l1.pyf.src | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/linalg/cblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/scipy/linalg/cblas.pyf' (format:free) | |
Line #33 in build/src.linux-x86_64-3.4/scipy/linalg/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Line #57 in build/src.linux-x86_64-3.4/scipy/linalg/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Line #81 in build/src.linux-x86_64-3.4/scipy/linalg/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Line #105 in build/src.linux-x86_64-3.4/scipy/linalg/cblas.pyf:" intent(c)" | |
All arguments will have attribute intent(c) | |
Post-processing... | |
Block: _cblas | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_cblas"... | |
Constructing wrapper function "saxpy"... | |
z = saxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Constructing wrapper function "daxpy"... | |
z = daxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Constructing wrapper function "caxpy"... | |
z = caxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Constructing wrapper function "zaxpy"... | |
z = zaxpy(x,y,[n,a,incx,incy,overwrite_y]) | |
Wrote C/API module "_cblas" to file "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_cblasmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.linalg._clapack" sources | |
from_template:> build/src.linux-x86_64-3.4/scipy/linalg/clapack.pyf | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/linalg/clapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/scipy/linalg/clapack.pyf' (format:free) | |
Post-processing... | |
Block: _clapack | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_clapack"... | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,rowmajor,overwrite_a,overwrite_b]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,rowmajor,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,rowmajor,overwrite_c]) | |
Wrote C/API module "_clapack" to file "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_clapackmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.linalg._flinalg" sources | |
f2py options: [] | |
f2py:> build/src.linux-x86_64-3.4/scipy/linalg/_flinalgmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/linalg/src/det.f' (format:fix,strict) | |
Reading file 'scipy/linalg/src/lu.f' (format:fix,strict) | |
Post-processing... | |
Block: _flinalg | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:ddet_c | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:ddet_r | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:sdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:sdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:zdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:zdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:cdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:cdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/lu.f:dlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: dlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/lu.f:zlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: zlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/lu.f:slu_c | |
vars2fortran: No typespec for argument "info". | |
Block: slu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg: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.linux-x86_64-3.4/scipy/linalg/_flinalgmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.linalg._interpolative" sources | |
f2py options: [] | |
f2py: scipy/linalg/interpolative.pyf | |
Reading fortran codes... | |
Reading file 'scipy/linalg/interpolative.pyf' (format:free) | |
Post-processing... | |
Block: _interpolative | |
Block: id_srand | |
Block: idd_frm | |
Block: idd_sfrm | |
Block: idd_frmi | |
Block: idd_sfrmi | |
Block: iddp_id | |
Block: iddr_id | |
Block: idd_reconid | |
Block: idd_reconint | |
Block: idd_copycols | |
Block: idd_id2svd | |
Block: idd_snorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_snorm | |
get_useparameters: no module idd__user__routines info used by idd_snorm | |
Block: idd_diffsnorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_diffsnorm | |
get_useparameters: no module idd__user__routines info used by idd_diffsnorm | |
Block: iddr_svd | |
Block: iddp_svd | |
Block: iddp_aid | |
Block: idd_estrank | |
Block: iddp_asvd | |
Block: iddp_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rid | |
get_useparameters: no module idd__user__routines info used by iddp_rid | |
Block: idd_findrank | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_findrank | |
get_useparameters: no module idd__user__routines info used by idd_findrank | |
Block: iddp_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rsvd | |
get_useparameters: no module idd__user__routines info used by iddp_rsvd | |
Block: iddr_aid | |
Block: iddr_aidi | |
Block: iddr_asvd | |
Block: iddr_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rid | |
get_useparameters: no module idd__user__routines info used by iddr_rid | |
Block: iddr_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rsvd | |
get_useparameters: no module idd__user__routines info used by iddr_rsvd | |
Block: idz_frm | |
Block: idz_sfrm | |
Block: idz_frmi | |
Block: idz_sfrmi | |
Block: idzp_id | |
Block: idzr_id | |
Block: idz_reconid | |
Block: idz_reconint | |
Block: idz_copycols | |
Block: idz_id2svd | |
Block: idz_snorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_snorm | |
get_useparameters: no module idz__user__routines info used by idz_snorm | |
Block: idz_diffsnorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_diffsnorm | |
get_useparameters: no module idz__user__routines info used by idz_diffsnorm | |
Block: idzr_svd | |
Block: idzp_svd | |
Block: idzp_aid | |
Block: idz_estrank | |
Block: idzp_asvd | |
Block: idzp_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rid | |
get_useparameters: no module idz__user__routines info used by idzp_rid | |
Block: idz_findrank | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_findrank | |
get_useparameters: no module idz__user__routines info used by idz_findrank | |
Block: idzp_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rsvd | |
get_useparameters: no module idz__user__routines info used by idzp_rsvd | |
Block: idzr_aid | |
Block: idzr_aidi | |
Block: idzr_asvd | |
Block: idzr_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rid | |
get_useparameters: no module idz__user__routines info used by idzr_rid | |
Block: idzr_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rsvd | |
get_useparameters: no module idz__user__routines info used by idzr_rsvd | |
Block: idd__user__routines | |
Block: idd_user_interface | |
Block: matvect | |
Block: matvec | |
Block: matvect2 | |
Block: matvec2 | |
Block: idz__user__routines | |
Block: idz_user_interface | |
Block: matveca | |
Block: matvec | |
Block: matveca2 | |
Block: matvec2 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_matvect_in_idd__user__routines" | |
def matvect(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec_in_idd__user__routines" | |
def matvec(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvect2_in_idd__user__routines" | |
def matvect2(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec2_in_idd__user__routines" | |
def matvec2(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matveca_in_idz__user__routines" | |
def matveca(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec_in_idz__user__routines" | |
def matvec(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matveca2_in_idz__user__routines" | |
def matveca2(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec2_in_idz__user__routines" | |
def matvec2(x,[n,m,p1,p2,p3,p4]): return y | |
Building module "_interpolative"... | |
Constructing wrapper function "id_srand"... | |
r = id_srand(n) | |
Constructing wrapper function "id_srandi"... | |
id_srandi(t) | |
Constructing wrapper function "id_srando"... | |
id_srando() | |
Constructing wrapper function "idd_frm"... | |
y = idd_frm(n,w,x,[m]) | |
Constructing wrapper function "idd_sfrm"... | |
y = idd_sfrm(l,n,w,x,[m]) | |
Constructing wrapper function "idd_frmi"... | |
n,w = idd_frmi(m) | |
Constructing wrapper function "idd_sfrmi"... | |
n,w = idd_sfrmi(l,m) | |
Constructing wrapper function "iddp_id"... | |
krank,list,rnorms = iddp_id(eps,a,[m,n]) | |
Constructing wrapper function "iddr_id"... | |
list,rnorms = iddr_id(a,krank,[m,n]) | |
Constructing wrapper function "idd_reconid"... | |
approx = idd_reconid(col,list,proj,[m,krank,n]) | |
Constructing wrapper function "idd_reconint"... | |
p = idd_reconint(list,proj,[n,krank]) | |
Constructing wrapper function "idd_copycols"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
col = idd_copycols(a,krank,list,[m,n]) | |
Constructing wrapper function "idd_id2svd"... | |
u,v,s,ier = idd_id2svd(b,list,proj,[m,krank,n,w]) | |
Constructing wrapper function "idd_snorm"... | |
snorm,v = idd_snorm(m,n,matvect,matvec,its,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,u,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idd_diffsnorm"... | |
snorm = idd_diffsnorm(m,n,matvect,matvect2,matvec,matvec2,its,[p1t,p2t,p3t,p4t,p1t2,p2t2,p3t2,p4t2,p1,p2,p3,p4,p12,p22,p32,p42,w,matvect_extra_args,matvect2_extra_args,matvec_extra_args,matvec2_extra_args]) | |
Constructing wrapper function "iddr_svd"... | |
u,v,s,ier = iddr_svd(a,krank,[m,n,r]) | |
Constructing wrapper function "iddp_svd"... | |
krank,iu,iv,is,w,ier = iddp_svd(eps,a,[m,n]) | |
Constructing wrapper function "iddp_aid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj = iddp_aid(eps,a,work,proj,[m,n]) | |
Constructing wrapper function "idd_estrank"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,ra = idd_estrank(eps,a,w,ra,[m,n]) | |
Constructing wrapper function "iddp_asvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,iu,iv,is,w,ier = iddp_asvd(eps,a,winit,w,[m,n]) | |
Constructing wrapper function "iddp_rid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj,ier = iddp_rid(eps,m,n,matvect,proj,[p1,p2,p3,p4,matvect_extra_args]) | |
Constructing wrapper function "idd_findrank"... | |
krank,ra,ier = idd_findrank(eps,m,n,matvect,[p1,p2,p3,p4,w,matvect_extra_args]) | |
Constructing wrapper function "iddp_rsvd"... | |
krank,iu,iv,is,w,ier = iddp_rsvd(eps,m,n,matvect,matvec,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "iddr_aid"... | |
list,proj = iddr_aid(a,krank,w,[m,n]) | |
Constructing wrapper function "iddr_aidi"... | |
w = iddr_aidi(m,n,krank) | |
Constructing wrapper function "iddr_asvd"... | |
u,v,s,ier = iddr_asvd(a,krank,w,[m,n]) | |
Constructing wrapper function "iddr_rid"... | |
list,proj = iddr_rid(m,n,matvect,krank,[p1,p2,p3,p4,matvect_extra_args]) | |
Constructing wrapper function "iddr_rsvd"... | |
u,v,s,ier = iddr_rsvd(m,n,matvect,matvec,krank,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,w,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idz_frm"... | |
y = idz_frm(n,w,x,[m]) | |
Constructing wrapper function "idz_sfrm"... | |
y = idz_sfrm(l,n,w,x,[m]) | |
Constructing wrapper function "idz_frmi"... | |
n,w = idz_frmi(m) | |
Constructing wrapper function "idz_sfrmi"... | |
n,w = idz_sfrmi(l,m) | |
Constructing wrapper function "idzp_id"... | |
krank,list,rnorms = idzp_id(eps,a,[m,n]) | |
Constructing wrapper function "idzr_id"... | |
list,rnorms = idzr_id(a,krank,[m,n]) | |
Constructing wrapper function "idz_reconid"... | |
approx = idz_reconid(col,list,proj,[m,krank,n]) | |
Constructing wrapper function "idz_reconint"... | |
p = idz_reconint(list,proj,[n,krank]) | |
Constructing wrapper function "idz_copycols"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
col = idz_copycols(a,krank,list,[m,n]) | |
Constructing wrapper function "idz_id2svd"... | |
u,v,s,ier = idz_id2svd(b,list,proj,[m,krank,n,w]) | |
Constructing wrapper function "idz_snorm"... | |
snorm,v = idz_snorm(m,n,matveca,matvec,its,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,u,matveca_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idz_diffsnorm"... | |
snorm = idz_diffsnorm(m,n,matveca,matveca2,matvec,matvec2,its,[p1a,p2a,p3a,p4a,p1a2,p2a2,p3a2,p4a2,p1,p2,p3,p4,p12,p22,p32,p42,w,matveca_extra_args,matveca2_extra_args,matvec_extra_args,matvec2_extra_args]) | |
Constructing wrapper function "idzr_svd"... | |
u,v,s,ier = idzr_svd(a,krank,[m,n,r]) | |
Constructing wrapper function "idzp_svd"... | |
krank,iu,iv,is,w,ier = idzp_svd(eps,a,[m,n]) | |
Constructing wrapper function "idzp_aid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj = idzp_aid(eps,a,work,proj,[m,n]) | |
Constructing wrapper function "idz_estrank"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,ra = idz_estrank(eps,a,w,ra,[m,n]) | |
Constructing wrapper function "idzp_asvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,iu,iv,is,w,ier = idzp_asvd(eps,a,winit,w,[m,n]) | |
Constructing wrapper function "idzp_rid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj,ier = idzp_rid(eps,m,n,matveca,proj,[p1,p2,p3,p4,matveca_extra_args]) | |
Constructing wrapper function "idz_findrank"... | |
krank,ra,ier = idz_findrank(eps,m,n,matveca,[p1,p2,p3,p4,w,matveca_extra_args]) | |
Constructing wrapper function "idzp_rsvd"... | |
krank,iu,iv,is,w,ier = idzp_rsvd(eps,m,n,matveca,matvec,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,matveca_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idzr_aid"... | |
list,proj = idzr_aid(a,krank,w,[m,n]) | |
Constructing wrapper function "idzr_aidi"... | |
w = idzr_aidi(m,n,krank) | |
Constructing wrapper function "idzr_asvd"... | |
u,v,s,ier = idzr_asvd(a,krank,w,[m,n]) | |
Constructing wrapper function "idzr_rid"... | |
list,proj = idzr_rid(m,n,matveca,krank,[p1,p2,p3,p4,matveca_extra_args]) | |
Constructing wrapper function "idzr_rsvd"... | |
u,v,s,ier = idzr_rsvd(m,n,matveca,matvec,krank,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,w,matveca_extra_args,matvec_extra_args]) | |
Wrote C/API module "_interpolative" to file "build/src.linux-x86_64-3.4/scipy/linalg/_interpolativemodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.linalg._calc_lwork" sources | |
f2py options: [] | |
f2py:> build/src.linux-x86_64-3.4/scipy/linalg/_calc_lworkmodule.c | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/linalg/_calc_lworkmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.odr.__odrpack" sources | |
building extension "scipy.optimize._minpack" sources | |
building extension "scipy.optimize._zeros" sources | |
building extension "scipy.optimize._lbfgsb" sources | |
creating build/src.linux-x86_64-3.4/scipy/optimize | |
creating build/src.linux-x86_64-3.4/scipy/optimize/lbfgsb | |
f2py options: [] | |
f2py: scipy/optimize/lbfgsb/lbfgsb.pyf | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/optimize/lbfgsb/_lbfgsbmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.optimize.moduleTNC" sources | |
building extension "scipy.optimize._cobyla" sources | |
creating build/src.linux-x86_64-3.4/scipy/optimize/cobyla | |
f2py options: [] | |
f2py: scipy/optimize/cobyla/cobyla.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/cobyla/cobyla.pyf' (format:free) | |
Post-processing... | |
Block: _cobyla__user__routines | |
Block: _cobyla_user_interface | |
Block: calcfc | |
Block: _cobyla | |
Block: minimize | |
In: 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,dinfo = minimize(calcfc,m,x,rhobeg,rhoend,dinfo,[iprint,maxfun,calcfc_extra_args]) | |
Wrote C/API module "_cobyla" to file "build/src.linux-x86_64-3.4/scipy/optimize/cobyla/_cobylamodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.optimize.minpack2" sources | |
creating build/src.linux-x86_64-3.4/scipy/optimize/minpack2 | |
f2py options: [] | |
f2py: scipy/optimize/minpack2/minpack2.pyf | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/optimize/minpack2/minpack2module.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.optimize._slsqp" sources | |
creating build/src.linux-x86_64-3.4/scipy/optimize/slsqp | |
f2py options: [] | |
f2py: scipy/optimize/slsqp/slsqp.pyf | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/optimize/slsqp/_slsqpmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.optimize._nnls" sources | |
creating build/src.linux-x86_64-3.4/scipy/optimize/nnls | |
f2py options: [] | |
f2py: scipy/optimize/nnls/nnls.pyf | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/optimize/nnls/_nnlsmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.signal.sigtools" sources | |
creating build/src.linux-x86_64-3.4/scipy/signal | |
conv_template:> build/src.linux-x86_64-3.4/scipy/signal/lfilter.c | |
conv_template:> build/src.linux-x86_64-3.4/scipy/signal/correlate_nd.c | |
building extension "scipy.signal._spectral" sources | |
building extension "scipy.signal._max_len_seq" sources | |
building extension "scipy.signal.spline" sources | |
building extension "scipy.sparse.linalg.isolve._iterative" sources | |
creating build/src.linux-x86_64-3.4/scipy/sparse | |
creating build/src.linux-x86_64-3.4/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
creating build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/STOPTEST2.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/getbreak.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/BiCGREVCOM.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/BiCGSTABREVCOM.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/CGREVCOM.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/CGSREVCOM.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/QMRREVCOM.f | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/_iterative.pyf | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/_iterative.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/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.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.sparse.linalg.dsolve._superlu" sources | |
building extension "scipy.sparse.linalg.eigen.arpack._arpack" sources | |
creating build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen | |
creating build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack | |
from_template:> build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/arpack.pyf | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen | |
creating build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/arpack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/arpack.pyf' (format:free) | |
Line #5 in build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/arpack.pyf:" <_rd=real,double precision>" | |
crackline:1: No pattern for line | |
Line #6 in build/src.linux-x86_64-3.4/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,tol,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,tol,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,tol,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,tol,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,tol,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,tol,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 "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 | |
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 | |
Wrote C/API module "_arpack" to file "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
adding 'build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f' to sources. | |
building extension "scipy.sparse.csgraph._shortest_path" sources | |
building extension "scipy.sparse.csgraph._traversal" sources | |
building extension "scipy.sparse.csgraph._min_spanning_tree" sources | |
building extension "scipy.sparse.csgraph._reordering" sources | |
building extension "scipy.sparse.csgraph._tools" sources | |
building extension "scipy.sparse._csparsetools" sources | |
building extension "scipy.sparse._sparsetools" sources | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/bsr_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/csr_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/csc_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/other_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/sparsetools_impl.h' | |
building extension "scipy.spatial.qhull" sources | |
building extension "scipy.spatial.ckdtree" sources | |
building extension "scipy.spatial._distance_wrap" sources | |
building extension "scipy.special.specfun" sources | |
creating build/src.linux-x86_64-3.4/scipy/special | |
f2py options: ['--no-wrap-functions'] | |
f2py: scipy/special/specfun.pyf | |
Reading fortran codes... | |
Reading file '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,ntype) | |
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.linux-x86_64-3.4/scipy/special/specfunmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.special._ufuncs" sources | |
conv_template:> build/src.linux-x86_64-3.4/scipy/special/_logit.c | |
building extension "scipy.special._ufuncs_cxx" sources | |
building extension "scipy.special._ellip_harm_2" sources | |
building extension "scipy.stats.statlib" sources | |
creating build/src.linux-x86_64-3.4/scipy/stats | |
f2py options: ['--no-wrap-functions'] | |
f2py: scipy/stats/statlib.pyf | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/stats/statlibmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.stats.vonmises_cython" sources | |
building extension "scipy.stats._rank" sources | |
building extension "scipy.stats.futil" sources | |
f2py options: [] | |
f2py:> build/src.linux-x86_64-3.4/scipy/stats/futilmodule.c | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/stats/futilmodule.c" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
building extension "scipy.stats.mvn" sources | |
f2py options: [] | |
f2py: scipy/stats/mvn.pyf | |
Reading fortran codes... | |
Reading file '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.linux-x86_64-3.4/scipy/stats/mvnmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.4/scipy/stats/mvn-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.4/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.4' to include_dirs. | |
adding 'build/src.linux-x86_64-3.4/scipy/stats/mvn-f2pywrappers.f' to sources. | |
building extension "scipy.ndimage._nd_image" sources | |
building extension "scipy.ndimage._ni_label" sources | |
building data_files sources | |
build_src: building npy-pkg config files | |
running build_py | |
creating build/lib.linux-x86_64-3.4 | |
creating build/lib.linux-x86_64-3.4/scipy | |
copying scipy/setup.py -> build/lib.linux-x86_64-3.4/scipy | |
copying scipy/__init__.py -> build/lib.linux-x86_64-3.4/scipy | |
copying scipy/version.py -> build/lib.linux-x86_64-3.4/scipy | |
copying build/src.linux-x86_64-3.4/scipy/__config__.py -> build/lib.linux-x86_64-3.4/scipy | |
creating build/lib.linux-x86_64-3.4/scipy/cluster | |
copying scipy/cluster/setup.py -> build/lib.linux-x86_64-3.4/scipy/cluster | |
copying scipy/cluster/vq.py -> build/lib.linux-x86_64-3.4/scipy/cluster | |
copying scipy/cluster/__init__.py -> build/lib.linux-x86_64-3.4/scipy/cluster | |
copying scipy/cluster/hierarchy.py -> build/lib.linux-x86_64-3.4/scipy/cluster | |
creating build/lib.linux-x86_64-3.4/scipy/constants | |
copying scipy/constants/setup.py -> build/lib.linux-x86_64-3.4/scipy/constants | |
copying scipy/constants/constants.py -> build/lib.linux-x86_64-3.4/scipy/constants | |
copying scipy/constants/codata.py -> build/lib.linux-x86_64-3.4/scipy/constants | |
copying scipy/constants/__init__.py -> build/lib.linux-x86_64-3.4/scipy/constants | |
creating build/lib.linux-x86_64-3.4/scipy/fftpack | |
copying scipy/fftpack/basic.py -> build/lib.linux-x86_64-3.4/scipy/fftpack | |
copying scipy/fftpack/setup.py -> build/lib.linux-x86_64-3.4/scipy/fftpack | |
copying scipy/fftpack/realtransforms.py -> build/lib.linux-x86_64-3.4/scipy/fftpack | |
copying scipy/fftpack/pseudo_diffs.py -> build/lib.linux-x86_64-3.4/scipy/fftpack | |
copying scipy/fftpack/fftpack_version.py -> build/lib.linux-x86_64-3.4/scipy/fftpack | |
copying scipy/fftpack/__init__.py -> build/lib.linux-x86_64-3.4/scipy/fftpack | |
copying scipy/fftpack/helper.py -> build/lib.linux-x86_64-3.4/scipy/fftpack | |
creating build/lib.linux-x86_64-3.4/scipy/integrate | |
copying scipy/integrate/_ode.py -> build/lib.linux-x86_64-3.4/scipy/integrate | |
copying scipy/integrate/setup.py -> build/lib.linux-x86_64-3.4/scipy/integrate | |
copying scipy/integrate/odepack.py -> build/lib.linux-x86_64-3.4/scipy/integrate | |
copying scipy/integrate/quadpack.py -> build/lib.linux-x86_64-3.4/scipy/integrate | |
copying scipy/integrate/quadrature.py -> build/lib.linux-x86_64-3.4/scipy/integrate | |
copying scipy/integrate/__init__.py -> build/lib.linux-x86_64-3.4/scipy/integrate | |
creating build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/setup.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/_monotone.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/interpolate.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/interpnd_info.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/ndgriddata.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/rbf.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/fitpack.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/__init__.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/interpolate_wrapper.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/polyint.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
copying scipy/interpolate/fitpack2.py -> build/lib.linux-x86_64-3.4/scipy/interpolate | |
creating build/lib.linux-x86_64-3.4/scipy/io | |
copying scipy/io/setup.py -> build/lib.linux-x86_64-3.4/scipy/io | |
copying scipy/io/idl.py -> build/lib.linux-x86_64-3.4/scipy/io | |
copying scipy/io/__init__.py -> build/lib.linux-x86_64-3.4/scipy/io | |
copying scipy/io/_fortran.py -> build/lib.linux-x86_64-3.4/scipy/io | |
copying scipy/io/wavfile.py -> build/lib.linux-x86_64-3.4/scipy/io | |
copying scipy/io/netcdf.py -> build/lib.linux-x86_64-3.4/scipy/io | |
copying scipy/io/mmio.py -> build/lib.linux-x86_64-3.4/scipy/io | |
creating build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/setup.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/mio.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/__init__.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/mio5.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/mio4.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/miobase.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/mio5_params.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
copying scipy/io/matlab/byteordercodes.py -> build/lib.linux-x86_64-3.4/scipy/io/matlab | |
creating build/lib.linux-x86_64-3.4/scipy/io/arff | |
copying scipy/io/arff/setup.py -> build/lib.linux-x86_64-3.4/scipy/io/arff | |
copying scipy/io/arff/__init__.py -> build/lib.linux-x86_64-3.4/scipy/io/arff | |
copying scipy/io/arff/arffread.py -> build/lib.linux-x86_64-3.4/scipy/io/arff | |
creating build/lib.linux-x86_64-3.4/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/setup.py -> build/lib.linux-x86_64-3.4/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/_fortran_format_parser.py -> build/lib.linux-x86_64-3.4/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/__init__.py -> build/lib.linux-x86_64-3.4/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/hb.py -> build/lib.linux-x86_64-3.4/scipy/io/harwell_boeing | |
creating build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/setup.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/_tmpdirs.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/_numpy_compat.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/_gcutils.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/__init__.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/_version.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/six.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/_util.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
copying scipy/lib/decorator.py -> build/lib.linux-x86_64-3.4/scipy/lib | |
creating build/lib.linux-x86_64-3.4/scipy/lib/blas | |
copying scipy/lib/blas/setup.py -> build/lib.linux-x86_64-3.4/scipy/lib/blas | |
copying scipy/lib/blas/scons_support.py -> build/lib.linux-x86_64-3.4/scipy/lib/blas | |
copying scipy/lib/blas/__init__.py -> build/lib.linux-x86_64-3.4/scipy/lib/blas | |
creating build/lib.linux-x86_64-3.4/scipy/lib/lapack | |
copying scipy/lib/lapack/setup.py -> build/lib.linux-x86_64-3.4/scipy/lib/lapack | |
copying scipy/lib/lapack/scons_support.py -> build/lib.linux-x86_64-3.4/scipy/lib/lapack | |
copying scipy/lib/lapack/__init__.py -> build/lib.linux-x86_64-3.4/scipy/lib/lapack | |
creating build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/calc_lwork.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_decomp_qz.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_matfuncs_sqrtm.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/decomp_schur.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/cblas.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/basic.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/setup.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_solvers.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_interpolative_backend.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/decomp.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_testutils.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/decomp_lu.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/matfuncs.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/decomp_qr.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/clapack.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/special_matrices.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_procrustes.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/decomp_cholesky.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/flapack.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/misc.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/interpolative.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/flinalg.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/__init__.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/blas.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_decomp_polar.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/decomp_svd.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/lapack.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/fblas.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_matfuncs_inv_ssq.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/linalg_version.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
copying scipy/linalg/_expm_frechet.py -> build/lib.linux-x86_64-3.4/scipy/linalg | |
creating build/lib.linux-x86_64-3.4/scipy/misc | |
copying scipy/misc/setup.py -> build/lib.linux-x86_64-3.4/scipy/misc | |
copying scipy/misc/doccer.py -> build/lib.linux-x86_64-3.4/scipy/misc | |
copying scipy/misc/pilutil.py -> build/lib.linux-x86_64-3.4/scipy/misc | |
copying scipy/misc/__init__.py -> build/lib.linux-x86_64-3.4/scipy/misc | |
copying scipy/misc/common.py -> build/lib.linux-x86_64-3.4/scipy/misc | |
creating build/lib.linux-x86_64-3.4/scipy/odr | |
copying scipy/odr/setup.py -> build/lib.linux-x86_64-3.4/scipy/odr | |
copying scipy/odr/odrpack.py -> build/lib.linux-x86_64-3.4/scipy/odr | |
copying scipy/odr/__init__.py -> build/lib.linux-x86_64-3.4/scipy/odr | |
copying scipy/odr/models.py -> build/lib.linux-x86_64-3.4/scipy/odr | |
copying scipy/odr/add_newdocs.py -> build/lib.linux-x86_64-3.4/scipy/odr | |
creating build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_trustregion_dogleg.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/nnls.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_root.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_linprog.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/slsqp.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_trustregion_ncg.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/setup.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/nonlin.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_differentialevolution.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/linesearch.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_tstutils.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/zeros.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_basinhopping.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/lbfgsb.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/__init__.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/cobyla.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/optimize.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_minimize.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/tnc.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/minpack.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/_trustregion.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
copying scipy/optimize/anneal.py -> build/lib.linux-x86_64-3.4/scipy/optimize | |
creating build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/dltisys.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/setup.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/cont2discrete.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/_arraytools.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/_savitzky_golay.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/spectral.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/signaltools.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/filter_design.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/_peak_finding.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/bsplines.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/wavelets.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/__init__.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/waveforms.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/fir_filter_design.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/ltisys.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
copying scipy/signal/windows.py -> build/lib.linux-x86_64-3.4/scipy/signal | |
creating build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/csc.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/sparsetools.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/lil.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/sputils.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/csr.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/spfuncs.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/data.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/bsr.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/compressed.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/generate_sparsetools.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/construct.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/dia.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/base.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/extract.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/coo.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
copying scipy/sparse/dok.py -> build/lib.linux-x86_64-3.4/scipy/sparse | |
creating build/lib.linux-x86_64-3.4/scipy/sparse/linalg | |
copying scipy/sparse/linalg/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg | |
copying scipy/sparse/linalg/interface.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg | |
copying scipy/sparse/linalg/matfuncs.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg | |
copying scipy/sparse/linalg/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_expm_multiply.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_onenormest.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg | |
creating build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lgmres.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/utils.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/iterative.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lsqr.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lsmr.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/minres.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/isolve | |
creating build/lib.linux-x86_64-3.4/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/linsolve.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/_add_newdocs.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/dsolve | |
creating build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen | |
creating build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/arpack.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack | |
creating build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/lobpcg.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse/linalg/eigen/lobpcg | |
creating build/lib.linux-x86_64-3.4/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/_components.py -> build/lib.linux-x86_64-3.4/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/setup.py -> build/lib.linux-x86_64-3.4/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/_validation.py -> build/lib.linux-x86_64-3.4/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/__init__.py -> build/lib.linux-x86_64-3.4/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/_laplacian.py -> build/lib.linux-x86_64-3.4/scipy/sparse/csgraph | |
creating build/lib.linux-x86_64-3.4/scipy/spatial | |
copying scipy/spatial/kdtree.py -> build/lib.linux-x86_64-3.4/scipy/spatial | |
copying scipy/spatial/setup.py -> build/lib.linux-x86_64-3.4/scipy/spatial | |
copying scipy/spatial/_plotutils.py -> build/lib.linux-x86_64-3.4/scipy/spatial | |
copying scipy/spatial/__init__.py -> build/lib.linux-x86_64-3.4/scipy/spatial | |
copying scipy/spatial/distance.py -> build/lib.linux-x86_64-3.4/scipy/spatial | |
creating build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/lambertw.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/basic.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/setup.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/_testutils.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/generate_ufuncs.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/orthogonal.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/_ellip_harm.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/__init__.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/add_newdocs.py -> build/lib.linux-x86_64-3.4/scipy/special | |
copying scipy/special/spfun_stats.py -> build/lib.linux-x86_64-3.4/scipy/special | |
creating build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/rv.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/kde.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_binned_statistic.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/contingency.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/setup.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_discrete_distns.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/mstats_basic.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_distn_infrastructure.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/morestats.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/vonmises.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/__init__.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/distributions.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_constants.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/mstats_extras.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_distr_params.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_continuous_distns.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/stats.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/mstats.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_tukeylambda_stats.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
copying scipy/stats/_multivariate.py -> build/lib.linux-x86_64-3.4/scipy/stats | |
creating build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/setup.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/measurements.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/filters.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/fourier.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/interpolation.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/_ni_support.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/io.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/__init__.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
copying scipy/ndimage/morphology.py -> build/lib.linux-x86_64-3.4/scipy/ndimage | |
creating build/lib.linux-x86_64-3.4/scipy/_build_utils | |
copying scipy/_build_utils/__init__.py -> build/lib.linux-x86_64-3.4/scipy/_build_utils | |
copying scipy/_build_utils/_fortran.py -> build/lib.linux-x86_64-3.4/scipy/_build_utils | |
running build_clib | |
customize UnixCCompiler | |
customize UnixCCompiler using build_clib | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using build_clib | |
building 'dfftpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4 | |
creating build/temp.linux-x86_64-3.4/scipy | |
creating build/temp.linux-x86_64-3.4/scipy/fftpack | |
creating build/temp.linux-x86_64-3.4/scipy/fftpack/src | |
creating build/temp.linux-x86_64-3.4/scipy/fftpack/src/dfftpack | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftb1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftb1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftf1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcost.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zffti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqi.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dffti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zffti1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsint.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsint1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftf1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dffti1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqi.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqb.f | |
x86_64-linux-gnu-gcc-ar: adding 23 object files to build/temp.linux-x86_64-3.4/libdfftpack.a | |
building 'fftpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/fftpack/src/fftpack | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftf1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rffti1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/costi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cffti.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftf1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cffti1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftb1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cost.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sint1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sint.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftb1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rffti.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinti.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqi.f | |
x86_64-linux-gnu-gcc-ar: adding 23 object files to build/temp.linux-x86_64-3.4/libfftpack.a | |
building 'mach' library | |
using additional config_fc from setup script for fortran compiler: {'noopt': ('scipy/integrate/setup.py', 1)} | |
customize Gnu95FCompiler | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/integrate | |
creating build/temp.linux-x86_64-3.4/scipy/integrate/mach | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/mach/d1mach.f | |
gfortran:f77: scipy/integrate/mach/xerror.f | |
scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused dummy argument 'l1' at (1) | |
scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused dummy argument 'l2' at (1) | |
gfortran:f77: scipy/integrate/mach/r1mach.f | |
x86_64-linux-gnu-gcc-ar: adding 3 object files to build/temp.linux-x86_64-3.4/libmach.a | |
building 'quadpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/integrate/quadpack | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/quadpack/dqag.f | |
gfortran:f77: scipy/integrate/quadpack/dqk15.f | |
gfortran:f77: scipy/integrate/quadpack/dqk31.f | |
gfortran:f77: scipy/integrate/quadpack/dqc25f.f | |
scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
scipy/integrate/quadpack/dqc25f.f:103:0: warning: ‘m’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
integer i,iers,integr,isym,j,k,ksave,m,momcom,neval,maxp1, | |
^ | |
gfortran:f77: scipy/integrate/quadpack/dqc25c.f | |
gfortran:f77: scipy/integrate/quadpack/dqk61.f | |
gfortran:f77: scipy/integrate/quadpack/dqagse.f | |
scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
scipy/integrate/quadpack/dqagse.f:376:0: warning: ‘small’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(dabs(blist(maxerr)-alist(maxerr)).gt.small) go to 90 | |
^ | |
scipy/integrate/quadpack/dqagse.f:363:0: warning: ‘ertest’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
40 if(ierro.eq.3.or.erlarg.le.ertest) go to 60 | |
^ | |
scipy/integrate/quadpack/dqagse.f:353:0: warning: ‘erlarg’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
erlarg = erlarg-erlast | |
^ | |
gfortran:f77: scipy/integrate/quadpack/dqk15w.f | |
gfortran:f77: scipy/integrate/quadpack/dqcheb.f | |
gfortran:f77: scipy/integrate/quadpack/dqwgts.f | |
gfortran:f77: scipy/integrate/quadpack/dqk41.f | |
gfortran:f77: scipy/integrate/quadpack/dqags.f | |
gfortran:f77: scipy/integrate/quadpack/dqwgtf.f | |
scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused dummy argument 'p2' at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused dummy argument 'p3' at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused dummy argument 'p4' at (1) | |
gfortran:f77: scipy/integrate/quadpack/dqawc.f | |
gfortran:f77: scipy/integrate/quadpack/dqagpe.f | |
scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
scipy/integrate/quadpack/dqagpe.f:196:0: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
* jlow,jupbnd,k,ksgn,ktmin,last,levcur,level,levmax,limit,maxerr, | |
^ | |
gfortran:f77: scipy/integrate/quadpack/dqng.f | |
scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
scipy/integrate/quadpack/dqng.f:365:0: warning: ‘resasc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
* abserr = resasc*dmin1(0.1d+01,(0.2d+03*abserr/resasc)**1.5d+00) | |
^ | |
scipy/integrate/quadpack/dqng.f:366:0: warning: ‘resabs’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (resabs.gt.uflow/(0.5d+02*epmach)) abserr = dmax1 | |
^ | |
scipy/integrate/quadpack/dqng.f:363:0: warning: ‘res43’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
abserr = dabs((res87-res43)*hlgth) | |
^ | |
scipy/integrate/quadpack/dqng.f:348:0: warning: ‘res21’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
abserr = dabs((res43-res21)*hlgth) | |
^ | |
scipy/integrate/quadpack/dqng.f:82:0: warning: ‘ipx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
integer ier,ipx,k,l,neval | |
^ | |
gfortran:f77: scipy/integrate/quadpack/dqagie.f | |
scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
scipy/integrate/quadpack/dqagie.f:384:0: warning: ‘small’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(dabs(blist(maxerr)-alist(maxerr)).gt.small) go to 90 | |
^ | |
scipy/integrate/quadpack/dqagie.f:372:0: warning: ‘ertest’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
40 if(ierro.eq.3.or.erlarg.le.ertest) go to 60 | |
^ | |
scipy/integrate/quadpack/dqagie.f:362:0: warning: ‘erlarg’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
erlarg = erlarg-erlast | |
^ | |
gfortran:f77: scipy/integrate/quadpack/dqk21.f | |
gfortran:f77: scipy/integrate/quadpack/dqaws.f | |
gfortran:f77: scipy/integrate/quadpack/dqagp.f | |
gfortran:f77: scipy/integrate/quadpack/dqk51.f | |
gfortran:f77: scipy/integrate/quadpack/dqawce.f | |
gfortran:f77: scipy/integrate/quadpack/dqawse.f | |
gfortran:f77: scipy/integrate/quadpack/dqagi.f | |
gfortran:f77: scipy/integrate/quadpack/dqwgtc.f | |
scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused dummy argument 'kp' at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused dummy argument 'p2' at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused dummy argument 'p3' at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused dummy argument 'p4' at (1) | |
gfortran:f77: scipy/integrate/quadpack/dqawf.f | |
gfortran:f77: scipy/integrate/quadpack/dqc25s.f | |
gfortran:f77: scipy/integrate/quadpack/dqmomo.f | |
scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
gfortran:f77: scipy/integrate/quadpack/dqk15i.f | |
gfortran:f77: scipy/integrate/quadpack/dqage.f | |
gfortran:f77: scipy/integrate/quadpack/dqelg.f | |
gfortran:f77: scipy/integrate/quadpack/dqpsrt.f | |
gfortran:f77: scipy/integrate/quadpack/dqawfe.f | |
scipy/integrate/quadpack/dqawfe.f:267.10: | |
10 l = dabs(omega) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
scipy/integrate/quadpack/dqawfe.f:356:0: warning: ‘drl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
70 if(abserr/dabs(result).gt.(errsum+drl)/dabs(psum(numrl2))) | |
^ | |
scipy/integrate/quadpack/dqawfe.f:316:0: warning: ‘ll’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
20 psum(numrl2) = psum(ll)+rslst(lst) | |
^ | |
gfortran:f77: scipy/integrate/quadpack/dqawoe.f | |
scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
scipy/integrate/quadpack/dqawoe.f:449:0: warning: ‘ertest’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
70 if(ierro.eq.3.or.erlarg.le.ertest) go to 90 | |
^ | |
scipy/integrate/quadpack/dqawoe.f:428:0: warning: ‘erlarg’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
erlarg = erlarg-erlast | |
^ | |
gfortran:f77: scipy/integrate/quadpack/dqawo.f | |
x86_64-linux-gnu-gcc-ar: adding 35 object files to build/temp.linux-x86_64-3.4/libquadpack.a | |
building 'odepack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/integrate/odepack | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/odepack/solsy.f | |
scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused dummy argument 'tem' at (1) | |
gfortran:f77: scipy/integrate/odepack/xerrwv.f | |
scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused dummy argument 'nerr' at (1) | |
gfortran:f77: scipy/integrate/odepack/intdy.f | |
gfortran:f77: scipy/integrate/odepack/blkdta000.f | |
gfortran:f77: scipy/integrate/odepack/lsoda.f | |
scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
scipy/integrate/odepack/lsoda.f:1428:0: warning: ‘ihit’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (ihit) t = tcrit | |
^ | |
scipy/integrate/odepack/lsoda.f:1112:0: warning: ‘lenwm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
len1s = len1s + lenwm | |
^ | |
gfortran:f77: scipy/integrate/odepack/cfode.f | |
gfortran:f77: scipy/integrate/odepack/xsetun.f | |
gfortran:f77: scipy/integrate/odepack/stoda.f | |
scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
scipy/integrate/odepack/stoda.f:223:0: warning: ‘iredo’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (iredo .eq. 0) go to 690 | |
^ | |
scipy/integrate/odepack/stoda.f:378:0: warning: ‘dsm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (dsm .gt. 1.0d0) go to 500 | |
^ | |
scipy/integrate/odepack/stoda.f:18:0: warning: ‘rh’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
1 r, rh, rhdn, rhsm, rhup, told, vmnorm | |
^ | |
gfortran:f77: scipy/integrate/odepack/vmnorm.f | |
gfortran:f77: scipy/integrate/odepack/fnorm.f | |
gfortran:f77: scipy/integrate/odepack/prja.f | |
gfortran:f77: scipy/integrate/odepack/bnorm.f | |
gfortran:f77: scipy/integrate/odepack/srcma.f | |
gfortran:f77: scipy/integrate/odepack/zvode.f | |
scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/zvode.f:2761.35: | |
1 F, JAC, PDUM, NFLAG, RPAR, IPAR) | |
1 | |
Warning: Unused dummy argument 'pdum' at (1) | |
scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused dummy argument 'vsav' at (1) | |
scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
scipy/integrate/odepack/zvode.f:1502:0: warning: ‘ihit’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (IHIT) T = TCRIT | |
^ | |
gfortran:f77: scipy/integrate/odepack/vode.f | |
scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/vode.f:3522.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused dummy argument 'nerr' at (1) | |
scipy/integrate/odepack/vode.f:3503.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused dummy argument 'idum' at (1) | |
scipy/integrate/odepack/vode.f:2740.35: | |
1 F, JAC, PDUM, NFLAG, RPAR, IPAR) | |
1 | |
Warning: Unused dummy argument 'pdum' at (1) | |
scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused dummy argument 'vsav' at (1) | |
scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
scipy/integrate/odepack/vode.f:3618:0: warning: ‘__result_ixsav’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER FUNCTION IXSAV (IPAR, IVALUE, ISET) | |
^ | |
scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
scipy/integrate/odepack/vode.f:1487:0: warning: ‘ihit’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (IHIT) T = TCRIT | |
^ | |
gfortran:f77: scipy/integrate/odepack/ewset.f | |
gfortran:f77: scipy/integrate/odepack/xsetf.f | |
x86_64-linux-gnu-gcc-ar: adding 17 object files to build/temp.linux-x86_64-3.4/libodepack.a | |
building 'dop' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/integrate/dop | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/dop/dopri5.f | |
scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused dummy argument 'xend' at (1) | |
scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
scipy/integrate/dop/dopri5.f:491:0: warning: ‘nonsti’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
NONSTI=NONSTI+1 | |
^ | |
gfortran:f77: scipy/integrate/dop/dop853.f | |
scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused dummy argument 'meth' at (1) | |
scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused dummy argument 'xend' at (1) | |
scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
scipy/integrate/dop/dop853.f:686:0: warning: ‘nonsti’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
NONSTI=NONSTI+1 | |
^ | |
x86_64-linux-gnu-gcc-ar: adding 2 object files to build/temp.linux-x86_64-3.4/libdop.a | |
building 'fitpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/interpolate | |
creating build/temp.linux-x86_64-3.4/scipy/interpolate/fitpack | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/interpolate/fitpack/cualde.f | |
gfortran:f77: scipy/interpolate/fitpack/fptrpe.f | |
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) | |
scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
scipy/interpolate/fitpack/fptrpe.f:64:0: warning: ‘pinv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
h(j) = b(n1,j)*pinv | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/curev.f | |
gfortran:f77: scipy/interpolate/fitpack/fppola.f | |
scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
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) | |
scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
scipy/interpolate/fitpack/fppola.f:768:0: warning: ‘nv4’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
jrot = lu*nv4+lv | |
^ | |
scipy/interpolate/fitpack/fppola.f:578:0: warning: ‘nu4’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
nuu = nu4-iopt3-1 | |
^ | |
scipy/interpolate/fitpack/fppola.f:821:0: warning: ‘lwest’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
925 ier = lwest | |
^ | |
scipy/interpolate/fitpack/fppola.f:25:0: warning: ‘iband1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
* numin,nvmin,rank,iband1 | |
^ | |
scipy/interpolate/fitpack/fppola.f:565:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fppola.f:805:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 905 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fprank.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcurf.f | |
scipy/interpolate/fitpack/fpcurf.f:186.35: | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
scipy/interpolate/fitpack/fpcurf.f:187:0: warning: ‘nplus’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
^ | |
scipy/interpolate/fitpack/fpcurf.f:219:0: warning: ‘nmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(n.eq.nmax) go to 10 | |
^ | |
scipy/interpolate/fitpack/fpcurf.f:186:0: warning: ‘fpold’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
^ | |
scipy/interpolate/fitpack/fpcurf.f:256:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpcurf.f:162:0: warning: ‘fp0’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
fpint(n) = fp0 | |
^ | |
scipy/interpolate/fitpack/fpcurf.f:335:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 345 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpcuro.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcsin.f | |
gfortran:f77: scipy/interpolate/fitpack/dblint.f | |
gfortran:f77: scipy/interpolate/fitpack/sproot.f | |
gfortran:f77: scipy/interpolate/fitpack/fpgrsp.f | |
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 | |
scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
scipy/interpolate/fitpack/fpgrsp.f:239:0: warning: ‘pinv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
b1(2,i) = fac*pinv | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpdeno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcons.f | |
scipy/interpolate/fitpack/fpcons.f:224.35: | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
scipy/interpolate/fitpack/fpcons.f:225:0: warning: ‘nplus’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
^ | |
scipy/interpolate/fitpack/fpcons.f:264:0: warning: ‘nmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(n.eq.nmax) go to 25 | |
^ | |
scipy/interpolate/fitpack/fpcons.f:383:0: warning: ‘nk1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(u(it).lt.t(l) .or. l.gt.nk1) go to 310 | |
^ | |
scipy/interpolate/fitpack/fpcons.f:81:0: warning: ‘mm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
t(i) = u(j) | |
^ | |
scipy/interpolate/fitpack/fpcons.f:224:0: warning: ‘fpold’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
^ | |
scipy/interpolate/fitpack/fpcons.f:301:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpcons.f:194:0: warning: ‘fp0’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
fpint(n) = fp0 | |
^ | |
scipy/interpolate/fitpack/fpcons.f:418:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 345 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/parcur.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbisp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpgrpa.f | |
gfortran:f77: scipy/interpolate/fitpack/spalde.f | |
gfortran:f77: scipy/interpolate/fitpack/fpchec.f | |
gfortran:f77: scipy/interpolate/fitpack/fppasu.f | |
scipy/interpolate/fitpack/fppasu.f:272.33: | |
if(reducu.gt.acc) npl1 = rn*fpms/reducu | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fppasu.f:279.33: | |
if(reducv.gt.acc) npl1 = rn*fpms/reducv | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
scipy/interpolate/fitpack/fppasu.f:336:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fppasu.f:308:0: warning: ‘nve’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nv.eq.nve) go to 250 | |
^ | |
scipy/interpolate/fitpack/fppasu.f:295:0: warning: ‘nue’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.nue) go to 250 | |
^ | |
scipy/interpolate/fitpack/fppasu.f:251:0: warning: ‘nmaxv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.nmaxu .and. nv.eq.nmaxv) go to 430 | |
^ | |
scipy/interpolate/fitpack/fppasu.f:251:0: warning: ‘nmaxu’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:367:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 330 | |
^ | |
scipy/interpolate/fitpack/fppasu.f:231:0: warning: ‘perv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
tv(l3) = tv(l1)+perv | |
^ | |
scipy/interpolate/fitpack/fppasu.f:209:0: warning: ‘peru’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
tu(l3) = tu(l1)+peru | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/sphere.f | |
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) | |
gfortran:f77: scipy/interpolate/fitpack/pardeu.f | |
scipy/interpolate/fitpack/pardeu.f:87.4: | |
60 ier = 0 | |
1 | |
Warning: Label 60 at (1) defined but not used | |
scipy/interpolate/fitpack/pardeu.f:70.30: | |
* nc,nkx1,nky1,nxx,nyy,iw | |
1 | |
Warning: Unused variable 'iw' declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/fpsysy.f | |
gfortran:f77: scipy/interpolate/fitpack/bispev.f | |
gfortran:f77: scipy/interpolate/fitpack/fourco.f | |
gfortran:f77: scipy/interpolate/fitpack/fppocu.f | |
gfortran:f77: scipy/interpolate/fitpack/fppogr.f | |
scipy/interpolate/fitpack/fppogr.f:286.33: | |
if(reducu.gt.acc) npl1 = rn*fpms/reducu | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fppogr.f:293.33: | |
if(reducv.gt.acc) npl1 = rn*fpms/reducv | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
scipy/interpolate/fitpack/fppogr.f:353:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fppogr.f:20:0: warning: ‘nplu’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
* ktu,l,l1,l2,l3,l4,mpm,mumin,mu0,mu1,nn,nplu,nplv,npl1,nrintu, | |
^ | |
scipy/interpolate/fitpack/fppogr.f:260:0: warning: ‘nvmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
^ | |
scipy/interpolate/fitpack/fppogr.f:325:0: warning: ‘nve’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nv.eq.nve) go to 270 | |
^ | |
scipy/interpolate/fitpack/fppogr.f:260:0: warning: ‘numax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
^ | |
scipy/interpolate/fitpack/fppogr.f:312:0: warning: ‘nue’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.nue) go to 270 | |
^ | |
scipy/interpolate/fitpack/fppogr.f:385:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 330 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fprppo.f | |
scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
scipy/interpolate/fitpack/fprppo.f:48:0: warning: ‘j’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f(i) = c(j) | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/parsur.f | |
gfortran:f77: scipy/interpolate/fitpack/parder.f | |
gfortran:f77: scipy/interpolate/fitpack/fpperi.f | |
scipy/interpolate/fitpack/fpperi.f:339.35: | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
scipy/interpolate/fitpack/fpperi.f:340:0: warning: ‘nplus’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
^ | |
scipy/interpolate/fitpack/fpperi.f:375:0: warning: ‘nmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(n.eq.nmax) go to 5 | |
^ | |
scipy/interpolate/fitpack/fpperi.f:410:0: warning: ‘n10’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
n11 = n10-1 | |
^ | |
scipy/interpolate/fitpack/fpperi.f:16:0: warning: ‘i1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
integer i,ich1,ich3,ij,ik,it,iter,i1,i2,i3,j,jk,jper,j1,j2,kk, | |
^ | |
scipy/interpolate/fitpack/fpperi.f:339:0: warning: ‘fpold’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
^ | |
scipy/interpolate/fitpack/fpperi.f:409:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpperi.f:407:0: warning: ‘fp0’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f1 = fp0-s | |
^ | |
scipy/interpolate/fitpack/fpperi.f:574:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2) .gt. acc) go to 585 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fprota.f | |
gfortran:f77: scipy/interpolate/fitpack/fpsuev.f | |
gfortran:f77: scipy/interpolate/fitpack/fpched.f | |
gfortran:f77: scipy/interpolate/fitpack/fpfrno.f | |
scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
scipy/interpolate/fitpack/fpfrno.f:42:0: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
right(k) = count | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/splint.f | |
gfortran:f77: scipy/interpolate/fitpack/fpadpo.f | |
gfortran:f77: scipy/interpolate/fitpack/splder.f | |
scipy/interpolate/fitpack/splder.f:85.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
gfortran:f77: scipy/interpolate/fitpack/fptrnp.f | |
scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
scipy/interpolate/fitpack/fptrnp.f:53:0: warning: ‘pinv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
h(j) = b(n1,j)*pinv | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fprpsp.f | |
gfortran:f77: scipy/interpolate/fitpack/polar.f | |
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) | |
gfortran:f77: scipy/interpolate/fitpack/fpclos.f | |
scipy/interpolate/fitpack/fpclos.f:395.35: | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
scipy/interpolate/fitpack/fpclos.f:396:0: warning: ‘nplus’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
^ | |
scipy/interpolate/fitpack/fpclos.f:438:0: warning: ‘nmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(n.eq.nmax) go to 5 | |
^ | |
scipy/interpolate/fitpack/fpclos.f:473:0: warning: ‘n10’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
n11 = n10-1 | |
^ | |
scipy/interpolate/fitpack/fpclos.f:16:0: warning: ‘i1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
integer i,ich1,ich3,ij,ik,it,iter,i1,i2,i3,j,jj,jk,jper,j1,j2,kk, | |
^ | |
scipy/interpolate/fitpack/fpclos.f:395:0: warning: ‘fpold’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
^ | |
scipy/interpolate/fitpack/fpclos.f:472:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpclos.f:470:0: warning: ‘fp0’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f1 = fp0-s | |
^ | |
scipy/interpolate/fitpack/fpclos.f:663:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2) .gt. acc) go to 585 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/surev.f | |
gfortran:f77: scipy/interpolate/fitpack/clocur.f | |
gfortran:f77: scipy/interpolate/fitpack/curfit.f | |
gfortran:f77: scipy/interpolate/fitpack/fppara.f | |
scipy/interpolate/fitpack/fppara.f:202.35: | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
scipy/interpolate/fitpack/fppara.f:203:0: warning: ‘nplus’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
^ | |
scipy/interpolate/fitpack/fppara.f:242:0: warning: ‘nmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(n.eq.nmax) go to 10 | |
^ | |
scipy/interpolate/fitpack/fppara.f:202:0: warning: ‘fpold’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
^ | |
scipy/interpolate/fitpack/fppara.f:279:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fppara.f:174:0: warning: ‘fp0’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
fpint(n) = fp0 | |
^ | |
scipy/interpolate/fitpack/fppara.f:378:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 345 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fprati.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcyt2.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcosp.f | |
gfortran:f77: scipy/interpolate/fitpack/surfit.f | |
gfortran:f77: scipy/interpolate/fitpack/regrid.f | |
gfortran:f77: scipy/interpolate/fitpack/cocosp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbspl.f | |
gfortran:f77: scipy/interpolate/fitpack/concon.f | |
gfortran:f77: scipy/interpolate/fitpack/fpsphe.f | |
scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
scipy/interpolate/fitpack/fpsphe.f:519:0: warning: ‘ntt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(ntt.le.4) iband4 = ncof | |
^ | |
scipy/interpolate/fitpack/fpsphe.f:614:0: warning: ‘nt4’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(il.ne.3 .and. il.ne.nt4) go to 750 | |
^ | |
scipy/interpolate/fitpack/fpsphe.f:693:0: warning: ‘np4’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
jrot = lt*np4+lp | |
^ | |
scipy/interpolate/fitpack/fpsphe.f:746:0: warning: ‘lwest’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
925 ier = lwest | |
^ | |
scipy/interpolate/fitpack/fpsphe.f:21:0: warning: ‘iband1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
integer i,iband,iband1,iband3,iband4,ich1,ich3,ii,ij,il,in,irot, | |
^ | |
scipy/interpolate/fitpack/fpsphe.f:510:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpsphe.f:730:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 905 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpseno.f | |
gfortran:f77: scipy/interpolate/fitpack/concur.f | |
scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable 'dist' declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/insert.f | |
gfortran:f77: scipy/interpolate/fitpack/fpadno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpinst.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbfout.f | |
scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
scipy/interpolate/fitpack/fpbfout.f:117:0: warning: ‘term’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
c2 = (hc(5)-hc(4))*term | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpader.f | |
gfortran:f77: scipy/interpolate/fitpack/fpback.f | |
gfortran:f77: scipy/interpolate/fitpack/fpintb.f | |
scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
scipy/interpolate/fitpack/fpintb.f:92:0: warning: ‘h[5]’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
aint(i) = aint(i)+h(i)*(arg-t(lj))/(t(li)-t(lj)) | |
^ | |
scipy/interpolate/fitpack/fpintb.f:92:0: warning: ‘h[4]’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpintb.f:92:0: warning: ‘h[3]’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpintb.f:92:0: warning: ‘h[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpintb.f:26:0: warning: ‘ia’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
integer i,ia,ib,it,j,j1,k,k1,l,li,lj,lk,l0,min | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpdisc.f | |
gfortran:f77: scipy/interpolate/fitpack/splev.f | |
scipy/interpolate/fitpack/splev.f:81.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
gfortran:f77: scipy/interpolate/fitpack/fpopsp.f | |
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) | |
gfortran:f77: scipy/interpolate/fitpack/fpgrdi.f | |
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 | |
scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
scipy/interpolate/fitpack/fpgrdi.f:204:0: warning: ‘pinv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
bb(2,i) = fac*pinv | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpcoco.f | |
scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
scipy/interpolate/fitpack/fpcoco.f:137:0: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(k.gt.l) k = k-1 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpopdi.f | |
gfortran:f77: scipy/interpolate/fitpack/fpsurf.f | |
scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
scipy/interpolate/fitpack/fpsurf.f:567:0: warning: ‘nyy’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ly = num1-lx*nyy | |
^ | |
scipy/interpolate/fitpack/fpsurf.f:433:0: warning: ‘nk1y’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
iband3 = kx1*nk1y | |
^ | |
scipy/interpolate/fitpack/fpsurf.f:21:0: warning: ‘nk1x’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
* la,lf,lh,lwest,lx,ly,l1,l2,n,ncof,nk1x,nk1y,nminx,nminy,nreg, | |
^ | |
scipy/interpolate/fitpack/fpsurf.f:621:0: warning: ‘lwest’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
780 ier = lwest | |
^ | |
scipy/interpolate/fitpack/fpsurf.f:19:0: warning: ‘iband1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
integer i,iband,iband1,iband3,iband4,ibb,ichang,ich1,ich3,ii, | |
^ | |
scipy/interpolate/fitpack/fpsurf.f:425:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpsurf.f:605:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 750 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpgrre.f | |
scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
scipy/interpolate/fitpack/fpgrre.f:130:0: warning: ‘pinv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
h(j) = bx(n1,j)*pinv | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fpregr.f | |
scipy/interpolate/fitpack/fpregr.f:246.33: | |
if(reducx.gt.acc) npl1 = rn*fpms/reducx | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpregr.f:253.33: | |
if(reducy.gt.acc) npl1 = rn*fpms/reducy | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
scipy/interpolate/fitpack/fpregr.f:310:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpregr.f:282:0: warning: ‘nye’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(ny.eq.nye) go to 250 | |
^ | |
scipy/interpolate/fitpack/fpregr.f:269:0: warning: ‘nxe’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nx.eq.nxe) go to 250 | |
^ | |
scipy/interpolate/fitpack/fpregr.f:225:0: warning: ‘nmaxy’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nx.eq.nmaxx .and. ny.eq.nmaxy) go to 430 | |
^ | |
scipy/interpolate/fitpack/fpregr.f:225:0: warning: ‘nmaxx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpregr.f:341:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 330 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/percur.f | |
gfortran:f77: scipy/interpolate/fitpack/fpchep.f | |
gfortran:f77: scipy/interpolate/fitpack/fpgivs.f | |
scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
scipy/interpolate/fitpack/fpgivs.f:16:0: warning: ‘dd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cos = ww/dd | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/evapol.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcyt1.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbacp.f | |
gfortran:f77: scipy/interpolate/fitpack/bispeu.f | |
scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable 'iw' declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable 'kwrk' declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/spgrid.f | |
gfortran:f77: scipy/interpolate/fitpack/pogrid.f | |
gfortran:f77: scipy/interpolate/fitpack/profil.f | |
gfortran:f77: scipy/interpolate/fitpack/fpspgr.f | |
scipy/interpolate/fitpack/fpspgr.f:315.33: | |
if(reducu.gt.acc) npl1 = rn*fpms/reducu | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpspgr.f:322.33: | |
if(reducv.gt.acc) npl1 = rn*fpms/reducv | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
scipy/interpolate/fitpack/fpspgr.f:382:0: warning: ‘fpms’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
f3 = fpms | |
^ | |
scipy/interpolate/fitpack/fpspgr.f:20:0: warning: ‘nplu’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
* ktu,l,l1,l2,l3,l4,mpm,mumin,mu0,mu1,nn,nplu,nplv,npl1,nrintu, | |
^ | |
scipy/interpolate/fitpack/fpspgr.f:287:0: warning: ‘nvmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
^ | |
scipy/interpolate/fitpack/fpspgr.f:354:0: warning: ‘nve’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nv.eq.nve) go to 270 | |
^ | |
scipy/interpolate/fitpack/fpspgr.f:287:0: warning: ‘numax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
^ | |
scipy/interpolate/fitpack/fpspgr.f:341:0: warning: ‘nue’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if(nu.eq.nue) go to 270 | |
^ | |
scipy/interpolate/fitpack/fpspgr.f:414:0: warning: ‘acc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if((f1-f2).gt.acc) go to 330 | |
^ | |
gfortran:f77: scipy/interpolate/fitpack/fporde.f | |
gfortran:f77: scipy/interpolate/fitpack/fpknot.f | |
scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
scipy/interpolate/fitpack/fpknot.f:42:0: warning: ‘number’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
next = number+1 | |
^ | |
scipy/interpolate/fitpack/fpknot.f:40:0: warning: ‘maxpt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ihalf = maxpt/2+1 | |
^ | |
scipy/interpolate/fitpack/fpknot.f:41:0: warning: ‘maxbeg’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
nrx = maxbeg+ihalf | |
^ | |
x86_64-linux-gnu-gcc-ar: adding 50 object files to build/temp.linux-x86_64-3.4/libfitpack.a | |
x86_64-linux-gnu-gcc-ar: adding 35 object files to build/temp.linux-x86_64-3.4/libfitpack.a | |
building 'odrpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/odr | |
creating build/temp.linux-x86_64-3.4/scipy/odr/odrpack | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/odr/odrpack/d_odr.f | |
scipy/odr/odrpack/d_odr.f:1014.13: | |
NETA = MAX(TWO,P5-LOG10(ETA)) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/odr/odrpack/d_odr.f:2955.13: | |
NTOL = MAX(ONE,P5-LOG10(TOL)) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/odr/odrpack/d_odr.f:6032.16: | |
J = WORK(WRK3+I) - 1 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/odr/odrpack/d_mprec.f | |
gfortran:f77: scipy/odr/odrpack/dlunoc.f | |
gfortran:f77: scipy/odr/odrpack/d_lpk.f | |
x86_64-linux-gnu-gcc-ar: adding 4 object files to build/temp.linux-x86_64-3.4/libodrpack.a | |
building 'minpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/optimize | |
creating build/temp.linux-x86_64-3.4/scipy/optimize/minpack | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/optimize/minpack/hybrd1.f | |
gfortran:f77: scipy/optimize/minpack/enorm.f | |
scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
scipy/optimize/minpack/enorm.f:1:0: warning: ‘__result_enorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
double precision function enorm(n,x) | |
^ | |
gfortran:f77: scipy/optimize/minpack/lmder.f | |
scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
scipy/optimize/minpack/lmder.f:420:0: warning: ‘xnorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (delta .le. xtol*xnorm) info = 2 | |
^ | |
scipy/optimize/minpack/lmder.f:387:0: warning: ‘temp’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (p1*fnorm1 .ge. fnorm .or. temp .lt. p1) temp = p1 | |
^ | |
gfortran:f77: scipy/optimize/minpack/r1updt.f | |
gfortran:f77: scipy/optimize/minpack/lmdif.f | |
scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
scipy/optimize/minpack/lmdif.f:422:0: warning: ‘xnorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (delta .le. xtol*xnorm) info = 2 | |
^ | |
scipy/optimize/minpack/lmdif.f:389:0: warning: ‘temp’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (p1*fnorm1 .ge. fnorm .or. temp .lt. p1) temp = p1 | |
^ | |
gfortran:f77: scipy/optimize/minpack/lmdif1.f | |
gfortran:f77: scipy/optimize/minpack/fdjac2.f | |
gfortran:f77: scipy/optimize/minpack/qrsolv.f | |
gfortran:f77: scipy/optimize/minpack/hybrj1.f | |
gfortran:f77: scipy/optimize/minpack/rwupdt.f | |
gfortran:f77: scipy/optimize/minpack/fdjac1.f | |
gfortran:f77: scipy/optimize/minpack/dogleg.f | |
gfortran:f77: scipy/optimize/minpack/lmder1.f | |
gfortran:f77: scipy/optimize/minpack/hybrd.f | |
scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
scipy/optimize/minpack/hybrd.f:404:0: warning: ‘xnorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (delta .le. xtol*xnorm .or. fnorm .eq. zero) info = 1 | |
^ | |
gfortran:f77: scipy/optimize/minpack/dpmpar.f | |
gfortran:f77: scipy/optimize/minpack/lmstr.f | |
scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
scipy/optimize/minpack/lmstr.f:434:0: warning: ‘xnorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (delta .le. xtol*xnorm) info = 2 | |
^ | |
gfortran:f77: scipy/optimize/minpack/lmpar.f | |
gfortran:f77: scipy/optimize/minpack/lmstr1.f | |
gfortran:f77: scipy/optimize/minpack/hybrj.f | |
scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
scipy/optimize/minpack/hybrj.f:386:0: warning: ‘xnorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (delta .le. xtol*xnorm .or. fnorm .eq. zero) info = 1 | |
^ | |
gfortran:f77: scipy/optimize/minpack/chkder.f | |
gfortran:f77: scipy/optimize/minpack/qrfac.f | |
gfortran:f77: scipy/optimize/minpack/qform.f | |
gfortran:f77: scipy/optimize/minpack/r1mpyq.f | |
scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
scipy/optimize/minpack/r1mpyq.f:64:0: warning: ‘cos’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (dabs(v(j)) .gt. one) sin = dsqrt(one-cos**2) | |
^ | |
x86_64-linux-gnu-gcc-ar: adding 23 object files to build/temp.linux-x86_64-3.4/libminpack.a | |
building 'rootfind' library | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/optimize/Zeros | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
x86_64-linux-gnu-gcc: scipy/optimize/Zeros/bisect.c | |
x86_64-linux-gnu-gcc: scipy/optimize/Zeros/brenth.c | |
x86_64-linux-gnu-gcc: scipy/optimize/Zeros/brentq.c | |
x86_64-linux-gnu-gcc: scipy/optimize/Zeros/ridder.c | |
x86_64-linux-gnu-gcc-ar: adding 4 object files to build/temp.linux-x86_64-3.4/librootfind.a | |
building 'superlu_src' library | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/sparse | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/dsolve | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/dsolve/SuperLU | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/dsolve/SuperLU/SRC | |
compile options: '-DUSE_VENDOR_BLAS=1 -Iscipy/sparse/linalg/dsolve/SuperLU/SRC -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotgrowth.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotgrowth.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c: In function ‘cgssv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:61:37: warning: ‘AA’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_FREE(addr) USER_FREE(addr) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:139:18: note: ‘AA’ was declared here | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:23: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c: In function ‘scopy_to_ucol’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:77:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:80:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_preorder.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_preorder.c:4: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrf.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c: In function ‘scolumn_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:219:3: warning: implicit declaration of function ‘strsv_’ [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:230:3: warning: implicit declaration of function ‘sgemv_’ [-Wimplicit-function-declaration] | |
sgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:273:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c:27: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c:243:6: warning: ‘etdfs’ defined but not used [-Wunused-function] | |
void etdfs ( | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c: In function ‘icmax1_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c:53:24: warning: variable ‘i__2’ set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c:53:18: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c: In function ‘zsnode_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:81:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:94:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpanel_dfs.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c: In function ‘cgsitrf’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c:229:11: warning: unused variable ‘one’ [-Wunused-variable] | |
float one = 1.0; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c: In function ‘zgsisx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:578:7: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:667:24: warning: unused variable ‘rhs_work’ [-Wunused-variable] | |
doublecomplex *rhs_work; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:413:15: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:411:36: note: ‘smlnum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:411:28: note: ‘bignum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ssnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ssnode_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas3.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas3.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c: In function ‘sp_strsv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c:155:7: warning: implicit declaration of function ‘strsv_’ [-Wimplicit-function-declaration] | |
strsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c:158:7: warning: implicit declaration of function ‘sgemv_’ [-Wimplicit-function-declaration] | |
sgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c: In function ‘zlangs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:116:5: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
return (value); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotL.c:27: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlacon.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c: In function ‘csnode_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:104:2: warning: implicit declaration of function ‘ctrsv_’ [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:106:2: warning: implicit declaration of function ‘cgemv_’ [-Wimplicit-function-declaration] | |
cgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:53:35: warning: unused variable ‘iptr’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:53:32: warning: unused variable ‘i’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c: In function ‘creadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c:127:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
FILE *fp, *fopen(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c: In function ‘creadtriple’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c:38:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d", n, nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c:54:7: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d%f%f\n", &row[nz], &col[nz], &val[nz].r, &val[nz].i); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c: In function ‘creadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c:136:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%f%f\n", &b[i].r, &b[i].i); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c: In function ‘zgstrs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:113:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void zprint_soln(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:193:3: warning: implicit declaration of function ‘ztrsm_’ [-Wimplicit-function-declaration] | |
ztrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:196:3: warning: implicit declaration of function ‘zgemm_’ [-Wimplicit-function-declaration] | |
zgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:98:24: warning: unused variable ‘incy’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:98:14: warning: unused variable ‘incx’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c: In function ‘zprint_soln’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:349:4: warning: format ‘%f’ expects argument of type ‘double’, but argument 3 has type ‘doublecomplex’ [-Wformat=] | |
printf("\t%d: %.4f\n", i, soln[i]); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c: In function ‘zlacon_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c:157:5: warning: implicit declaration of function ‘zcopy_’ [-Wimplicit-function-declaration] | |
zcopy_(n, x, &c__1, v, &c__1); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c:163:1: warning: label ‘L90’ defined but not used [-Wunused-label] | |
L90: | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsequ.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsequ.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:14: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:25:12: warning: ‘_compare_’ defined but not used [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c: In function ‘dgsisx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:578:7: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:667:17: warning: unused variable ‘rhs_work’ [-Wunused-variable] | |
double *rhs_work; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:413:15: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:411:36: note: ‘smlnum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:411:28: note: ‘bignum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlaqgs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zlaqgs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c: In function ‘ccolumn_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:133:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:176:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
cLUMemXpand(jcol,nextl,LSUB,&nzlmax,Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_csnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_csnode_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_heap_relax_snode.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_heap_relax_snode.c:11: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spanel_dfs.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/slacon.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c: In function ‘cgsisx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:578:7: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:667:18: warning: unused variable ‘rhs_work’ [-Wunused-variable] | |
complex *rhs_work; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:413:14: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:411:35: note: ‘smlnum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:411:27: note: ‘bignum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotL.c:27: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scomplex.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrf.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:29: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:36:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void ccheck_tempv(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c: In function ‘cpanel_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:238:7: warning: implicit declaration of function ‘ctrsv_’ [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c:285:7: warning: implicit declaration of function ‘cgemv_’ [-Wimplicit-function-declaration] | |
cgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c: In function ‘zgsitrf’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c:229:12: warning: unused variable ‘one’ [-Wunused-variable] | |
double one = 1.0; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c: In function ‘zFillRHS’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c:360:22: warning: variable ‘Aval’ set but not used [-Wunused-but-set-variable] | |
doublecomplex *Aval; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c: At top level: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c:468:1: warning: return type defaults to ‘int’ [-Wreturn-type] | |
print_doublecomplex_vec(char *what, int n, doublecomplex *vec) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c: In function ‘clacon_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c:157:5: warning: implicit declaration of function ‘ccopy_’ [-Wimplicit-function-declaration] | |
ccopy_(n, x, &c__1, v, &c__1); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c:163:1: warning: label ‘L90’ defined but not used [-Wunused-label] | |
L90: | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c: In function ‘sp_dtrsv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c:155:7: warning: implicit declaration of function ‘dtrsv_’ [-Wimplicit-function-declaration] | |
dtrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c:158:7: warning: implicit declaration of function ‘dgemv_’ [-Wimplicit-function-declaration] | |
dgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c: In function ‘sgsisx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:578:7: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:667:16: warning: unused variable ‘rhs_work’ [-Wunused-variable] | |
float *rhs_work; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:413:14: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:411:35: note: ‘smlnum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:411:27: note: ‘bignum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:14: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c: In function ‘ilu_cdrop_row’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:186:3: warning: implicit declaration of function ‘scopy_’ [-Wimplicit-function-declaration] | |
scopy_(&len, swork, &i_1, swork2, &i_1); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:75:13: warning: unused variable ‘zero’ [-Wunused-variable] | |
complex zero = {0.0, 0.0}; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c: At top level: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:25:12: warning: ‘_compare_’ defined but not used [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsrfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsrfs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:72: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c: In function ‘sreadrb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:181:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:186:15: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:193:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:194:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:200:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:201:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:202:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:203:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:215:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:217:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:219:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:130:14: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c: In function ‘sReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c:151:14: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:79: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c: In function ‘sreadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:181:29: warning: unused variable ‘key’ [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c: In function ‘sReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:157:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c: In function ‘sreadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:187:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:199:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:207:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:208:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:214:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:215:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:216:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:217:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:229:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:231:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:233:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:235:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:137:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cldperm.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cldperm.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dzsum1.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c: In function ‘dcolumn_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:219:3: warning: implicit declaration of function ‘dtrsv_’ [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:230:3: warning: implicit declaration of function ‘dgemv_’ [-Wimplicit-function-declaration] | |
dgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:273:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcopy_to_ucol.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c: In function ‘sgstrs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:112:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void sprint_soln(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:191:3: warning: implicit declaration of function ‘strsm_’ [-Wimplicit-function-declaration] | |
strsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:194:3: warning: implicit declaration of function ‘sgemm_’ [-Wimplicit-function-declaration] | |
sgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:98:24: warning: unused variable ‘incy’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:98:14: warning: unused variable ‘incx’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zldperm.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zldperm.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotL.c:27: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c: In function ‘ssnode_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:81:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:94:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c: In function ‘scsum1_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c:46:15: warning: variable ‘i__2’ set but not used [-Wunused-but-set-variable] | |
int i__1, i__2; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c:46:9: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
int i__1, i__2; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/claqgs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/claqgs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zdiagonal.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zdiagonal.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/memory.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/memory.c:14: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:14: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:25:12: warning: ‘_compare_’ defined but not used [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c: In function ‘dlamc2_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c:417:16: warning: unused variable ‘c__1’ [-Wunused-variable] | |
static int c__1 = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c: In function ‘dlamc4_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c:722:9: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
int i__1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c: In function ‘dlamc5_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c:835:9: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
int i__1; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:11: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c: In function ‘dLUMemXpand’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:444:5: warning: enumeration value ‘LLVL’ not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:444:5: warning: enumeration value ‘ULVL’ not handled in switch [-Wswitch] | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlaqgs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dlaqgs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:23: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c: In function ‘ccopy_to_ucol’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:77:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:80:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:23: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c: In function ‘zcopy_to_ucol’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:77:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:80:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zsnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zsnode_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c: In function ‘sgssvx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:356:14: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:354:35: note: ‘smlnum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:354:27: note: ‘bignum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c: In function ‘ssnode_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:103:2: warning: implicit declaration of function ‘strsv_’ [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:105:2: warning: implicit declaration of function ‘sgemv_’ [-Wimplicit-function-declaration] | |
sgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:52:35: warning: unused variable ‘iptr’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:52:32: warning: unused variable ‘i’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c: In function ‘dgssv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:61:37: warning: ‘AA’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_FREE(addr) USER_FREE(addr) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:139:18: note: ‘AA’ was declared here | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cdiagonal.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cdiagonal.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpanel_dfs.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c: In function ‘dlangs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:116:5: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
return (value); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccolumn_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrf.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:72: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c: In function ‘dreadrb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:181:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:186:15: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:193:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:194:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:200:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:201:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:202:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:203:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:215:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:217:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:219:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:130:14: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c: In function ‘dReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c:151:14: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgscon.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgscon.c:20: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c: In function ‘dFillRHS’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c:358:15: warning: variable ‘Aval’ set but not used [-Wunused-but-set-variable] | |
double *Aval; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c: At top level: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c:464:1: warning: return type defaults to ‘int’ [-Wreturn-type] | |
print_double_vec(char *what, int n, double *vec) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/get_perm_c.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/get_perm_c.c:11: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/get_perm_c.c: In function ‘get_perm_c’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/get_perm_c.c:372:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
double t, SuperLU_timer_(); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dldperm.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dldperm.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c: In function ‘zPivotGrowth’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c:63:21: warning: unused variable ‘temp_comp’ [-Wunused-variable] | |
doublecomplex temp_comp; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c: In function ‘sgssv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:61:37: warning: ‘AA’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_FREE(addr) USER_FREE(addr) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:139:18: note: ‘AA’ was declared here | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas3.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas3.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c: In function ‘sFillRHS’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c:358:14: warning: variable ‘Aval’ set but not used [-Wunused-but-set-variable] | |
float *Aval; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c: At top level: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c:464:1: warning: return type defaults to ‘int’ [-Wreturn-type] | |
print_float_vec(char *what, int n, float *vec) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsrfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsrfs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/heap_relax_snode.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/heap_relax_snode.c:23: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scolumn_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:29: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:36:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void zcheck_tempv(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c: In function ‘zpanel_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:238:7: warning: implicit declaration of function ‘ztrsv_’ [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c:285:7: warning: implicit declaration of function ‘zgemv_’ [-Wimplicit-function-declaration] | |
zgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c: In function ‘dsnode_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:103:2: warning: implicit declaration of function ‘dtrsv_’ [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:105:2: warning: implicit declaration of function ‘dgemv_’ [-Wimplicit-function-declaration] | |
dgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:52:35: warning: unused variable ‘iptr’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:52:32: warning: unused variable ‘i’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/slaqgs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/slaqgs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sdiagonal.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sdiagonal.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c: In function ‘dgssvx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:356:15: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:354:36: note: ‘smlnum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:354:28: note: ‘bignum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpivotL.c:15: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c: In function ‘dgstrs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:112:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void dprint_soln(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:191:3: warning: implicit declaration of function ‘dtrsm_’ [-Wimplicit-function-declaration] | |
dtrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:194:3: warning: implicit declaration of function ‘dgemm_’ [-Wimplicit-function-declaration] | |
dgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:98:24: warning: unused variable ‘incy’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:98:14: warning: unused variable ‘incx’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/mmd.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpivotL.c:15: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgscon.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgscon.c:20: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c: In function ‘ilu_countnz’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c:214:24: warning: variable ‘irep’ set but not used [-Wunused-but-set-variable] | |
int jlen, irep; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpruneL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cpruneL.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:79: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c: In function ‘dreadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:181:29: warning: unused variable ‘key’ [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c: In function ‘dReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:157:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c: In function ‘dreadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:187:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:199:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:207:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:208:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:214:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:215:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:216:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:217:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:229:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:231:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:233:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:235:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:137:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c: In function ‘scolumn_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:133:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:176:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
sLUMemXpand(jcol,nextl,LSUB,&nzlmax,Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dsnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dsnode_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:11: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c: In function ‘cLUMemXpand’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:444:5: warning: enumeration value ‘LLVL’ not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:444:5: warning: enumeration value ‘ULVL’ not handled in switch [-Wswitch] | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/xerbla.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpruneL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zpruneL.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas3.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas3.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c: In function ‘lsame_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:68:18: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:69:10: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
>= 162 && inta <= 169) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:71:18: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c:72:10: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
>= 162 && intb <= 169) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:29: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:36:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void scheck_tempv(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c: In function ‘spanel_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:224:7: warning: implicit declaration of function ‘strsv_’ [-Wimplicit-function-declaration] | |
strsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c:271:7: warning: implicit declaration of function ‘sgemv_’ [-Wimplicit-function-declaration] | |
sgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c: In function ‘clangs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:116:5: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
return (value); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpanel_dfs.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgscon.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgscon.c:20: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/qselect.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/qselect.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsequ.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsequ.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:29: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:36:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void dcheck_tempv(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c: In function ‘dpanel_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:224:7: warning: implicit declaration of function ‘dtrsv_’ [-Wimplicit-function-declaration] | |
dtrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c:271:7: warning: implicit declaration of function ‘dgemv_’ [-Wimplicit-function-declaration] | |
dgemv_("N", &block_nrow, &segsze, &alpha, &lusup[luptr1], | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ddiagonal.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ddiagonal.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spivotL.c:15: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c: In function ‘cgstrs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:113:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void cprint_soln(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:193:3: warning: implicit declaration of function ‘ctrsm_’ [-Wimplicit-function-declaration] | |
ctrsm_("L", "L", "N", "U", &nsupc, &nrhs, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:196:3: warning: implicit declaration of function ‘cgemm_’ [-Wimplicit-function-declaration] | |
cgemm_( "N", "N", &nrow, &nrhs, &nsupc, &alpha, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:98:24: warning: unused variable ‘incy’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:98:14: warning: unused variable ‘incx’ [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c: In function ‘cprint_soln’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:349:4: warning: format ‘%f’ expects argument of type ‘double’, but argument 3 has type ‘complex’ [-Wformat=] | |
printf("\t%d: %.4f\n", i, soln[i]); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcomplex.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpivotL.c:15: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsitrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsitrf.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/relax_snode.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/relax_snode.c:23: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:23: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c: In function ‘dcopy_to_ucol’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:77:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:80:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c: In function ‘dsnode_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:81:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:94:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spruneL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/spruneL.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c: In function ‘sreadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c:127:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
FILE *fp, *fopen(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c: In function ‘sreadtriple’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c:38:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d", n, nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c:54:7: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d%f\n", &row[nz], &col[nz], &val[nz]); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c: In function ‘sreadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c:136:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%f\n", &b[i]); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsitrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsitrf.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c: In function ‘csnode_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:81:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:94:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c: In function ‘zgssvx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:356:15: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:354:36: note: ‘smlnum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:354:28: note: ‘bignum’ was declared here | |
double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c: In function ‘cPivotGrowth’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c:63:15: warning: unused variable ‘temp_comp’ [-Wunused-variable] | |
complex temp_comp; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c: In function ‘sp_ienv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c:75:5: warning: implicit declaration of function ‘xerbla_’ [-Wimplicit-function-declaration] | |
xerbla_("sp_ienv", &i); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c: In function ‘ccolumn_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:232:3: warning: implicit declaration of function ‘ctrsv_’ [-Wimplicit-function-declaration] | |
ctrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:243:3: warning: implicit declaration of function ‘cgemv_’ [-Wimplicit-function-declaration] | |
cgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:286:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsequ.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsequ.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:11: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c: In function ‘sLUMemXpand’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:444:5: warning: enumeration value ‘LLVL’ not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:444:5: warning: enumeration value ‘ULVL’ not handled in switch [-Wswitch] | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c: In function ‘dreadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c:127:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
FILE *fp, *fopen(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c: In function ‘dreadtriple’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c:38:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d", n, nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c:54:7: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d%lf\n", &row[nz], &col[nz], &val[nz]); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c: In function ‘dreadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c:136:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%lf\n", &b[i]); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/superlu_timer.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/superlu_timer.c:51:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
double SuperLU_timer_() | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/mark_relax.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/mark_relax.c:10: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c: In function ‘ilu_zcopy_to_ucol’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c:183:11: warning: ‘tmp’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sum->r += tmp; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c: In function ‘zcolumn_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:234:3: warning: implicit declaration of function ‘ztrsv_’ [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &segsze, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:245:3: warning: implicit declaration of function ‘zgemv_’ [-Wimplicit-function-declaration] | |
zgemv_( "N", &nrow, &segsze, &alpha, &lusup[luptr], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:288:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c: In function ‘ilu_ccopy_to_ucol’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c:186:11: warning: ‘tmp’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sum->r += tmp; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotgrowth.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotgrowth.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsequ.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsequ.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sldperm.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sldperm.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c: In function ‘dcolumn_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:133:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:176:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
dLUMemXpand(jcol,nextl,LSUB,&nzlmax,Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:79: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c: In function ‘zreadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:191:29: warning: unused variable ‘key’ [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c: In function ‘zReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:159:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c: In function ‘zreadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:197:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:209:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:217:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:218:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:224:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:225:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:226:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:227:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:239:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:241:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:243:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:245:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:137:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgscon.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgscon.c:20: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:79: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c: In function ‘creadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:191:29: warning: unused variable ‘key’ [-Wunused-variable] | |
char buf[100], type[4], key[10]; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c: In function ‘cReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:159:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c: In function ‘creadhb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:197:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:209:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:217:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:218:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:224:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:225:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:226:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:227:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:239:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:241:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:243:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:245:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:137:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c: In function ‘zgssv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:61:37: warning: ‘AA’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_FREE(addr) USER_FREE(addr) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:139:18: note: ‘AA’ was declared here | |
SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/colamd.c | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c: In function ‘sp_ztrsv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:159:7: warning: implicit declaration of function ‘ztrsv_’ [-Wimplicit-function-declaration] | |
ztrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:162:7: warning: implicit declaration of function ‘zgemv_’ [-Wimplicit-function-declaration] | |
zgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c: In function ‘sp_zgemv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:488:27: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
z_eq(&alpha, &comp_zero) && | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c: In function ‘cgssvx’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:356:14: warning: variable ‘diag_pivot_thresh’ set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:69:46: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:354:35: note: ‘smlnum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:70:46: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
#define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:354:27: note: ‘bignum’ was declared here | |
float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c: In function ‘izmax1_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c:51:24: warning: variable ‘i__2’ set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c:51:18: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpruneL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dpruneL.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c: In function ‘slamc2_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c:424:16: warning: unused variable ‘c__1’ [-Wunused-variable] | |
static int c__1 = 1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c: In function ‘slamc4_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c:734:9: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
int i__1; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c: In function ‘slamc5_’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c:849:9: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
int i__1; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrf.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrf.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:25: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c: In function ‘zsnode_bmod’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:104:2: warning: implicit declaration of function ‘ztrsv_’ [-Wimplicit-function-declaration] | |
ztrsv_( "L", "N", "U", &nsupc, &lusup[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:106:2: warning: implicit declaration of function ‘zgemv_’ [-Wimplicit-function-declaration] | |
zgemv_( "N", &nrow, &nsupc, &alpha, &lusup[luptr+nsupc], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:53:35: warning: unused variable ‘iptr’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:53:32: warning: unused variable ‘i’ [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c: In function ‘zreadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c:127:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
FILE *fp, *fopen(); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c: In function ‘zreadtriple’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c:38:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d", n, nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c:54:7: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] | |
scanf("%d%d%lf%lf\n", &row[nz], &col[nz], &val[nz].r, &val[nz].i); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c: In function ‘zreadrhs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c:136:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%lf%lf\n", &b[i].r, &b[i].i); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:72: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c: In function ‘creadrb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:190:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:195:15: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:202:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:203:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:209:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:210:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:211:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:212:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:224:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:226:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:228:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:130:14: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c: In function ‘cReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c:152:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcolumn_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotL.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotL.c:27: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:11: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c: In function ‘zLUMemXpand’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:444:5: warning: enumeration value ‘LLVL’ not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:444:5: warning: enumeration value ‘ULVL’ not handled in switch [-Wswitch] | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsrfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsrfs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_relax_snode.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_relax_snode.c:11: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c:26: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c: In function ‘cFillRHS’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c:360:16: warning: variable ‘Aval’ set but not used [-Wunused-but-set-variable] | |
complex *Aval; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c: At top level: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c:468:1: warning: return type defaults to ‘int’ [-Wreturn-type] | |
print_complex_vec(char *what, int n, complex *vec) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcolumn_dfs.c:12: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c: In function ‘sp_ctrsv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:159:7: warning: implicit declaration of function ‘ctrsv_’ [-Wimplicit-function-declaration] | |
ctrsv_("L", "N", "U", &nsupc, &Lval[luptr], &nsupr, | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:162:7: warning: implicit declaration of function ‘cgemv_’ [-Wimplicit-function-declaration] | |
cgemv_("N", &nrow, &nsupc, &alpha, &Lval[luptr+nsupc], | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c: In function ‘sp_cgemv’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:488:27: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
c_eq(&alpha, &comp_zero) && | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c: In function ‘slangs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:116:5: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
return (value); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsrfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsrfs.c:19: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:72: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c: In function ‘zreadrb’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:190:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:195:15: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); buf[14] = 0; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:202:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%3c", type); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:203:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%11c", buf); /* pad */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:209:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nrow); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:210:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", ncol); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:211:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", nonz); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:212:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%14c", buf); sscanf(buf, "%d", &tmp); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:224:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:226:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%16c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:228:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | |
fscanf(fp, "%20c", buf); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c: In function ‘ReadVector’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:130:14: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c: In function ‘zReadValues’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c:152:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buf, 100, fp); /* read a line at a time */ | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas3.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas3.c:17: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:24: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c: In function ‘zcolumn_dfs’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:133:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:176:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | |
zLUMemXpand(jcol,nextl,LSUB,&nzlmax,Glu) ) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:14: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c: In function ‘ilu_zdrop_row’: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:186:3: warning: implicit declaration of function ‘dcopy_’ [-Wimplicit-function-declaration] | |
dcopy_(&len, dwork, &i_1, dwork2, &i_1); | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:75:19: warning: unused variable ‘zero’ [-Wunused-variable] | |
doublecomplex zero = {0.0, 0.0}; | |
^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c: At top level: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:25:12: warning: ‘_compare_’ defined but not used [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
x86_64-linux-gnu-gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scopy_to_ucol.c | |
In file included from scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:84:0, | |
from scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scopy_to_ucol.c:13: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:349:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern double SuperLU_timer_ (); | |
^ | |
x86_64-linux-gnu-gcc-ar: adding 50 object files to build/temp.linux-x86_64-3.4/libsuperlu_src.a | |
x86_64-linux-gnu-gcc-ar: adding 50 object files to build/temp.linux-x86_64-3.4/libsuperlu_src.a | |
x86_64-linux-gnu-gcc-ar: adding 50 object files to build/temp.linux-x86_64-3.4/libsuperlu_src.a | |
x86_64-linux-gnu-gcc-ar: adding 23 object files to build/temp.linux-x86_64-3.4/libsuperlu_src.a | |
building 'arpack_scipy' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/eigen | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/ARPACK | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL | |
creating build/temp.linux-x86_64-3.4/scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK | |
creating build/temp.linux-x86_64-3.4/tmp | |
creating build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu | |
creating build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy | |
creating build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy | |
creating build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils | |
creating build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src | |
compile options: '-Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused dummy argument 'shifti' at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused dummy argument 'shiftr' at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused dummy argument 'iupd' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused dummy argument 'itry' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f: In function ‘dlaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f:427:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
do 90 j = k, i2 | |
^ | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused dummy argument 'nb' at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/csortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused dummy argument 'nb' at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f: In function ‘slaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f:427:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
do 90 j = k, i2 | |
^ | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:542.28: | |
if (tol .le. zero) tol = dlamch ('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable 'levec' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstqrb.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused dummy argument 'nb' at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused dummy argument 'iupd' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupe.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused dummy argument 'iupd' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssortr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused dummy argument 'nb' at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:587.17: | |
jj = workl(bounds + ncv - j) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupe.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused dummy argument 'itry' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused dummy argument 'iupd' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsortr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused dummy argument 'shifti' at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused dummy argument 'shiftr' at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused dummy argument 'itry' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:499.17: | |
jj = workl(bounds + ncv - j) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:515.32: | |
if (tol .le. 0.0D+0 ) tol = dlamch ('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable 'levec' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zsortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:520.17: | |
jj = workl(bounds + ncv - j) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsesrt.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaitr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssesrt.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused dummy argument 'itry' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable 'i' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused dummy argument 'iupd' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused dummy argument 'iupd' at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:587.17: | |
jj = workl(bounds + ncv - j) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:542.28: | |
if (tol .le. zero) tol = wslamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable 'levec' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstqrb.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable 'i' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:520.17: | |
jj = workl(bounds + ncv - j) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:515.32: | |
if (tol .le. 0.0E+0 ) tol = wslamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable 'levec' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:499.17: | |
jj = workl(bounds + ncv - j) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't0' declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't2' declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't3' declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't4' declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable 't5' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/svout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f:6.43: | |
subroutine iset (n, value, array, inc) | |
1 | |
Warning: Unused dummy argument 'inc' at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iswap.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/cvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icnteq.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/smout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/zvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/dmout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/second_NONE.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/second_NONE.f:17.27: | |
REAL T1 | |
1 | |
Warning: Unused variable 't1' declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/second_NONE.f:20.36: | |
REAL TARRAY( 2 ) | |
1 | |
Warning: Unused variable 'tarray' declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/dvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icopy.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/cmout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/zmout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/ivout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:239.18: | |
H21 = H( M+1, M ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:245.18: | |
H10 = H( M, M-1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:253.15: | |
H21 = H( L+1, L ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f: In function ‘zlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:330:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( I2.GT.J ) | |
^ | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f: In function ‘slahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f:327:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 90 J = K, I2 | |
^ | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f: In function ‘dlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f:327:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 90 J = K, I2 | |
^ | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:239.18: | |
H21 = H( M+1, M ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:245.18: | |
H10 = H( M, M-1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:253.15: | |
H21 = H( L+1, L ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f: In function ‘clahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:330:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( I2.GT.J ) | |
^ | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.f | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.f | |
x86_64-linux-gnu-gcc-ar: adding 50 object files to build/temp.linux-x86_64-3.4/libarpack_scipy.a | |
x86_64-linux-gnu-gcc-ar: adding 40 object files to build/temp.linux-x86_64-3.4/libarpack_scipy.a | |
building 'sc_c_misc' library | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/special | |
creating build/temp.linux-x86_64-3.4/scipy/special/c_misc | |
compile options: '-I/tmp/pip-build-ie_2astu/scipy/scipy/special -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/tmp/pip-build-ie_2astu/scipy/scipy/special/c_misc -I/home/matt/.virtualenvs/airbnb/include/python3.4m -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
x86_64-linux-gnu-gcc: scipy/special/c_misc/gammasgn.c | |
x86_64-linux-gnu-gcc: scipy/special/c_misc/gammaincinv.c | |
x86_64-linux-gnu-gcc: scipy/special/c_misc/besselpoly.c | |
x86_64-linux-gnu-gcc: scipy/special/c_misc/fsolve.c | |
x86_64-linux-gnu-gcc: scipy/special/c_misc/poch.c | |
x86_64-linux-gnu-gcc: scipy/special/c_misc/struve.c | |
x86_64-linux-gnu-gcc-ar: adding 6 object files to build/temp.linux-x86_64-3.4/libsc_c_misc.a | |
building 'sc_cephes' library | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/special/cephes | |
compile options: '-I/tmp/pip-build-ie_2astu/scipy/scipy/special -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/tmp/pip-build-ie_2astu/scipy/scipy/special/c_misc -I/home/matt/.virtualenvs/airbnb/include/python3.4m -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
x86_64-linux-gnu-gcc: scipy/special/cephes/ellie.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/pdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/beta.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/chbevl.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/ellpk.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/powi.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/btdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/fresnl.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/const.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/round.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/dawsn.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/gels.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/cpmul.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/exp10.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/k1.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/incbi.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/igami.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/gamma.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/k0.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/cbrt.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/hyperg.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/igam.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/mtransp.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/setprec.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/ndtri.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/ellpj.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/kolmogorov.c | |
In file included from scipy/special/cephes/mconf.h:71:0, | |
from scipy/special/cephes/kolmogorov.c:26: | |
scipy/special/cephes/cephes_names.h:94:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
#define kolmogorov cephes_kolmogorov | |
^ | |
scipy/special/cephes/kolmogorov.c:77:8: note: in expansion of macro ‘kolmogorov’ | |
double kolmogorov(y) | |
^ | |
scipy/special/cephes/cephes_names.h:93:18: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
#define smirnovi cephes_smirnovi | |
^ | |
scipy/special/cephes/kolmogorov.c:102:8: note: in expansion of macro ‘smirnovi’ | |
double smirnovi(n, p) | |
^ | |
scipy/special/cephes/cephes_names.h:95:17: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
#define kolmogi cephes_kolmogi | |
^ | |
scipy/special/cephes/kolmogorov.c:145:8: note: in expansion of macro ‘kolmogi’ | |
double kolmogi(p) | |
^ | |
x86_64-linux-gnu-gcc: scipy/special/cephes/bdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/simq.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/gdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/psi.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/simpsn.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/j1.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/airy.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/struve.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/fdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/j0.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/i1.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/yn.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/jv.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/sici.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/mtherr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/ndtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/zetac.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/zeta.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/tukey.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/mmmpy.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/polmisc.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/sindg.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/ellpe.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/chdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/hyp2f1.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/rgamma.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/ellik.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/nbdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/i0.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/stdtr.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/kn.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/exp2.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/tandg.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/spence.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/scipy_iv.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/incbet.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/shichi.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/expn.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/mvmpy.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/unity.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/polyn.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/polrt.c | |
scipy/special/cephes/polrt.c: In function ‘polrt’: | |
scipy/special/cephes/polrt.c:178:18: warning: ‘xsav.i’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (fabs(x.i / x.r) >= 1.0e-5) { | |
^ | |
scipy/special/cephes/polrt.c:178:18: warning: ‘xsav.r’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
x86_64-linux-gnu-gcc: scipy/special/cephes/sincos.c | |
x86_64-linux-gnu-gcc: scipy/special/cephes/polevl.c | |
x86_64-linux-gnu-gcc-ar: adding 50 object files to build/temp.linux-x86_64-3.4/libsc_cephes.a | |
x86_64-linux-gnu-gcc-ar: adding 21 object files to build/temp.linux-x86_64-3.4/libsc_cephes.a | |
building 'sc_mach' library | |
using additional config_fc from setup script for fortran compiler: {'noopt': ('scipy/special/setup.py', 1)} | |
customize Gnu95FCompiler | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/special/mach | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/mach/i1mach.f | |
gfortran:f77: scipy/special/mach/d1mach.f | |
gfortran:f77: scipy/special/mach/xerror.f | |
scipy/special/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused dummy argument 'l1' at (1) | |
scipy/special/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused dummy argument 'l2' at (1) | |
gfortran:f77: scipy/special/mach/r1mach.f | |
scipy/special/mach/r1mach.f:167.27: | |
CALL I1MCRA(SMALL, K, 16, 0, 0) | |
1 | |
Warning: Rank mismatch in argument 'a' at (1) (scalar and rank-1) | |
scipy/special/mach/r1mach.f:168.27: | |
CALL I1MCRA(LARGE, K, 32751, 16777215, 16777215) | |
1 | |
Warning: Rank mismatch in argument 'a' at (1) (scalar and rank-1) | |
scipy/special/mach/r1mach.f:169.27: | |
CALL I1MCRA(RIGHT, K, 15520, 0, 0) | |
1 | |
Warning: Rank mismatch in argument 'a' at (1) (scalar and rank-1) | |
scipy/special/mach/r1mach.f:170.27: | |
CALL I1MCRA(DIVER, K, 15536, 0, 0) | |
1 | |
Warning: Rank mismatch in argument 'a' at (1) (scalar and rank-1) | |
scipy/special/mach/r1mach.f:171.27: | |
CALL I1MCRA(LOG10, K, 16339, 4461392, 10451455) | |
1 | |
Warning: Rank mismatch in argument 'a' at (1) (scalar and rank-1) | |
x86_64-linux-gnu-gcc-ar: adding 4 object files to build/temp.linux-x86_64-3.4/libsc_mach.a | |
building 'sc_amos' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/special/amos | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/amos/zunhj.f | |
gfortran:f77: scipy/special/amos/zseri.f | |
gfortran:f77: scipy/special/amos/zbunk.f | |
gfortran:f77: scipy/special/amos/fdump.f | |
gfortran:f77: scipy/special/amos/zwrsk.f | |
gfortran:f77: scipy/special/amos/zlog.f | |
gfortran:f77: scipy/special/amos/zuoik.f | |
gfortran:f77: scipy/special/amos/zkscl.f | |
gfortran:f77: scipy/special/amos/zbesh.f | |
gfortran:f77: scipy/special/amos/zasyi.f | |
gfortran:f77: scipy/special/amos/zuni1.f | |
gfortran:f77: scipy/special/amos/zuni2.f | |
gfortran:f77: scipy/special/amos/zrati.f | |
gfortran:f77: scipy/special/amos/zbknu.f | |
scipy/special/amos/zbknu.f: In function ‘zbknu’: | |
scipy/special/amos/zbknu.f:426:0: warning: ‘cki’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
S2I = CKI*P2R + CKR*P2I + S1I | |
^ | |
scipy/special/amos/zbknu.f:425:0: warning: ‘ckr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
S2R = CKR*P2R - CKI*P2I + S1R | |
^ | |
scipy/special/amos/zbknu.f:230:0: warning: ‘dnu2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
FHS = DABS(0.25D0-DNU2) | |
^ | |
gfortran:f77: scipy/special/amos/zairy.f | |
gfortran:f77: scipy/special/amos/zsqrt.f | |
gfortran:f77: scipy/special/amos/zexp.f | |
gfortran:f77: scipy/special/amos/dsclmr.f | |
gfortran:f77: scipy/special/amos/zbesk.f | |
gfortran:f77: scipy/special/amos/zuchk.f | |
gfortran:f77: scipy/special/amos/zbinu.f | |
gfortran:f77: scipy/special/amos/zbesi.f | |
gfortran:f77: scipy/special/amos/zdiv.f | |
gfortran:f77: scipy/special/amos/zabs.f | |
gfortran:f77: scipy/special/amos/zbiry.f | |
gfortran:f77: scipy/special/amos/zbuni.f | |
gfortran:f77: scipy/special/amos/dgamln.f | |
scipy/special/amos/dgamln.f: In function ‘dgamln’: | |
scipy/special/amos/dgamln.f:1:0: warning: ‘__result_dgamln’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION FUNCTION DGAMLN(Z,IERR) | |
^ | |
scipy/special/amos/dgamln.f:155:0: warning: ‘nz’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ZINC = ZMIN - FLOAT(NZ) | |
^ | |
gfortran:f77: scipy/special/amos/zbesj.f | |
gfortran:f77: scipy/special/amos/zshch.f | |
gfortran:f77: scipy/special/amos/zbesy.f | |
scipy/special/amos/zbesy.f:183.13: | |
R1M5 = D1MACH(5) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) | |
gfortran:f77: scipy/special/amos/zs1s2.f | |
gfortran:f77: scipy/special/amos/zacai.f | |
gfortran:f77: scipy/special/amos/zunk1.f | |
scipy/special/amos/zunk1.f: In function ‘zunk1’: | |
scipy/special/amos/zunk1.f:23:0: warning: ‘iflag’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IB, IFLAG, IFN, IL, INIT, INU, IUF, K, KDFLG, KFLAG, | |
^ | |
scipy/special/amos/zunk1.f:198:0: warning: ‘kflag’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
C1R = CSRR(KFLAG) | |
^ | |
gfortran:f77: scipy/special/amos/zunik.f | |
gfortran:f77: scipy/special/amos/zmlri.f | |
gfortran:f77: scipy/special/amos/zacon.f | |
scipy/special/amos/zacon.f: In function ‘zacon’: | |
scipy/special/amos/zacon.f:166:0: warning: ‘sc2r’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
S1R = SC1R*CSSR(KFLAG) | |
^ | |
scipy/special/amos/zacon.f:167:0: warning: ‘sc2i’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
S1I = SC1I*CSSR(KFLAG) | |
^ | |
gfortran:f77: scipy/special/amos/zunk2.f | |
scipy/special/amos/zunk2.f: In function ‘zunk2’: | |
scipy/special/amos/zunk2.f:30:0: warning: ‘iflag’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IB, IFLAG, IFN, IL, IN, INU, IUF, K, KDFLG, KFLAG, KK, | |
^ | |
scipy/special/amos/zunk2.f:253:0: warning: ‘kflag’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
C1R = CSRR(KFLAG) | |
^ | |
gfortran:f77: scipy/special/amos/zmlt.f | |
x86_64-linux-gnu-gcc-ar: adding 38 object files to build/temp.linux-x86_64-3.4/libsc_amos.a | |
building 'sc_cdf' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/special/cdflib | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/cdflib/spmpar.f | |
gfortran:f77: scipy/special/cdflib/apser.f | |
gfortran:f77: scipy/special/cdflib/dinvr.f | |
scipy/special/cdflib/dinvr.f:99.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:105.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:142.72: | |
ASSIGN 90 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:167.72: | |
ASSIGN 130 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:202.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:237.72: | |
ASSIGN 270 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:346.72: | |
GO TO i99999 | |
1 | |
Warning: Deleted feature: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dinvr.f:240.5: | |
270 CONTINUE | |
1 | |
Warning: Label 270 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:205.5: | |
200 yy = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:170.5: | |
130 yy = fx | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:145.5: | |
90 yy = fx | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:108.5: | |
20 fbig = fx | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:102.5: | |
10 fsmall = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
gfortran:f77: scipy/special/cdflib/gaminv.f | |
scipy/special/cdflib/gaminv.f: In function ‘gaminv’: | |
scipy/special/cdflib/gaminv.f:168:0: warning: ‘b’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (b.GT.bmin(iop)) GO TO 220 | |
^ | |
gfortran:f77: scipy/special/cdflib/cumfnc.f | |
scipy/special/cdflib/cumfnc.f:116.14: | |
icent = xnonc | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/dzror.f | |
scipy/special/cdflib/dzror.f:92.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:100.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:181.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Deleted feature: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:281.72: | |
GO TO i99999 | |
1 | |
Warning: Deleted feature: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dzror.f:184.5: | |
200 fb = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:106.5: | |
20 IF (.NOT. (fb.LT.0.0D0)) GO TO 40 | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:95.5: | |
10 fb = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
gfortran:f77: scipy/special/cdflib/bgrat.f | |
gfortran:f77: scipy/special/cdflib/cumtnc.f | |
gfortran:f77: scipy/special/cdflib/cdfbet.f | |
gfortran:f77: scipy/special/cdflib/cumnor.f | |
gfortran:f77: scipy/special/cdflib/brcmp1.f | |
scipy/special/cdflib/brcmp1.f:77.10: | |
n = b0 - 1.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/fpser.f | |
gfortran:f77: scipy/special/cdflib/gamln1.f | |
gfortran:f77: scipy/special/cdflib/rexp.f | |
gfortran:f77: scipy/special/cdflib/cdff.f | |
gfortran:f77: scipy/special/cdflib/gamln.f | |
scipy/special/cdflib/gamln.f:44.10: | |
n = a - 1.25D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/cdftnc.f | |
gfortran:f77: scipy/special/cdflib/cumf.f | |
gfortran:f77: scipy/special/cdflib/gam1.f | |
gfortran:f77: scipy/special/cdflib/grat1.f | |
gfortran:f77: scipy/special/cdflib/cdfgam.f | |
gfortran:f77: scipy/special/cdflib/bratio.f | |
scipy/special/cdflib/bratio.f:166.10: | |
160 n = b0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/rlog.f | |
gfortran:f77: scipy/special/cdflib/bcorr.f | |
gfortran:f77: scipy/special/cdflib/basym.f | |
gfortran:f77: scipy/special/cdflib/esum.f | |
gfortran:f77: scipy/special/cdflib/cdfnbn.f | |
gfortran:f77: scipy/special/cdflib/brcomp.f | |
scipy/special/cdflib/brcomp.f:78.10: | |
n = b0 - 1.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/bpser.f | |
scipy/special/cdflib/bpser.f:57.10: | |
m = b0 - 1.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/cdft.f | |
gfortran:f77: scipy/special/cdflib/alnrel.f | |
gfortran:f77: scipy/special/cdflib/alngam.f | |
gfortran:f77: scipy/special/cdflib/algdiv.f | |
gfortran:f77: scipy/special/cdflib/erf.f | |
scipy/special/cdflib/erf.f:1.6: | |
DOUBLE PRECISION FUNCTION erf(x) | |
1 | |
Warning: 'erf' declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. | |
gfortran:f77: scipy/special/cdflib/ipmpar.f | |
gfortran:f77: scipy/special/cdflib/cumgam.f | |
gfortran:f77: scipy/special/cdflib/cumnbn.f | |
gfortran:f77: scipy/special/cdflib/devlpl.f | |
gfortran:f77: scipy/special/cdflib/cdfbin.f | |
gfortran:f77: scipy/special/cdflib/gsumln.f | |
gfortran:f77: scipy/special/cdflib/rlog1.f | |
gfortran:f77: scipy/special/cdflib/cdfnor.f | |
gfortran:f77: scipy/special/cdflib/dt1.f | |
gfortran:f77: scipy/special/cdflib/cdffnc.f | |
gfortran:f77: scipy/special/cdflib/cumbin.f | |
gfortran:f77: scipy/special/cdflib/exparg.f | |
gfortran:f77: scipy/special/cdflib/cumchn.f | |
gfortran:f77: scipy/special/cdflib/bfrac.f | |
gfortran:f77: scipy/special/cdflib/stvaln.f | |
gfortran:f77: scipy/special/cdflib/cdfchi.f | |
scipy/special/cdflib/cdfchi.f: In function ‘cdfchi’: | |
scipy/special/cdflib/cdfchi.f:177:0: warning: ‘porq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (porq.GT.1.5D0) THEN | |
^ | |
gfortran:f77: scipy/special/cdflib/cdfpoi.f | |
gfortran:f77: scipy/special/cdflib/cumpoi.f | |
gfortran:f77: scipy/special/cdflib/psi_fort.f | |
gfortran:f77: scipy/special/cdflib/bup.f | |
scipy/special/cdflib/bup.f:32.11: | |
mu = abs(exparg(1)) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/cdflib/bup.f:33.10: | |
k = exparg(0) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/cdflib/bup.f:55.22: | |
IF (r.LT.t) k = r | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/cumchi.f | |
gfortran:f77: scipy/special/cdflib/gamma_fort.f | |
scipy/special/cdflib/gamma_fort.f:1.6: | |
DOUBLE PRECISION FUNCTION gamma(a) | |
1 | |
Warning: 'gamma' declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. | |
scipy/special/cdflib/gamma_fort.f:124.10: | |
n = x | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/cdflib/gamma_fort.f: In function ‘gamma’: | |
scipy/special/cdflib/gamma_fort.f:149:0: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (a.LT.0.0D0) gamma = (1.0D0/ (gamma*s))/x | |
^ | |
gfortran:f77: scipy/special/cdflib/gratio.f | |
gfortran:f77: scipy/special/cdflib/erfc1.f | |
gfortran:f77: scipy/special/cdflib/cdfchn.f | |
gfortran:f77: scipy/special/cdflib/betaln.f | |
scipy/special/cdflib/betaln.f:55.10: | |
n = a - 1.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/cdflib/betaln.f:69.10: | |
60 n = b - 1.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/cdflib/betaln.f:80.10: | |
80 n = a - 1.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
gfortran:f77: scipy/special/cdflib/cumt.f | |
gfortran:f77: scipy/special/cdflib/rcomp.f | |
gfortran:f77: scipy/special/cdflib/cumbet.f | |
gfortran:f77: scipy/special/cdflib/dinvnr.f | |
x86_64-linux-gnu-gcc-ar: adding 50 object files to build/temp.linux-x86_64-3.4/libsc_cdf.a | |
x86_64-linux-gnu-gcc-ar: adding 14 object files to build/temp.linux-x86_64-3.4/libsc_cdf.a | |
building 'sc_specfun' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/special/specfun | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/specfun/specfun.f | |
scipy/special/specfun/specfun.f:4913.17: | |
M1=X-1 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:1218.14: | |
NN=N1-(N1-N0)/(1.0D0-F0/F1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:1257.14: | |
NN=N1-(N1-N0)/(1.0D0-F0/F1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:1581.13: | |
N=XA | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:1586.13: | |
N=XA-.5 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:2553.16: | |
ISGN=1.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:3386.12: | |
LB0=0.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:8174.11: | |
ID=15-ABS(D1-D2) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:9359.20: | |
IF (IL1) NM=ABS(A) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:9360.20: | |
IF (IL2) NM=ABS(AA) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:9382.14: | |
20 ID=ABS(LOG10(RA)) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:9853.10: | |
N=ABS(B-1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:9893.11: | |
ID=15-ABS(DA1-DA2) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:9928.12: | |
ID1=15-ABS(DB1-DB2) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:9939.12: | |
ID2=0.0D0 | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) | |
scipy/special/specfun/specfun.f:8754.2: | |
6 FNAN=DNAN() | |
1 | |
scipy/special/specfun/specfun.f:8714.72: | |
IF (JM+1.GT.251) GOTO 6 | |
2 | |
Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2) | |
scipy/special/specfun/specfun.f:5607.34: | |
DOUBLE COMPLEX Z, CEI, IMF | |
1 | |
Warning: Unused variable 'imf' declared at (1) | |
scipy/special/specfun/specfun.f: In function ‘fcoef’: | |
scipy/special/specfun/specfun.f:8728:0: warning: ‘jm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
FC(JM) = 1.0D0 | |
^ | |
scipy/special/specfun/specfun.f: In function ‘cik01’: | |
scipy/special/specfun/specfun.f:12760:0: warning: ‘IMAGPART_EXPR <cw>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (CDABS((CS-CW)/CS).LT.1.0D-15) GO TO 45 | |
^ | |
scipy/special/specfun/specfun.f:12760:0: warning: ‘REALPART_EXPR <cw>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cjynb’: | |
scipy/special/specfun/specfun.f:6829:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CS0=(CBS+CF)/CDCOS(Z) | |
^ | |
scipy/special/specfun/specfun.f:6829:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘ciknb’: | |
scipy/special/specfun/specfun.f:12410:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CS0=CDEXP(Z1)/(CBS-CF) | |
^ | |
scipy/special/specfun/specfun.f:12410:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘csphjy’: | |
scipy/special/specfun/specfun.f:1181:0: warning: ‘IMAGPART_EXPR <cs>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
20 CSJ(K)=CS*CSJ(K) | |
^ | |
scipy/special/specfun/specfun.f:1181:0: warning: ‘REALPART_EXPR <cs>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cjylv’: | |
scipy/special/specfun/specfun.f:1471:0: warning: ‘IMAGPART_EXPR <cfy>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CDYV=-V/Z*CBYV+CFY | |
^ | |
scipy/special/specfun/specfun.f:1471:0: warning: ‘REALPART_EXPR <cfy>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cisia’: | |
scipy/special/specfun/specfun.f:2093:0: warning: ‘bj[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
XS=BJ(1) | |
^ | |
scipy/special/specfun/specfun.f: In function ‘clqn’: | |
scipy/special/specfun/specfun.f:2260:0: warning: ‘IMAGPART_EXPR <cqf0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CQF0=CQ0 | |
^ | |
scipy/special/specfun/specfun.f:2260:0: warning: ‘REALPART_EXPR <cqf0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cjyva’: | |
scipy/special/specfun/specfun.f:3517:0: warning: ‘IMAGPART_EXPR <cs>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
80 CBJ(K)=CS*CBJ(K) | |
^ | |
scipy/special/specfun/specfun.f:3517:0: warning: ‘REALPART_EXPR <cs>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:3496:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CF=2.0D0*(K+V0-1.0D0)/Z*CF1-CF0 | |
^ | |
scipy/special/specfun/specfun.f:3496:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:3453:0: warning: ‘IMAGPART_EXPR <cju0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CYV0=(CJV0*DCOS(PV0)-CJU0)/DSIN(PV0) | |
^ | |
scipy/special/specfun/specfun.f:3453:0: warning: ‘REALPART_EXPR <cju0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:3432:0: warning: ‘IMAGPART_EXPR <cyv1>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CYV1=CA0*(CPZ*CSK+CQZ*CCK) | |
^ | |
scipy/special/specfun/specfun.f:3432:0: warning: ‘REALPART_EXPR <cyv1>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:3429:0: warning: ‘IMAGPART_EXPR <cyv0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CYV0=CA0*(CPZ*CSK+CQZ*CCK) | |
^ | |
scipy/special/specfun/specfun.f:3429:0: warning: ‘REALPART_EXPR <cyv0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:3532:0: warning: ‘cyv0’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
YA1=CDABS(CG0) | |
^ | |
scipy/special/specfun/specfun.f:3484:0: warning: ‘IMAGPART_EXPR <cjv0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CYV0=CYV0/CFAC0+2.0D0*CI*DCOS(PV0)*CJV0 | |
^ | |
scipy/special/specfun/specfun.f:3484:0: warning: ‘REALPART_EXPR <cjv0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:3514:0: warning: ‘cjv0’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (CDABS(CJV0).GT.CDABS(CJV1)) CS=CJV0/CF | |
^ | |
scipy/special/specfun/specfun.f: In function ‘cjyvb’: | |
scipy/special/specfun/specfun.f:3719:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CS=CJV0/CF | |
^ | |
scipy/special/specfun/specfun.f:3719:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:3677:0: warning: ‘IMAGPART_EXPR <cyv0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CYV0=CA0*(CPZ*CSK+CQZ*CCK) | |
^ | |
scipy/special/specfun/specfun.f:3677:0: warning: ‘REALPART_EXPR <cyv0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘ciklv’: | |
scipy/special/specfun/specfun.f:5445:0: warning: ‘IMAGPART_EXPR <cfk>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CDKV=-CFK-V/Z*CBKV | |
^ | |
scipy/special/specfun/specfun.f:5445:0: warning: ‘REALPART_EXPR <cfk>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘hygfx’: | |
scipy/special/specfun/specfun.f:5860:0: warning: ‘nm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (L2) NM=INT(ABS(A)) | |
^ | |
scipy/special/specfun/specfun.f: In function ‘cchg’: | |
scipy/special/specfun/specfun.f:6118:0: warning: ‘IMAGPART_EXPR <cy1>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CHG=((2.0D0*A-B+Z)*CY1+(B-A)*CY0)/A | |
^ | |
scipy/special/specfun/specfun.f:6118:0: warning: ‘REALPART_EXPR <cy1>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:6118:0: warning: ‘IMAGPART_EXPR <cy0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:6118:0: warning: ‘REALPART_EXPR <cy0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:6073:0: warning: ‘IMAGPART_EXPR <chw>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (CDABS((CHG-CHW)/CHG).LT.1.D-15) GO TO 25 | |
^ | |
scipy/special/specfun/specfun.f:6073:0: warning: ‘REALPART_EXPR <chw>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘hygfz’: | |
scipy/special/specfun/specfun.f:6416:0: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (K.GT.150) WRITE(*,160) | |
^ | |
scipy/special/specfun/specfun.f:6350:0: warning: ‘IMAGPART_EXPR <zw>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF (CDABS((ZHF-ZW)/ZHF).LE.EPS) GO TO 115 | |
^ | |
scipy/special/specfun/specfun.f:6350:0: warning: ‘REALPART_EXPR <zw>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cjyna’: | |
scipy/special/specfun/specfun.f:6726:0: warning: ‘IMAGPART_EXPR <ch0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CBY(LB+1)=(CBJ(LB+1)*CBY0-2.0D0*CP11/(PI*Z))/CBJ(0) | |
^ | |
scipy/special/specfun/specfun.f:6726:0: warning: ‘REALPART_EXPR <ch0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:6676:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CF=2.0D0*(K+1.0D0)/Z*CF1-CF2 | |
^ | |
scipy/special/specfun/specfun.f:6676:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘csphik’: | |
scipy/special/specfun/specfun.f:10265:0: warning: ‘IMAGPART_EXPR <cs>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
20 CSI(K)=CS*CSI(K) | |
^ | |
scipy/special/specfun/specfun.f:10265:0: warning: ‘REALPART_EXPR <cs>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f:10258:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CF=(2.0D0*K+3.0D0)*CF1/Z+CF0 | |
^ | |
scipy/special/specfun/specfun.f:10258:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cikvb’: | |
scipy/special/specfun/specfun.f:11294:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CS=CBI0/CF | |
^ | |
scipy/special/specfun/specfun.f:11294:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cikva’: | |
scipy/special/specfun/specfun.f:11455:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CS=CBI0/CF | |
^ | |
scipy/special/specfun/specfun.f:11455:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘clqmn’: | |
scipy/special/specfun/specfun.f:12215:0: warning: ‘IMAGPART_EXPR <cqf0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CQF0=((2*K+3.0D0)*Z*CQF1-(K+2.0D0)*CQF2)/(K+1.0D0) | |
^ | |
scipy/special/specfun/specfun.f:12215:0: warning: ‘REALPART_EXPR <cqf0>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘cikna’: | |
scipy/special/specfun/specfun.f:12518:0: warning: ‘IMAGPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CS=CBI0/CF | |
^ | |
scipy/special/specfun/specfun.f:12518:0: warning: ‘REALPART_EXPR <cf>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
scipy/special/specfun/specfun.f: In function ‘stvhv’: | |
scipy/special/specfun/specfun.f:13078:0: warning: ‘bjv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
BYV = DCOS(V*PI)*BYV + DSIN(-V*PI)*BJV | |
^ | |
x86_64-linux-gnu-gcc-ar: adding 1 object files to build/temp.linux-x86_64-3.4/libsc_specfun.a | |
building 'statlib' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/stats | |
creating build/temp.linux-x86_64-3.4/scipy/stats/statlib | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/stats/statlib/swilk.f | |
gfortran:f77: scipy/stats/statlib/ansari.f | |
gfortran:f77: scipy/stats/statlib/spearman.f | |
scipy/stats/statlib/spearman.f:12.49: | |
double precision zero, one, two, b, x, y, z, u, six, | |
1 | |
Warning: Unused variable 'z' declared at (1) | |
x86_64-linux-gnu-gcc-ar: adding 3 object files to build/temp.linux-x86_64-3.4/libstatlib.a | |
running build_ext | |
customize UnixCCompiler | |
customize UnixCCompiler using build_ext | |
resetting extension 'scipy.odr.__odrpack' language from 'c' to 'f77'. | |
extending extension 'scipy.sparse.linalg.dsolve._superlu' defined_macros with [('USE_VENDOR_BLAS', 1)] | |
customize UnixCCompiler | |
customize UnixCCompiler using build_ext | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using build_ext | |
building 'scipy.cluster._vq' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/cluster | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/atlas -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/cluster/_vq.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/cluster/_vq.c:352: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
scipy/cluster/_vq.c: In function ‘__pyx_fuse_0__pyx_f_5scipy_7cluster_3_vq_cal_M’: | |
scipy/cluster/_vq.c:1599:3: warning: implicit declaration of function ‘sgemm_’ [-Wimplicit-function-declaration] | |
f_sgemm(__pyx_k_T, __pyx_k_N, (&__pyx_v_ncodes), (&__pyx_v_nobs), (&__pyx_v_nfeat), (&__pyx_v_alpha), __pyx_v_code_book, (&__pyx_v_nfeat), __pyx_v_obs, (&__pyx_v_nfeat), (&__pyx_v_beta), __pyx_v_M, (&__pyx_v_ncodes)); | |
^ | |
scipy/cluster/_vq.c: In function ‘__pyx_fuse_1__pyx_f_5scipy_7cluster_3_vq_cal_M’: | |
scipy/cluster/_vq.c:1636:3: warning: implicit declaration of function ‘dgemm_’ [-Wimplicit-function-declaration] | |
f_dgemm(__pyx_k_T, __pyx_k_N, (&__pyx_v_ncodes), (&__pyx_v_nobs), (&__pyx_v_nfeat), (&__pyx_v_alpha), __pyx_v_code_book, (&__pyx_v_nfeat), __pyx_v_obs, (&__pyx_v_nfeat), (&__pyx_v_beta), __pyx_v_M, (&__pyx_v_ncodes)); | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from scipy/cluster/_vq.c:353: | |
scipy/cluster/_vq.c: At top level: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/scipy/cluster/_vq.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/cluster/_vq.cpython-34m.so | |
building 'scipy.cluster._hierarchy' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/cluster/_hierarchy.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/cluster/_hierarchy.c:352: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/cluster/_hierarchy.c:352: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: ‘_import_array’ defined but not used [-Wunused-function] | |
_import_array(void) | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from scipy/cluster/_hierarchy.c:353: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
scipy/cluster/_hierarchy.c: In function ‘__pyx_pw_5scipy_7cluster_10_hierarchy_23linkage’: | |
scipy/cluster/_hierarchy.c:2370:6: warning: ‘__pyx_v_y’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (__pyx_t_1) { | |
^ | |
scipy/cluster/_hierarchy.c:8535:7: note: ‘__pyx_v_y’ was declared here | |
int __pyx_v_y; | |
^ | |
scipy/cluster/_hierarchy.c:9083:10: warning: ‘__pyx_v_x’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (__pyx_t_28) { | |
^ | |
scipy/cluster/_hierarchy.c:8534:7: note: ‘__pyx_v_x’ was declared here | |
int __pyx_v_x; | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/scipy/cluster/_hierarchy.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/scipy/cluster/_hierarchy.cpython-34m.so | |
building 'scipy.fftpack._fftpack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/build | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4 | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/fftpack | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/fftpack/src | |
compile options: '-Iscipy/fftpack/src -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: scipy/fftpack/src/zfft.c | |
x86_64-linux-gnu-gcc: scipy/fftpack/src/zfftnd.c | |
x86_64-linux-gnu-gcc: scipy/fftpack/src/zrfft.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/fftpack/_fftpackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/scipy/fftpack/_fftpackmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/fftpack/src/dst.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/fftpack/src/dct.c | |
x86_64-linux-gnu-gcc: scipy/fftpack/src/drfft.c | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/fftpack/_fftpackmodule.o build/temp.linux-x86_64-3.4/scipy/fftpack/src/zfft.o build/temp.linux-x86_64-3.4/scipy/fftpack/src/drfft.o build/temp.linux-x86_64-3.4/scipy/fftpack/src/zrfft.o build/temp.linux-x86_64-3.4/scipy/fftpack/src/zfftnd.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/fftpack/src/dct.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/fftpack/src/dst.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -Lbuild/temp.linux-x86_64-3.4 -ldfftpack -lfftpack -lgfortran -o build/lib.linux-x86_64-3.4/scipy/fftpack/_fftpack.cpython-34m.so | |
building 'scipy.fftpack.convolve' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/fftpack/convolvemodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/scipy/fftpack/convolvemodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/scipy/fftpack/convolvemodule.c:130:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
x86_64-linux-gnu-gcc: scipy/fftpack/src/convolve.c | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/fftpack/convolvemodule.o build/temp.linux-x86_64-3.4/scipy/fftpack/src/convolve.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -Lbuild/temp.linux-x86_64-3.4 -ldfftpack -lgfortran -o build/lib.linux-x86_64-3.4/scipy/fftpack/convolve.cpython-34m.so | |
building 'scipy.integrate._quadpack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/integrate/_quadpackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_3kcompat.h:23, | |
from scipy/integrate/quadpack.h:32, | |
from scipy/integrate/_quadpackmodule.c:4: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from scipy/integrate/_quadpackmodule.c:4:0: | |
scipy/integrate/quadpack.h: In function ‘init_c_multivariate’: | |
scipy/integrate/quadpack.h:162:16: warning: assignment from incompatible pointer type [enabled by default] | |
store->arg = global_args; | |
^ | |
scipy/integrate/quadpack.h:165:26: warning: assignment from incompatible pointer type [enabled by default] | |
if ((global_function = get_ctypes_function_pointer(f)) == NULL) { | |
^ | |
scipy/integrate/quadpack.h: In function ‘restore_c_multivariate’: | |
scipy/integrate/quadpack.h:199:17: warning: assignment from incompatible pointer type [enabled by default] | |
global_args = store->arg; | |
^ | |
In file included from scipy/integrate/_quadpackmodule.c:5:0: | |
scipy/integrate/__quadpack.h: At top level: | |
scipy/integrate/__quadpack.h:54:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void DQAGSE(); | |
^ | |
scipy/integrate/__quadpack.h:55:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void DQAGIE(); | |
^ | |
scipy/integrate/__quadpack.h:56:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void DQAGPE(); | |
^ | |
scipy/integrate/__quadpack.h:57:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void DQAWOE(); | |
^ | |
scipy/integrate/__quadpack.h:58:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void DQAWFE(); | |
^ | |
scipy/integrate/__quadpack.h:59:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void DQAWSE(); | |
^ | |
scipy/integrate/__quadpack.h:60:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void DQAWCE(); | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/scipy/integrate/_quadpackmodule.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -lquadpack -lmach -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/integrate/_quadpack.cpython-34m.so | |
building 'scipy.integrate._odepack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/integrate/_odepackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_3kcompat.h:23, | |
from scipy/integrate/multipack.h:32, | |
from scipy/integrate/_odepackmodule.c:4: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from scipy/integrate/_odepackmodule.c:4:0: | |
scipy/integrate/multipack.h: In function ‘call_python_function’: | |
scipy/integrate/multipack.h:160:27: warning: unused variable ‘str1’ [-Wunused-variable] | |
PyObject *arg1 = NULL, *str1 = NULL; | |
^ | |
In file included from scipy/integrate/_odepackmodule.c:6:0: | |
scipy/integrate/__odepack.h: At top level: | |
scipy/integrate/__odepack.h:31:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void LSODA(); | |
^ | |
In file included from scipy/integrate/_odepackmodule.c:4:0: | |
scipy/integrate/multipack.h:119:24: warning: ‘my_make_numpy_array’ defined but not used [-Wunused-function] | |
static PyArrayObject * my_make_numpy_array(PyObject *y0, int type, int mindim, int maxdim) | |
^ | |
In file included from scipy/integrate/_odepackmodule.c:6:0: | |
scipy/integrate/__odepack.h: In function ‘odepack_odeint’: | |
scipy/integrate/__odepack.h:322:87: warning: ‘tcrit’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
if (itask == 4 && *tout_ptr > *(tcrit + crit_ind)) {crit_ind++; rwork[0] = *(tcrit+crit_ind);} | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/scipy/integrate/_odepackmodule.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -lodepack -lmach -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/integrate/_odepack.cpython-34m.so | |
building 'scipy.integrate.vode' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/integrate | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:347:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(dvode,DVODE)(); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:348:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(zvode,ZVODE)(); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: In function ‘cb_f_in_dvode__user__routines’: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:372:7: warning: unused variable ‘ipar’ [-Wunused-variable] | |
int ipar=(*ipar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:371:10: warning: unused variable ‘rpar’ [-Wunused-variable] | |
double rpar=(*rpar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: In function ‘cb_jac_in_dvode__user__routines’: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:504:7: warning: unused variable ‘ipar’ [-Wunused-variable] | |
int ipar=(*ipar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:503:10: warning: unused variable ‘rpar’ [-Wunused-variable] | |
double rpar=(*rpar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:501:7: warning: unused variable ‘mu’ [-Wunused-variable] | |
int mu=(*mu_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:500:7: warning: unused variable ‘ml’ [-Wunused-variable] | |
int ml=(*ml_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: In function ‘cb_f_in_zvode__user__routines’: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:632:7: warning: unused variable ‘ipar’ [-Wunused-variable] | |
int ipar=(*ipar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:631:10: warning: unused variable ‘rpar’ [-Wunused-variable] | |
double rpar=(*rpar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: In function ‘cb_jac_in_zvode__user__routines’: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:764:7: warning: unused variable ‘ipar’ [-Wunused-variable] | |
int ipar=(*ipar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:763:10: warning: unused variable ‘rpar’ [-Wunused-variable] | |
double rpar=(*rpar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:761:7: warning: unused variable ‘mu’ [-Wunused-variable] | |
int mu=(*mu_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:760:7: warning: unused variable ‘ml’ [-Wunused-variable] | |
int ml=(*ml_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: At top level: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:919:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: In function ‘f2py_rout_vode_dvode’: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:933:43: warning: variable ‘jac_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_jac_in_dvode__user__routines_typedef jac_cptr; | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:928:41: warning: variable ‘f_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_f_in_dvode__user__routines_typedef f_cptr; | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: At top level: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:1247:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: In function ‘f2py_rout_vode_zvode’: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:1261:43: warning: variable ‘jac_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_jac_in_zvode__user__routines_typedef jac_cptr; | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:1256:41: warning: variable ‘f_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_f_in_zvode__user__routines_typedef f_cptr; | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c: At top level: | |
build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.c:144:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/integrate/vodemodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -lodepack -lmach -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/integrate/vode.cpython-34m.so | |
building 'scipy.integrate.lsoda' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:345:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(lsoda,LSODA)(); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c: In function ‘cb_jac_in_lsoda__user__routines’: | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:496:7: warning: unused variable ‘mu’ [-Wunused-variable] | |
int mu=(*mu_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:495:7: warning: unused variable ‘ml’ [-Wunused-variable] | |
int ml=(*ml_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c: At top level: | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:652:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c: In function ‘f2py_rout_lsoda_lsoda’: | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:710:43: warning: variable ‘jac_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_jac_in_lsoda__user__routines_typedef jac_cptr; | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:661:41: warning: variable ‘f_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_f_in_lsoda__user__routines_typedef f_cptr; | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c: At top level: | |
build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.c:142:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/integrate/lsodamodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -lodepack -lmach -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/integrate/lsoda.cpython-34m.so | |
building 'scipy.integrate._dop' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c: In function ‘cb_fcn_in___user__routines’: | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c:370:7: warning: unused variable ‘ipar’ [-Wunused-variable] | |
int ipar=(*ipar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c:369:10: warning: unused variable ‘rpar’ [-Wunused-variable] | |
double rpar=(*rpar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c: In function ‘cb_solout_in___user__routines’: | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c:503:7: warning: unused variable ‘irtn’ [-Wunused-variable] | |
int irtn=(*irtn_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c:502:7: warning: unused variable ‘ipar’ [-Wunused-variable] | |
int ipar=(*ipar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c:501:10: warning: unused variable ‘rpar’ [-Wunused-variable] | |
double rpar=(*rpar_cb_capi); | |
^ | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c: At top level: | |
build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.c:142:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/integrate/_dopmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -Lbuild/temp.linux-x86_64-3.4 -ldop -lgfortran -o build/lib.linux-x86_64-3.4/scipy/integrate/_dop.cpython-34m.so | |
building 'scipy.integrate._test_multivariate' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/integrate/tests | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/integrate/tests/_test_multivariate.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/scipy/integrate/tests/_test_multivariate.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/scipy/integrate/_test_multivariate.cpython-34m.so | |
building 'scipy.interpolate.interpnd' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/interpolate/interpnd.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from scipy/interpolate/interpnd.c:349: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:0, | |
from scipy/interpolate/interpnd.c:349: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: ‘_import_array’ defined but not used [-Wunused-function] | |
_import_array(void) | |
^ | |
scipy/interpolate/interpnd.c: In function ‘__pyx_pf_5scipy_11interpolate_8interpnd_26CloughTocher2DInterpolator_8_do_evaluate.isra.42’: | |
scipy/interpolate/interpnd.c:8377:33: warning: ‘__pyx_v_g3’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_v_c1101 = (((__pyx_v_g3 * ((((-__pyx_v_c3000) + (3.0 * __pyx_v_c2100)) - (3.0 * __pyx_v_c1200)) + __pyx_v_c0300)) + (((((-__pyx_v_c3000) + (2.0 * __pyx_v_c2100)) - __pyx_v_c1200) + __pyx_v_c2001) + __pyx_v_c0201)) / 2.0); | |
^ | |
scipy/interpolate/interpnd.c:7824:10: note: ‘__pyx_v_g3’ was declared here | |
double __pyx_v_g3; | |
^ | |
scipy/interpolate/interpnd.c:8368:33: warning: ‘__pyx_v_g2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_v_c1011 = (((__pyx_v_g2 * ((((-__pyx_v_c0030) + (3.0 * __pyx_v_c1020)) - (3.0 * __pyx_v_c2010)) + __pyx_v_c3000)) + (((((-__pyx_v_c0030) + (2.0 * __pyx_v_c1020)) - __pyx_v_c2010) + __pyx_v_c2001) + __pyx_v_c0021)) / 2.0); | |
^ | |
scipy/interpolate/interpnd.c:7823:10: note: ‘__pyx_v_g2’ was declared here | |
double __pyx_v_g2; | |
^ | |
scipy/interpolate/interpnd.c:8359:33: warning: ‘__pyx_v_g1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_v_c0111 = (((__pyx_v_g1 * ((((-__pyx_v_c0300) + (3.0 * __pyx_v_c0210)) - (3.0 * __pyx_v_c0120)) + __pyx_v_c0030)) + (((((-__pyx_v_c0300) + (2.0 * __pyx_v_c0210)) - __pyx_v_c0120) + __pyx_v_c0021) + __pyx_v_c0201)) / 2.0); | |
^ | |
scipy/interpolate/interpnd.c:7822:10: note: ‘__pyx_v_g1’ was declared here | |
double __pyx_v_g1; | |
^ | |
scipy/interpolate/interpnd.c: In function ‘__pyx_pf_5scipy_11interpolate_8interpnd_26CloughTocher2DInterpolator_10_do_evaluate.isra.41’: | |
scipy/interpolate/interpnd.c:27056:25: warning: ‘__pyx_v_g3’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
z.imag = a.real * b.imag + a.imag * b.real; | |
^ | |
scipy/interpolate/interpnd.c:8556:10: note: ‘__pyx_v_g3’ was declared here | |
double __pyx_v_g3; | |
^ | |
scipy/interpolate/interpnd.c:27056:25: warning: ‘__pyx_v_g2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
z.imag = a.real * b.imag + a.imag * b.real; | |
^ | |
scipy/interpolate/interpnd.c:8555:10: note: ‘__pyx_v_g2’ was declared here | |
double __pyx_v_g2; | |
^ | |
scipy/interpolate/interpnd.c:27056:25: warning: ‘__pyx_v_g1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
z.imag = a.real * b.imag + a.imag * b.real; | |
^ | |
scipy/interpolate/interpnd.c:8554:10: note: ‘__pyx_v_g1’ was declared here | |
double __pyx_v_g1; | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/scipy/interpolate/interpnd.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/scipy/interpolate/interpnd.cpython-34m.so | |
building 'scipy.interpolate._ppoly' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/interpolate/_ppoly.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/interpolate/_ppoly.c:352: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
scipy/interpolate/_ppoly.c: In function ‘__pyx_f_5scipy_11interpolate_6_ppoly_croots_poly1’: | |
scipy/interpolate/_ppoly.c:11297:3: warning: implicit declaration of function ‘dgeev_’ [-Wimplicit-function-declaration] | |
c_dgeev(__pyx_k_N, __pyx_k_N, (&__pyx_v_order), __pyx_v_a, (&__pyx_v_order), ((double *)__pyx_v_wr), ((double *)__pyx_v_wi), NULL, (&__pyx_v_order), NULL, (&__pyx_v_order), __pyx_v_work, (&__pyx_v_lwork), (&__pyx_v_info)); | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/interpolate/_ppoly.c:352: | |
scipy/interpolate/_ppoly.c: At top level: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: ‘_import_array’ defined but not used [-Wunused-function] | |
_import_array(void) | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from scipy/interpolate/_ppoly.c:353: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/scipy/interpolate/_ppoly.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/interpolate/_ppoly.cpython-34m.so | |
building 'scipy.interpolate._fitpack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/interpolate/src | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/interpolate/src/_fitpackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/interpolate/src/multipack.h:32, | |
from scipy/interpolate/src/_fitpackmodule.c:5: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from scipy/interpolate/src/_fitpackmodule.c:5:0: | |
scipy/interpolate/src/multipack.h: In function ‘call_python_function’: | |
scipy/interpolate/src/multipack.h:164:27: warning: unused variable ‘str1’ [-Wunused-variable] | |
PyObject *arg1 = NULL, *str1 = NULL; | |
^ | |
scipy/interpolate/src/_fitpackmodule.c: At top level: | |
scipy/interpolate/src/multipack.h:123:24: warning: ‘my_make_numpy_array’ defined but not used [-Wunused-function] | |
static PyArrayObject * my_make_numpy_array(PyObject *y0, int type, int mindim, int maxdim) | |
^ | |
scipy/interpolate/src/multipack.h:147:18: warning: ‘call_python_function’ defined but not used [-Wunused-function] | |
static PyObject *call_python_function(PyObject *func, npy_intp n, double *x, PyObject *args, int dim, PyObject *error_obj) | |
^ | |
In file included from scipy/interpolate/src/_fitpackmodule.c:7:0: | |
scipy/interpolate/src/__fitpack.h: In function ‘_bspldismat’: | |
scipy/interpolate/src/__fitpack.h:1427:20: warning: ‘dx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
factor = pow(dx, (double)k); | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/scipy/interpolate/src/_fitpackmodule.o -Lbuild/temp.linux-x86_64-3.4 -lfitpack -lgfortran -o build/lib.linux-x86_64-3.4/scipy/interpolate/_fitpack.cpython-34m.so | |
building 'scipy.interpolate.dfitpack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/interpolate | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/interpolate/src | |
compile options: '-Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpackmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpackmodule.c:151:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
compile options: '-Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
gfortran:f77: build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpack-f2pywrappers.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpackmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/interpolate/src/dfitpack-f2pywrappers.o -Lbuild/temp.linux-x86_64-3.4 -lfitpack -lgfortran -o build/lib.linux-x86_64-3.4/scipy/interpolate/dfitpack.cpython-34m.so | |
building 'scipy.interpolate._interpolate' extension | |
compiling C++ sources | |
C compiler: x86_64-linux-gnu-g++ -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-Iscipy/interpolate/src -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-g++: scipy/interpolate/src/_interpolate.cpp | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/interpolate/src/_interpolate.cpp:5: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* linear_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:13:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
static char *kwlist[] = {"x","y","new_x","new_y", NULL}; | |
^ | |
scipy/interpolate/src/_interpolate.cpp:13:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:13:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:13:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* loginterp_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:63:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
static char *kwlist[] = {"x","y","new_x","new_y", NULL}; | |
^ | |
scipy/interpolate/src/_interpolate.cpp:63:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:63:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:63:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* window_average_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:113:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
static char *kwlist[] = {"x","y","new_x","new_y", NULL}; | |
^ | |
scipy/interpolate/src/_interpolate.cpp:113:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:113:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:113:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* block_average_above_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:164:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
static char *kwlist[] = {"x","y","new_x","new_y", NULL}; | |
^ | |
scipy/interpolate/src/_interpolate.cpp:164:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:164:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp:164:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* PyInit__interpolate()’: | |
scipy/interpolate/src/_interpolate.cpp:239:19: warning: unused variable ‘d’ [-Wunused-variable] | |
PyObject *m, *d, *s; | |
^ | |
scipy/interpolate/src/_interpolate.cpp:239:23: warning: unused variable ‘s’ [-Wunused-variable] | |
PyObject *m, *d, *s; | |
^ | |
x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/scipy/interpolate/src/_interpolate.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/scipy/interpolate/_interpolate.cpython-34m.so | |
building 'scipy.io.matlab.streams' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/scipy/io | |
creating build/temp.linux-x86_64-3.4/scipy/io/matlab | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/io/matlab/streams.c | |
In file included from scipy/io/matlab/streams.c:353:0: | |
scipy/io/matlab/py3k.h:28:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
static void PycString_IMPORT() {} | |
^ | |
scipy/io/matlab/streams.c: In function ‘PyInit_streams’: | |
scipy/io/matlab/streams.c:6122:3: warning: statement with no effect [-Wunused-value] | |
PycString_IMPORT; | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/scipy/io/matlab/streams.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/scipy/io/matlab/streams.cpython-34m.so | |
building 'scipy.io.matlab.mio_utils' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/io/matlab/mio_utils.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/io/matlab/mio_utils.c:352: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/io/matlab/mio_utils.c:352: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: ‘_import_array’ defined but not used [-Wunused-function] | |
_import_array(void) | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from scipy/io/matlab/mio_utils.c:353: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/scipy/io/matlab/mio_utils.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/scipy/io/matlab/mio_utils.cpython-34m.so | |
building 'scipy.io.matlab.mio5_utils' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: scipy/io/matlab/mio5_utils.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from scipy/io/matlab/mio5_utils.c:353: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ufuncobject.h:317:0, | |
from scipy/io/matlab/mio5_utils.c:354: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/scipy/io/matlab/mio5_utils.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/scipy/io/matlab/mio5_utils.cpython-34m.so | |
building 'scipy.lib.blas.fblas' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4 | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblasmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblasmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblasmodule.c:154:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
gfortran:f77: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblas-f2pywrappers.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblasmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.o build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/fblas-f2pywrappers.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/lib/blas/fblas.cpython-34m.so | |
building 'scipy.lib.blas.cblas' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/cblasmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/cblasmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/cblasmodule.c:233:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/blas/cblasmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/lib/blas/cblas.cpython-34m.so | |
building 'scipy.lib.lapack.flapack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c: In function ‘f2py_rout_flapack_sgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c:6162:46: warning: variable ‘sselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_sselect_in_gees__user__routines_typedef sselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c: In function ‘f2py_rout_flapack_dgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c:6434:46: warning: variable ‘dselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_dselect_in_gees__user__routines_typedef dselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c: In function ‘f2py_rout_flapack_cgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c:6704:46: warning: variable ‘cselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_cselect_in_gees__user__routines_typedef cselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c: In function ‘f2py_rout_flapack_zgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c:6975:46: warning: variable ‘zselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_zselect_in_gees__user__routines_typedef zselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c: At top level: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.c:181:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/flapackmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/lib/lapack/flapack.cpython-34m.so | |
building 'scipy.lib.lapack.clapack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_sgesv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:243:7: warning: variable ‘sgesv_return_value’ set but not used [-Wunused-but-set-variable] | |
int sgesv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_dgesv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:400:7: warning: variable ‘dgesv_return_value’ set but not used [-Wunused-but-set-variable] | |
int dgesv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_cgesv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:557:7: warning: variable ‘cgesv_return_value’ set but not used [-Wunused-but-set-variable] | |
int cgesv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_zgesv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:714:7: warning: variable ‘zgesv_return_value’ set but not used [-Wunused-but-set-variable] | |
int zgesv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_sposv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:871:7: warning: variable ‘sposv_return_value’ set but not used [-Wunused-but-set-variable] | |
int sposv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_dposv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1021:7: warning: variable ‘dposv_return_value’ set but not used [-Wunused-but-set-variable] | |
int dposv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_cposv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1171:7: warning: variable ‘cposv_return_value’ set but not used [-Wunused-but-set-variable] | |
int cposv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_zposv’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1321:7: warning: variable ‘zposv_return_value’ set but not used [-Wunused-but-set-variable] | |
int zposv_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_spotrf’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1469:7: warning: variable ‘spotrf_return_value’ set but not used [-Wunused-but-set-variable] | |
int spotrf_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_dpotrf’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1601:7: warning: variable ‘dpotrf_return_value’ set but not used [-Wunused-but-set-variable] | |
int dpotrf_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_cpotrf’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1733:7: warning: variable ‘cpotrf_return_value’ set but not used [-Wunused-but-set-variable] | |
int cpotrf_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_zpotrf’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1865:7: warning: variable ‘zpotrf_return_value’ set but not used [-Wunused-but-set-variable] | |
int zpotrf_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_spotrs’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:1997:7: warning: variable ‘spotrs_return_value’ set but not used [-Wunused-but-set-variable] | |
int spotrs_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_dpotrs’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:2145:7: warning: variable ‘dpotrs_return_value’ set but not used [-Wunused-but-set-variable] | |
int dpotrs_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_cpotrs’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:2293:7: warning: variable ‘cpotrs_return_value’ set but not used [-Wunused-but-set-variable] | |
int cpotrs_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_zpotrs’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:2441:7: warning: variable ‘zpotrs_return_value’ set but not used [-Wunused-but-set-variable] | |
int zpotrs_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_spotri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:2588:7: warning: variable ‘spotri_return_value’ set but not used [-Wunused-but-set-variable] | |
int spotri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_dpotri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:2709:7: warning: variable ‘dpotri_return_value’ set but not used [-Wunused-but-set-variable] | |
int dpotri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_cpotri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:2830:7: warning: variable ‘cpotri_return_value’ set but not used [-Wunused-but-set-variable] | |
int cpotri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_zpotri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:2951:7: warning: variable ‘zpotri_return_value’ set but not used [-Wunused-but-set-variable] | |
int zpotri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_slauum’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3072:7: warning: variable ‘slauum_return_value’ set but not used [-Wunused-but-set-variable] | |
int slauum_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_dlauum’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3193:7: warning: variable ‘dlauum_return_value’ set but not used [-Wunused-but-set-variable] | |
int dlauum_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_clauum’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3314:7: warning: variable ‘clauum_return_value’ set but not used [-Wunused-but-set-variable] | |
int clauum_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_zlauum’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3435:7: warning: variable ‘zlauum_return_value’ set but not used [-Wunused-but-set-variable] | |
int zlauum_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_strtri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3557:7: warning: variable ‘strtri_return_value’ set but not used [-Wunused-but-set-variable] | |
int strtri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_dtrtri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3689:7: warning: variable ‘dtrtri_return_value’ set but not used [-Wunused-but-set-variable] | |
int dtrtri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_ctrtri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3821:7: warning: variable ‘ctrtri_return_value’ set but not used [-Wunused-but-set-variable] | |
int ctrtri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: In function ‘f2py_rout_clapack_ztrtri’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:3953:7: warning: variable ‘ztrtri_return_value’ set but not used [-Wunused-but-set-variable] | |
int ztrtri_return_value=0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c: At top level: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.c:117:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/clapackmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/lib/lapack/clapack.cpython-34m.so | |
building 'scipy.lib.lapack.calc_lwork' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/scipy/lib/lapack/calc_lworkmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/scipy/lib/lapack/calc_lworkmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/scipy/lib/lapack/calc_lworkmodule.c:137:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.4/scipy/lib | |
creating build/temp.linux-x86_64-3.4/scipy/lib/lapack | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
gfortran:f77: scipy/lib/lapack/calc_lwork.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/lib/lapack/calc_lworkmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o build/temp.linux-x86_64-3.4/scipy/lib/lapack/calc_lwork.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/lib/lapack/calc_lwork.cpython-34m.so | |
building 'scipy.linalg._fblas' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblasmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblasmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblasmodule.c:154:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
gfortran:f77: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblas-f2pywrappers.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblasmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.o build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_fblas-f2pywrappers.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/linalg/_fblas.cpython-34m.so | |
building 'scipy.linalg._flapack' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/fortranobject.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/fortranobject.c:2: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c | |
In file included from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, | |
from /home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4, | |
from build/src.linux-x86_64-3.4/fortranobject.h:13, | |
from build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:18: | |
/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:661:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(chbevx,CHBEVX)(); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:662:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(zhbevx,ZHBEVX)(); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:669:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(sgbtrs,SGBTRS)(); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:670:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(dgbtrs,DGBTRS)(); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:671:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(cgbtrs,CGBTRS)(); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:672:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
extern void F_FUNC(zgbtrs,ZGBTRS)(); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_sgges’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:1593:46: warning: variable ‘sselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_sselect_in_gges__user__routines_typedef sselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_dgges’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:1952:46: warning: variable ‘dselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_dselect_in_gges__user__routines_typedef dselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_cgges’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:2309:46: warning: variable ‘cselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_cselect_in_gges__user__routines_typedef cselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_zgges’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:2667:46: warning: variable ‘zselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_zselect_in_gges__user__routines_typedef zselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_sgesdd_lwork’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:10729:7: warning: variable ‘vt1’ set but not used [-Wunused-but-set-variable] | |
int vt1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:10727:7: warning: variable ‘u1’ set but not used [-Wunused-but-set-variable] | |
int u1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_dgesdd_lwork’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:10877:7: warning: variable ‘vt1’ set but not used [-Wunused-but-set-variable] | |
int vt1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:10875:7: warning: variable ‘u1’ set but not used [-Wunused-but-set-variable] | |
int u1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_cgesdd_lwork’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:11541:7: warning: variable ‘vt1’ set but not used [-Wunused-but-set-variable] | |
int vt1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:11539:7: warning: variable ‘u1’ set but not used [-Wunused-but-set-variable] | |
int u1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_zgesdd_lwork’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:11694:7: warning: variable ‘vt1’ set but not used [-Wunused-but-set-variable] | |
int vt1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:11692:7: warning: variable ‘u1’ set but not used [-Wunused-but-set-variable] | |
int u1 = 0; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_cgeqp3’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:13097:9: warning: passing argument 9 of ‘f2py_func’ from incompatible pointer type [enabled by default] | |
(*f2py_func)(&m,&n,a,&m,jpvt,tau,work,&lwork,rwork,&info); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:13097:9: note: expected ‘float *’ but argument is of type ‘struct complex_float *’ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_zgeqp3’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:13280:9: warning: passing argument 9 of ‘f2py_func’ from incompatible pointer type [enabled by default] | |
(*f2py_func)(&m,&n,a,&m,jpvt,tau,work,&lwork,rwork,&info); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:13280:9: note: expected ‘double *’ but argument is of type ‘struct complex_double *’ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_cheev’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:19537:9: warning: passing argument 6 of ‘f2py_func’ from incompatible pointer type [enabled by default] | |
(*f2py_func)((compute_v?"V":"N"),(lower?"L":"U"),&n,a,&n,w,work,&lwork,rwork,&info); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:19537:9: note: expected ‘struct complex_float *’ but argument is of type ‘float *’ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_zheev’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:19720:9: warning: passing argument 6 of ‘f2py_func’ from incompatible pointer type [enabled by default] | |
(*f2py_func)((compute_v?"V":"N"),(lower?"L":"U"),&n,a,&n,w,work,&lwork,rwork,&info); | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:19720:9: note: expected ‘struct complex_double *’ but argument is of type ‘double *’ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_cgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:24944:46: warning: variable ‘cselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_cselect_in_gees__user__routines_typedef cselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_zgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:25215:46: warning: variable ‘zselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_zselect_in_gees__user__routines_typedef zselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_sgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:25488:46: warning: variable ‘sselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_sselect_in_gees__user__routines_typedef sselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: In function ‘f2py_rout__flapack_dgees’: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:25760:46: warning: variable ‘dselect_cptr’ set but not used [-Wunused-but-set-variable] | |
cb_dselect_in_gees__user__routines_typedef dselect_cptr; | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c: At top level: | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:29071:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:29406:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:30500:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:30692:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:30884:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:31076:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
void (*f2py_func)()) { | |
^ | |
build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.c:261:12: warning: ‘f2py_size’ defined but not used [-Wunused-function] | |
static int f2py_size(PyArrayObject* var, ...) | |
^ | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
gfortran:f77: /tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
gfortran:f77: build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapack-f2pywrappers.f | |
Warning: Nonexistent include directory "/home/matt/.virtualenvs/airbnb/include/python3.4m" | |
/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapackmodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/fortranobject.o build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.o build/temp.linux-x86_64-3.4/tmp/pip-build-ie_2astu/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/build/src.linux-x86_64-3.4/scipy/linalg/_flapack-f2pywrappers.o -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base -Lbuild/temp.linux-x86_64-3.4 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-3.4/scipy/linalg/_flapack.cpython-34m.so | |
building 'scipy.linalg._cblas' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC | |
compile options: '-DATLAS_INFO="\"3.10.1\"" -I/usr/include/atlas -Ibuild/src.linux-x86_64-3.4 -I/home/matt/.virtualenvs/airbnb/lib/python3.4/site-packages/numpy/core/include -I/usr/include/python3.4m -I/home/matt/.virtualenvs/airbnb/include/python3.4m -c' | |
x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment