OK, this is a summary of what works and what doesn’t work when installing GRASS 7.1svn through homebrew on OSC 10.10 Yosemite (still need to test these on El Capitan 10.11).
- libLAS: although properly installed by homebrew, it’s not found by ./configure:
:==> ./configure --prefix=/usr/local/Cellar/grass-71/HEAD --enable-shared --with-
checking for gdal-config… /usr/local/opt/gdal/bin/gdal-config
rm: conftest.dSYM: is a directory
checking whether to use libLAS… yes
checking for liblas-config… /usr/local/opt/liblas/bin/liblas-config
configure: error: *** Unable to locate libLAS library.
- so give up of liblas for now. The spearfish sample location also won’t work, so install with:
brew install --HEAD rkrug/head-only/grass-71 --with-openblas --without-nc_spm_08_grass7
- after installation, add these to .bash_profile:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export PYTHONPATH=brew --prefix
/lib/python2.7/site-packages:brew --prefix
/lib/python2.7/site-packages/wx-3.0-osx_cocoa
:$PYTHONPATH
And it works!
best
Carlos
···
Prof. Carlos Henrique Grohmann
Institute of Energy and Environment - Univ. of São Paulo, Brazil
- Digital Terrain Analysis | GIS | Remote Sensing -
http://carlosgrohmann.com
http://orcid.org/0000-0001-5073-5572
Can’t stop the signal.