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
$ 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 |
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
$ 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) |
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
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 |
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
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 |
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
#!/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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
$ 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 |
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
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_ |
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
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.