Skip to content

Sidebar1

Andrey edited this page Mar 16, 2017 · 1 revision
ANTS2_MAJOR = 3
ANTS2_MINOR = 11
ANTS2_VERSION = 1986

#Optional libraries
CONFIG += ants2_cuda        #enable CUDA support - need NVIDIA GPU and drivers (CUDA toolkit) installed!
#CONFIG += ants2_flann       #enable FLANN (fast neighbour search) library
#CONFIG += ants2_fann        #enables FANN (fast neural network) library
CONFIG += ants2_eigen3      #tells compiler to use Eigen3 instead of ROOT for linear algebra

#CONFIG += ants2_RootServer  #enable cern CERN ROOT html server --- EXPERIMENTAL FEATURE
Clone this wiki locally