networksolz.blogg.se

Cmake install porefic
Cmake install porefic








cmake install porefic

I realize that this is probably something very trivial and that in the past about installation using CMake, however I haven’t really understood. Yet if I source root from the build directory source ~/root_build/bin/thisroot.shĪnd try to run the RooStats script everything works fine so I have obviously done something wrong in the installation. Then everything gets to /usr/local/root/ just fine $ cd /usr/local/root/Īclocal// config// fonts// include// man// tmva//īin// emacs// geom// lib// README// tutorials//īut if I try and run a script with RooStats code in it I get things like cling::DynamicLibraryManager::loadLibrary(): libpng16.so.16: cannot open shared object file: No such file or directoryĪnd a seg fault.

cmake install porefic

If I do sudo cmake -DCMAKE_INSTALL_PREFIX=/usr/local/root -P cmake_install.cmake I get CMake Error: The source directory "/home/mcf/root_build" does not appear to contain CMakeLists.txt.Īnd the only CMakeLists.txt in the build dir is in the tutorials sub dir, which shouldn’t be it. Sudo cmake -DCMAKE_INSTALL_PREFIX=/usr/local/root/ I am then trying to use the CMake commands outlined on the “Building ROOT” page to install it in /usr/local/root/ After successfully building ROOT 6 from source using a script that does effectively the following: cdĬmake -Dall="ON" -Dsoversion="ON" -Dqtgsi="OFF".










Cmake install porefic