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
building 'readline' extension | |
gcc -pthread -fPIC -Wno-unused-result -Werror=declaration-after-statement -g -O0 -Wall -Wstrict-prototypes -I./Include -I/home/antoine/miniconda3/envs/_build/include -I. -IInclude -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/antoine/miniconda3/conda-bld/work/Python-3.4.1/Include -I/home/antoine/miniconda3/conda-bld/work/Python-3.4.1 -c /home/antoine/miniconda3/conda-bld/work/Python-3.4.1/Modules/readline.c -o build/temp.linux-x86_64-3.4-pydebug/home/antoine/miniconda3/conda-bld/work/Python-3.4.1/Modules/readline.o | |
In file included from /home/antoine/miniconda3/envs/_build/include/readline/readline.h:36:0, | |
from /home/antoine/miniconda3/conda-bld/work/Python-3.4.1/Modules/readline.c:32: | |
/home/antoine/miniconda3/envs/_build/include/readline/rltypedefs.h:34:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
typedef int Function (); | |
^ | |
/home/antoine/miniconda3/envs/_build/include/readline/rltypedefs.h:35:1: warning: function decl |
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
$ LANG=C wget https://www.openssl.org/source/openssl-1.0.1h.tar.gz | |
--2014-07-15 02:04:59-- https://www.openssl.org/source/openssl-1.0.1h.tar.gz | |
Resolving www.openssl.org (www.openssl.org)... 185.9.166.106 | |
Connecting to www.openssl.org (www.openssl.org)|185.9.166.106|:443... connected. | |
ERROR: The certificate of `www.openssl.org' is not trusted. | |
ERROR: The certificate of `www.openssl.org' hasn't got a known issuer. |
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
import gc | |
import sys | |
import llvm.core as lc | |
import llvm.ee as le | |
# Cache plausible return values for sys.getallocatedblocks() - _base, to avoid | |
# allocating them later. | |
_int_pool = {} |
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
C:\>conda create -p c:\t\env python=2.6 numpy llvmpy | |
Fetching package metadata: ... | |
Solving package specifications: . | |
Package plan for installation in environment c:\t\env: | |
The following packages will be downloaded: | |
package | build | |
---------------------------|----------------- | |
llvmpy-0.12.6 | py26_0 4.9 MB |
NewerOlder