Skip to content

Instantly share code, notes, and snippets.

View wjcapehart's full-sized avatar

Bill Capehart wjcapehart

View GitHub Profile
@wjcapehart
wjcapehart / # netcdf - 2017-04-28_21-20-33.txt
Created April 29, 2017 15:21
netcdf (homebrew/science/netcdf) on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for homebrew/science/netcdf on macOS 10.12.4
Build date: 2017-04-28 21:20:33
@wjcapehart
wjcapehart / gist:61928c5d3faec6a3ba5e8bdfaa72f2ff
Created April 29, 2017 15:42
brew doctor gist for netcdf troubleshoot request of OPeNDAP problem (homebrew/science/netcdf) on macOS 10.12.4 -
[wjc@mandrenke:~]% brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
@wjcapehart
wjcapehart / gist:78acc490219b8b99e9705c79489e65dc
Created April 29, 2017 15:57
brew config gist for netcdf troubleshoot request of OPeNDAP problem (homebrew/science/netcdf) on macOS 10.12.4 -
[wjc@mandrenke:~]% brew config
HOMEBREW_VERSION: 1.1.13
ORIGIN: https://github.com/Homebrew/brew
HEAD: 46f6dc4c93b96abd528c3a0a808a5ca5a795c7f3
Last commit: 13 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: acb558dcb437af495456468d3d7488d3256b2bb7
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
@wjcapehart
wjcapehart / # netcdf - 2017-04-29_10-24-15.txt
Created April 29, 2017 16:30
netcdf (homebrew/science/netcdf) on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for homebrew/science/netcdf on macOS 10.12.4
Build date: 2017-04-29 10:24:15
@wjcapehart
wjcapehart / # netcdf - 2017-04-30_18-46-39.txt
Created May 1, 2017 00:52
netcdf (homebrew/science/netcdf) on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for homebrew/science/netcdf on macOS 10.12.4
Build date: 2017-04-30 18:46:39
This netCDF 4.4.1.1 has been built with the following features:
--cc -> /usr/local/Homebrew/Library/Homebrew/shims/super/clang
--cflags -> -I/usr/local/Cellar/netcdf/4.4.1.1_4/include
--libs -> -L/usr/local/Cellar/netcdf/4.4.1.1_4/lib -lnetcdf -lhdf5_hl -lhdf5 -lsz -lz -ldl -lm -lcurl
--has-c++ -> no
--cxx ->
21:42:06.647942 == Info: Trying 52.44.0.41...
21:42:06.648159 == Info: TCP_NODELAY set
21:42:06.648337 == Info: Connected to test.opendap.org (52.44.0.41) port 80 (#0)
21:42:06.648369 => Send header, 104 bytes (0x68)
0000: GET /opendap/data/nc/3fnoc.nc HTTP/1.1
0028: Host: test.opendap.org
0040: User-Agent: curl/7.51.0
0059: Accept: */*
0066:
21:42:07.964460 <= Recv header, 17 bytes (0x11)
% curl -Ov --trace-ascii curl_test.txt --trace-time http://test.opendap.org/opendap/data/nc/3fnoc.nc
21:42:06.647942 == Info: Trying 52.44.0.41...
21:42:06.648159 == Info: TCP_NODELAY set
21:42:06.648337 == Info: Connected to test.opendap.org (52.44.0.41) port 80 (#0)
21:42:06.648369 => Send header, 104 bytes (0x68)
0000: GET /opendap/data/nc/3fnoc.nc HTTP/1.1
0028: Host: test.opendap.org
Attributes {
u {
String units "meter per second";
String long_name "Vector wind eastward component";
String missing_value "-32767";
String scale_factor "0.005";
}
v {
String units "meter per second";
String long_name "Vector wind northward component";
[wjc@mandrenke:~/GitHub/BWW_AWS_NCL]% lldb ./opendap_read
(lldb) target create "./opendap_read"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 98, in <module>
import six
ImportError: No module named six
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined