Skip to content

Instantly share code, notes, and snippets.

View fxi's full-sized avatar
🚀
Learning new things.

F.Moser fxi

🚀
Learning new things.
View GitHub Profile
2014-10-29 14:00:05 +0100
cmake
..
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/osgearth/2.5
-DCMAKE_BUILD_TYPE=None
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DCMAKE_OSX_ARCHITECTURES=x86_64
2014-10-29 14:06:35 +0100
cmake
..
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/osgearth/2.5
-DCMAKE_BUILD_TYPE=None
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DCMAKE_OSX_ARCHITECTURES=x86_64
2014-10-30 09:40:36 +0100
./configure
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3
--disable-debug
--disable-dependency-tracking
--enable-shared
--with-cxx
--with-python
--with-blas
2014-10-30 15:03:21 +0100
./configure
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3
--disable-debug
--disable-dependency-tracking
--enable-shared
--with-cxx
--with-python
--with-blas
2014-11-06 20:52:32 +0100
./configure
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3
--disable-debug
--disable-dependency-tracking
--enable-shared
--with-cxx
--with-python
--with-blas
2014-11-07 10:52:25 +0100
cmake
..
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/qgis/1.8.0
-DCMAKE_BUILD_TYPE=None
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DQWT_INCLUDE_DIR=/usr/local/opt/qwt/lib/qwt.framework/Headers/
2014-11-07 12:37:48 +0100
./configure
--prefix=/usr/local/Cellar/grass-70/7.0.0beta3
--disable-debug
--disable-dependency-tracking
--enable-shared
--with-cxx
--with-python
--with-blas
@fxi
fxi / r_utils_failed_01
Last active August 29, 2015 14:11
R.utils failed install log
------------------------------------------------- R.oo without specifing encoding in .Rprofile/ /etc/R/.Rprofile.site
> install.packages('R.oo')
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.com/src/contrib/R.oo_1.18.0.tar.gz'
Content type 'application/x-gzip' length 394545 bytes (385 Kb)
opened URL
==================================================
downloaded 385 Kb
@fxi
fxi / Makefile
Last active August 29, 2015 14:17
#############################################################################
#
# MODULE: GRASS Compilation
# AUTHOR(S): Original author unknown - probably CERL
# Justin Hickey - Thailand - jhickey AT hpcc.nectec.or.th
# Markus Neteler - Germany - neteler AT itc.it
# Andreas Lange - Germany - Andreas.Lange AT Rhein-Main.de
# Radim Blazek - Italy - blazek AT itc.it
# PURPOSE: It provides the commands necessary to compile, install,
# clean, and uninstall GRASS
#'amReferralTable
#'@export
amReferralTable<-function(session=shiny:::getDefaultReactiveDomain(),inputSpeed,inputFriction,inputHf,inputHfTo,inputTblHf,inputTblHfTo,idField,idFieldTo,labelField,labelFieldTo,typeAnalysis,resol,dbCon, unitCost=c('s','m','h'),unitDist=c('m','km'),outReferral,outNearestDist,outNearestTime){
# check the clock
timeCheckAll<-system.time({
# set increment for the progress bar.
incN=0
inc=90/nrow(inputTblHf)