Skip to content

AnirudhDagar/gsoc

Repository files navigation

CERN-HSF

This is the source repository for my GSoC blog and I've kept some useful stuff in the readme as well which I may refer along the way for the project.

Building Root on MacOS X (Without Anaconda):

#Note: Ensure that all conda environments are deactivated.
git clone https://github.com/root-project/root.git
mkdir build_root install_root && cd build_root
cmake -DCMAKE_INSTALL_PREFIX=../install_root ../root # && check cmake configuration output for warnings or errors
cmake --build . -- install -j4 # if you have 4 cores available for compilation
source ../install_root/bin/thisroot.sh 

#Setup an alias for this
alias thisroot='source /Users/gollum/Desktop/Work/gsoc/install_root/bin/thisroot.sh'

Some helpful ROOT/TMVA links:

Other Useful blog links about TMVA:

The website is powered by the fastpages template and the minima theme. Build locally with docker installed and running using make server.