Problem in installing FairRoot version v-15.11 [message #19204] |
Tue, 12 April 2016 17:09 |
Elisabetta Prencipe (2)
Messages: 214 Registered: February 2013
|
first-grade participant |
From: *ikp.kfa-juelich.de
|
|
Dear all,
since a few months I find serious prolbme in installing pandaroot releases. Today I tired again, from scratch, and following the suggested instructions:
1) external packages
>>>>>git clone https://github.com/FairRootGroup/FairSoft fairsoft_mar15
cd fairsoft_mar15/
git checkout -b mar15 mar15
./configure.sh
2) installing fairroot
>>>>>>>>>>export SIMPATH=/home/pandauser/fairsoft_mar15/buildFairSoft/
cd /home/pandauser/fairsoft_mar15/
git clone https://github.com/FairRootGroup/FairRoot.git
cd FairRoot
git checkout -b v-15.11 v-15.11
mkdir build
build
cmake -DCMAKE_INSTALL_PREFIX=/home/pandauser/fairsoft_mar15/buildFairRoot /home/pandauser/fairsoft_mar15/FairRoot
At this point, I get error.
-------------------------
-- C++11 support found.
-- Build CbmModule with Gdml support
-- C++11 support & boost libraries found. FairMQ will be built.
running /bin/chmod u+x /home/prencipe/panda/fairsoft_mar15/FairRoot/build/examples/advanced/Tut orial8/macros/unpack_mbs.sh 2>&1
-- Found Git: /usr/bin/git (found version "1.8.3.1")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ZMQ_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/parmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/parmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
ZMQ_LIBRARY_SHARED (ADVANCED)
linked by target "FairMQ" in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
-- Configuring incomplete, errors occurred!
See also " /home/prencipe/panda/fairsoft_mar15/FairRoot/build/CMakeFiles/CMakeOutpu t.log ".
See also " /home/prencipe/panda/fairsoft_mar15/FairRoot/build/CMakeFiles/CMakeError .log ".
--------------------------
Last year I did not get such errors, but I had always troubles in pandaroot releases compilation. Now it is even worse. Any idea what is going wrong, and how to solve it?
Thanks, Elisabetta
|
|
|