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
# This is the CMakeCache file. | |
# For build in directory: /tmp/minbif-KEVP/minbif-1.0.5+git20120508/build | |
# It was generated by CMake: /usr/local/Cellar/cmake/2.8.9/bin/cmake | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. |
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
make PREFIX=/usr/local/Cellar/minbif/1.0.5+git20120508.orig | |
cd build && cmake .. -DDEBUG=OFF -DENABLE_MINBIF=ON -DENABLE_IMLIB=ON -DENABLE_CACA=ON -DENABLE_VIDEO=OFF -DENABLE_PLUGIN=OFF -DENABLE_PAM=ON -DENABLE_TLS=ON -DCMAKE_VERBOSE_MAKEFILE=0 -DCMAKE_INSTALL_PREFIX="/usr/local/Cellar/minbif/1.0.5+git20120508.orig" || cd .. && rm -rf build | |
Re-run cmake no build system arguments | |
-- The C compiler identification is Clang 4.1.0 | |
-- The CXX compiler identification is Clang 4.1.0 | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/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
$ brew install -vd tmap | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/tmap.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/automake.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/autoconf.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libtool.rb | |
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/automake.rb | |
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/autoconf.rb | |
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/libtool.rb | |
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/python.rb | |
==> Cloning https://github.com/iontorrent/TMAP.git |
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
0000000000028d60 s _.memset_pattern | |
0000000000028d50 s _.memset_pattern2 | |
U _FT_Done_Face | |
U _FT_Done_Glyph | |
U _FT_Get_Char_Index | |
U _FT_Get_Glyph | |
U _FT_Get_Kerning | |
U _FT_Glyph_To_Bitmap | |
U _FT_Init_FreeType | |
U _FT_Load_Glyph |
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
000000000003a770 s _.memset_pattern | |
000000000003a760 s _.memset_pattern2 | |
U _FT_Done_Face | |
U _FT_Done_Glyph | |
U _FT_Get_Char_Index | |
U _FT_Get_Glyph | |
U _FT_Get_Kerning | |
U _FT_Glyph_To_Bitmap | |
U _FT_Init_FreeType | |
U _FT_Load_Glyph |
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
require 'formula' | |
class Insighttoolkit < Formula | |
homepage 'http://www.itk.org' | |
url 'http://sourceforge.net/projects/itk/files/itk/4.2/InsightToolkit-4.2.0.tar.gz' | |
sha1 '5d1fb109cc8b8648772b654f898a531d9af01e38' | |
head 'git://itk.org/ITK.git' | |
depends_on 'cmake' => :build | |
depends_on 'hdf5' |
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
make test | |
make[1]: Nothing to be done for `all'. | |
make[1]: `feh' is up to date. | |
test/feh.t ..... 1/59 | |
# Failed test 'stdout_is_file: src/feh --loadable --action 'echo touch %f' test/ok/gif test/ok/jpg test/ok/png test/ok/pnm test/fail/gif test/fail/jpg test/fail/png test/fail/pnm, test/nx_action/loadable_action' | |
# at test/feh.t line 57. | |
# STDOUT differs from test/nx_action/loadable_action starting at line 1. | |
# got: touch test/ok/jpg | |
# exp: touch test/ok/gif | |
# ^ |
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
$ find /System -type f -name 'Command.pm' 2> /dev/null | |
/System/Library/Perl/5.10/ExtUtils/Command.pm | |
/System/Library/Perl/5.12/ExtUtils/Command.pm | |
/System/Library/Perl/Extras/5.10/App/CLI/Command.pm | |
/System/Library/Perl/Extras/5.10/darwin-thread-multi-2level/Apache2/Command.pm | |
/System/Library/Perl/Extras/5.12/App/CLI/Command.pm | |
/System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/Apache2/Command.pm | |
/System/Library/Perl/Extras/5.12/PPI/Token/QuoteLike/Command.pm |
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
HOMEBREW_VERSION: 0.9.3 | |
HEAD: 81820fb3d48d753fd5e95c2ee3a2e0e90922a6e1 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit nehalem | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.5.1 | |
CLT: 4.5.0.0.1.1249367152 | |
LLVM-GCC: build 2336 | |
Clang: 4.1 build 421 |
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
$ brew install -vd --env=std feh | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/feh.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/giblib.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/imlib2.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/pkg-config.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/jpeg.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libexif.rb | |
/usr/local/Library/Formula/feh.rb: loading /usr/local/Library/Formula/giblib.rb | |
/usr/local/Library/Formula/feh.rb: loading /usr/local/Library/Formula/imlib2.rb | |
/usr/local/Library/Formula/feh.rb: loading /usr/local/Library/Formula/pkg-config.rb |