Skip to content

Instantly share code, notes, and snippets.

View aforsythe's full-sized avatar

Alexander Forsythe aforsythe

View GitHub Profile
alex@Alexs-MacBook-Pro:~/Documents/work/ampas/projects/IIF/src/CTL (fix#45)$ mkdir build && cd build
alex@Alexs-MacBook-Pro:~/Documents/work/ampas/projects/IIF/src/CTL/build (fix#45)$ cmake ..
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
@aforsythe
aforsythe / LastTest.log
Last active August 29, 2015 14:01
CTL make build wo using sudo
Start testing: May 27 07:34 PDT
----------------------------------------------------------
1/4 Testing: IlmCtl
1/4 Test: IlmCtl
Command: "/Users/alex/Documents/work/ampas/projects/IIF/src/CTL/build/unittest/IlmCtl/IlmCtlTest"
Directory: /Users/alex/Documents/work/ampas/projects/IIF/src/CTL/build/unittest/IlmCtl
"IlmCtl" start time: May 27 07:34 PDT
Output:
----------------------------------------------------------
@aforsythe
aforsythe / LastTest.log
Last active August 29, 2015 14:01
CTL make build with sudo
Start testing: May 27 07:46 PDT
----------------------------------------------------------
1/4 Testing: IlmCtl
1/4 Test: IlmCtl
Command: "/Users/alex/Documents/work/ampas/projects/IIF/src/CTL/build/unittest/IlmCtl/IlmCtlTest"
Directory: /Users/alex/Documents/work/ampas/projects/IIF/src/CTL/build/unittest/IlmCtl
"IlmCtl" start time: May 27 07:46 PDT
Output:
----------------------------------------------------------
@aforsythe
aforsythe / brew --config
Created May 27, 2014 20:29
brew install ctl output
alex@Alexs-MacBook-Pro:/usr/local (ctl)$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 53ac9c51014c441a036ae976e3c4c5aed2c6d1ec
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit arrandale
OS X: 10.9.2-x86_64
Xcode: 5.1.1
CLT: 5.1.0.0.1.1396320587
alex@Alexs-MacBook-Pro:/usr/local (ctl)$ brew doctor
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
/usr/local/share/man/de/man1
@aforsythe
aforsythe / LastTest.log
Created May 27, 2014 21:31
LastTest.log
Start testing: May 27 14:24 PDT
----------------------------------------------------------
1/4 Testing: IlmCtl
1/4 Test: IlmCtl
Command: "/Users/alex/Documents/work/ampas/projects/IIF/src/CTL/build/unittest/IlmCtl/IlmCtlTest"
Directory: /Users/alex/Documents/work/ampas/projects/IIF/src/CTL/build/unittest/IlmCtl
"IlmCtl" start time: May 27 14:24 PDT
Output:
----------------------------------------------------------
void usage(const char *prog)
{
printf ( "%s - convert RAW digital camera files to ACES\n", prog);
printf ( "\n");
printf ( "Usage:\n");
printf ( " %s file ...\n", prog );
printf ( " %s [options] file\n", prog );
printf ( " %s --help\n", prog );
printf ( " %s --version\n", prog );
printf ( "\n");
@aforsythe
aforsythe / install_ctl.csh
Created April 20, 2018 21:13
Shell script to install CTL and ACES transforms
#!/usr/bin/env bash
# Shell script to install homebrew, git, CTL, the latest release of the ACES CTL
# transforms, and all dependancies.
# Install Homebrew if it's not installed or do a brew update if it is
if type brew 2>/dev/null; then
brew update
else
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
*File List*
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
inputenc.sty 2015/03/17 v1.2c Input encoding file
utf8.def 2017/01/28 v1.1t UTF-8 support for inputenc
t1enc.dfu 2017/01/28 v1.1t UTF-8 support for inputenc
ot1enc.dfu 2017/01/28 v1.1t UTF-8 support for inputenc
omsenc.dfu 2017/01/28 v1.1t UTF-8 support for inputenc
adjustbox.sty 2012/05/21 v1.0 Adjusting TeX boxes (trim, clip, ...)
xkeyval.sty 2014/12/03 v2.7a package option processing (HA)
cask 'r' do
version '3.6.1'
sha256 'd86ab88eb33ddecf1c9432e08d177b40d0e1b07bb31e07d33c18d70e13b5051b'
url "https://cloud.r-project.org/bin/macosx/R-#{version}.pkg"
appcast 'https://cloud.r-project.org/bin/macosx/'
name 'r'
homepage 'https://www.r-project.org/'
depends_on macos: '>= :el_capitan'