I hereby claim:
- I am zlandau on github.
- I am zlandau (https://keybase.io/zlandau) on keybase.
- I have a public key ASCI6Rar3RgQBE97ngMpnbuMJkgayQRCsRDxXEtoEkPpXQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| -- The C compiler identification is Clang 5.0.0 | |
| -- The CXX compiler identification is Clang 5.0.0 | |
| -- Check for working C compiler: /usr/local/Library/ENV/4.3/clang | |
| -- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ | |
| -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done |
| -- The C compiler identification is Clang 5.0.0 | |
| -- The CXX compiler identification is Clang 5.0.0 | |
| -- Check for working C compiler: /usr/local/Library/ENV/4.3/clang | |
| -- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ | |
| -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done |
| require 'formula' | |
| class Libdwarf < Formula | |
| homepage 'http://libdwarf.sourceforge.net/' | |
| url 'git://git.code.sf.net/p/libdwarf/code', :tag => '20130729' | |
| depends_on 'libelf' | |
| def install | |
| chdir 'libdwarf' do |