Skip to content

Instantly share code, notes, and snippets.

@jakirkham
jakirkham / conda_build_nwjs.log
Created July 1, 2015 00:03
`nwjs` recipe appears to be broken at present
$ conda build nwjs
Removing old build directory
Removing old work directory
BUILD START: nwjs-0.12.0.3alpha-1
Removing old work directory
Source cache directory is: /zopt/conda/conda-bld/src_cache
Found source in cache: nwjs-v0.12.0-alpha3-osx-x64.zip
Extracting download
Package: nwjs-0.12.0.3alpha-1
source tree in: /zopt/conda/conda-bld/work/nwjs-v0.12.0-alpha3-osx-x64
$ vagrant up ; vagrant ssh
/opt/vagrant/embedded/gems/gems/vagrant-1.7.4/lib/vagrant/pre-rubygems.rb:31: warning: Insecure world writable dir /zopt in PATH, mode 040777
/opt/vagrant/embedded/gems/gems/bundler-1.10.5/lib/bundler/shared_helpers.rb:78: warning: Insecure world writable dir /zopt in PATH, mode 040777
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 => 9022 (adapter 1)
Welcome to Git (version 1.9.5-preview20150319)
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
$ boot2docker -v init
Boot2Docker-cli version: v1.7.1
Git commit: 8fdc6f5
2015/07/21 13:30:24 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
@jakirkham
jakirkham / ipcluster.log
Created July 27, 2015 18:08
IPython_Cluster_SGE_Registration_Timeouts
2015-07-27 18:04:01.881 [IPClusterStart] Starting ipcluster with [daemon=True]
2015-07-27 18:04:01.883 [IPClusterStart] Creating pid file: /root/.ipython/profile_sge/pid/ipcluster.pid
2015-07-27 18:04:01.883 [IPClusterStart] Starting Controller with SGE
2015-07-27 18:04:01.900 [IPClusterStart] Job submitted with job id: u'2'
2015-07-27 18:04:02.901 [IPClusterStart] Starting 7 Engines with SGE
2015-07-27 18:04:02.919 [IPClusterStart] Job submitted with job id: u'3'
2015-07-27 18:04:10.502 [IPClusterStart] ERROR | IPython cluster: stopping
2015-07-27 18:04:10.502 [IPClusterStart] Stopping Engines...
2015-07-27 18:04:13.515 [IPClusterStart] Removing pid file: /root/.ipython/profile_sge/pid/ipcluster.pid
@jakirkham
jakirkham / gist:0e50786bbbeedc7bf93a
Last active August 29, 2015 14:27 — forked from jdoconnor/gist:32ef0314cecb80157c4e
Update mtimes based off commit time
#!/bin/bash -e
####
# based on https://gist.github.com/jeffery/1115504
# Helper script to update the Last modified timestamp of files in a Git SCM
# Projects working Copy
#
# When you clone a Git repository, it sets the timestamp of all the files to the
# time when you cloned the repository.
#
# This becomes a problem when you want the cloned repository, which is part of a
@jakirkham
jakirkham / Untitled.ipynb
Created August 21, 2015 17:28
jq_1.5_parsing_bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jakirkham
jakirkham / conda-build-conda_build.recipe.log
Last active August 31, 2015 21:07
Attempting to build `conda-build`
$ conda build conda_build.recipe
Removing old build environment
Removing old work directory
BUILD START: conda-build-1.17.0+7.g7954a9d-py27_7_g7954a9d
Fetching package metadata: ........
WARNING: conda-build appears to be out of date. You have version 1.16.0 but the
latest version is 1.17.0. Run
conda update -n root conda-build
@jakirkham
jakirkham / openblas_gcc_conda_build.log
Created August 28, 2015 05:14
Attempting to build OpenBLAS with dynamic architecture and the `gcc` package.
This file has been truncated, but you can view the full file.
Removing old build environment
Removing old work directory
BUILD START: openblas-0.2.14-2
Fetching package metadata: ........
Solving package specifications: .clang -arch x86_64 -O2 -DEXPRECISION -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_WARMUP -DMAX_CPU_NUMBER=1 -DASMNAME=_ -DASMFNAME=__ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DEXPRECISION -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_WARMUP -DMAX_CPU_NUMBER=1 -DASMNAME=_saxpy -DASMFNAME=_saxpy_ -DNAME=saxpy_ -DCNAME=saxpy -DCHAR_NAME=\"saxpy_\" -DCHAR_CNAME=\"saxpy\" -DNO_AFFINITY -I.. -I. -UDOUBLE -UCOMPLEX -c axpy.c -o saxpy.o
clang -arch x86_64 -O2 -DEXPRECISION -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_WARMUP -DMAX_CPU_NUMBER=1 -DASMNAME=_ -DASMFNAME=__ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DEXPRECISION -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_WARMUP -DMAX_CPU_NUMBER=1 -DASMNAME=_sswap -DASMFNAME=_sswap_ -DNAME=sswap_
@jakirkham
jakirkham / openblas_build_1.log
Created August 28, 2015 14:25
Building OpenBLAS using the `gcc` package
This file has been truncated, but you can view the full file.
Removing old build environment
Removing old work directory
BUILD START: openblas-0.2.14-2
Fetching package metadata: ........
WARNING: conda-build appears to be out of date. You have version 1.16.0 but the
latest version is 1.17.0. Run
conda update -n root conda-build
@jakirkham
jakirkham / callback.ipynb
Created August 31, 2015 16:31
Using Callback in iPython Bokeh v0.9.3 based off of this example ( http://bokeh.pydata.org/en/latest/docs/user_guide/interaction.html#cutomjs-for-widgets )
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.