This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: numba-testing-np17py26_0 | |
| Fetching package metadata: ... | |
| Solving package specifications: .+ git clone https://github.com/numba/numba.git numba | |
| Cloning into 'numba'... | |
| + cd numba | |
| + git pull https://github.com/numba/numba.git npymath-complex | |
| From https://github.com/numba/numba | |
| * branch npymath-complex -> FETCH_HEAD | |
| Updating 54dd45f..3302713 | |
| Fast-forward |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: numba | |
| Fetching package metadata: ... | |
| Solving package specifications: .................+ git clone https://github.com/numba/numba.git numba | |
| Cloning into 'numba'... | |
| + cd numba | |
| + git pull https://github.com/pitrou/numba.git var_lifetime | |
| From https://github.com/pitrou/numba | |
| * branch var_lifetime -> FETCH_HEAD | |
| Updating ae20202..6146be3 | |
| Fast-forward |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: numba-testing-np16py26_0 | |
| Fetching package metadata: ... | |
| Solving package specifications: ............... | |
| The following packages will be downloaded: | |
| package | build | |
| ---------------------------|----------------- | |
| numpy-1.6.2 | py26_4 14.4 MB | |
| The following packages will be linked: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: numba | |
| Fetching package metadata: ... | |
| Solving package specifications: .................+ git clone https://github.com/numba/numba.git numba | |
| Cloning into 'numba'... | |
| + cd numba | |
| + git pull https://github.com/numba/numba.git npymath-complex | |
| From https://github.com/numba/numba | |
| * branch npymath-complex -> FETCH_HEAD | |
| Merge made by the 'recursive' strategy. | |
| docs/source/numpy_support.rst | 2 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LOCKERROR: It looks like conda is already doing something. | |
| The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-484 was found. Wait for it to finish before continuing. | |
| If you are sure that conda is not running, remove it and try again. | |
| You can also use: $ conda clean --lock | |
| Sleeping for 1 seconds | |
| LOCKERROR: It looks like conda is already doing something. | |
| The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-484 was found. Wait for it to finish before continuing. | |
| If you are sure that conda is not running, remove it and try again. | |
| You can also use: $ conda clean --lock | |
| Sleeping for 2 seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LOCKERROR: It looks like conda is already doing something. | |
| The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-3940 was found. Wait for it to finish before continuing. | |
| If you are sure that conda is not running, remove it and try again. | |
| You can also use: $ conda clean --lock | |
| Sleeping for 1 seconds | |
| LOCKERROR: It looks like conda is already doing something. | |
| The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-3940 was found. Wait for it to finish before continuing. | |
| If you are sure that conda is not running, remove it and try again. | |
| You can also use: $ conda clean --lock | |
| Sleeping for 2 seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: numba | |
| Fetching package metadata: ... | |
| Solving package specifications: ...............+ git clone https://github.com/numba/numba.git numba | |
| Cloning into 'numba'... | |
| + cd numba | |
| + git pull https://github.com/numba/numba.git npymath-complex | |
| From https://github.com/numba/numba | |
| * branch npymath-complex -> FETCH_HEAD | |
| Merge made by the 'recursive' strategy. | |
| numba/_npymath_exports.c | 3 + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: numba-testing-np16py26_0 | |
| Fetching package metadata: ... | |
| Solving package specifications: ............... | |
| C:\Miniconda\conda-bld\work>call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" amd64 | |
| Setting environment for using Microsoft Visual Studio 2008 Beta2 x64 tools. | |
| C:\Miniconda\conda-bld\work>set TMP=C:\Users\BUILD7~1\AppData\Local\Temp | |
| C:\Miniconda\conda-bld\work>set COMPUTERNAME=BUILD7X64-PC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from numba import bytecode, interpreter, ir | |
| def foo(a, b): | |
| c = 0 | |
| for i in range(a): | |
| for j in range(b): | |
| c += i + j | |
| return c | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: numba | |
| Fetching package metadata: ... | |
| Solving package specifications: .....................+ git clone https://github.com/numba/numba.git numba | |
| Cloning into 'numba'... | |
| + cd numba | |
| + git pull https://github.com/sklam/numba.git impl_array_methods | |
| From https://github.com/sklam/numba | |
| * branch impl_array_methods -> FETCH_HEAD | |
| Auto-merging numba/typing/npydecl.py | |
| Auto-merging numba/cgutils.py |