# Just these are needed to run
#module load zeromq/4.1.3 protobuf/2.6.1 gcc/4.9.3
# If building...
# need to do all the following commands when building
# for cmake
module load cmake;module load gcc/4.9.3;export CC=/usr/local/gcc/4.9.3/bin/gcc;export CXX=/usr/local/gcc/4.9.3/bin/g++

module load cmake
module load gcc/4.9.3
export CC=/usr/local/gcc/4.9.3/bin/gcc
export CXX=/usr/local/gcc/4.9.3/bin/g++
