| 
		
			| Error Installation PandaRoot oct19 on Kronos [message #24481] | Fri, 15 November 2019 10:25  |  
			| 
				
				
					|  Iman Keshk Messages: 12
 Registered: February 2018
 | occasional visitor | From: *ep1.ruhr-uni-bochum.de 
 |  |  
	| Dear all, 
 i am trying to install the new PandaRoot release oct19 on Kronos with fairsoft/jun19p1 and fairroot/v18.2.0_fairsoft-jun19p1. When i run "cmake" i get the error below. Did anyone experience the same problem and knows how to solve it?
 
 Best regards,
 Iman
 
 
 -- The C compiler identification is GNU 4.9.2
 -- The CXX compiler identification is GNU 4.9.2
 -- Check for working C compiler: /usr/bin/cc
 -- Check for working C compiler: /usr/bin/cc -- works
 -- Detecting C compiler ABI info
 -- Detecting C compiler ABI info - done
 -- Check for working CXX compiler: /usr/bin/c++
 -- Check for working CXX compiler: /usr/bin/c++ -- works
 -- Detecting CXX compiler ABI info
 -- Detecting CXX compiler ABI info - done
 -- The Fortran compiler identification is GNU
 -- Check for working Fortran compiler: /usr/bin/gfortran
 -- Check for working Fortran compiler: /usr/bin/gfortran  -- works
 -- Detecting Fortran compiler ABI info
 -- Detecting Fortran compiler ABI info - done
 -- Checking whether /usr/bin/gfortran supports Fortran 90
 -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes
 -- NOT Found FAIRBASE
 -- Setting FairRoot environment...
 -- FairRoot ... - found
 /cvmfs/fairroot.gsi.de/fairroot/v18.2.0_fairsoft-jun19p1
 -- FairRoot Library
 directory  :     /cvmfs/fairroot.gsi.de/fairroot/v18.2.0_fairsoft-
 jun19p1/lib
 -- FairRoot Include
 path...      :     /cvmfs/fairroot.gsi.de/fairroot/v18.2.0_fairsoft-
 jun19p1/include
 -- FairRoot Cmake
 Modules      :     /cvmfs/fairroot.gsi.de/fairroot/v18.2.0_fairsoft-
 jun19p1/share/fairbase/cmake
 CMAKE_Fortran_COMPILER full path: /usr/bin/gfortran
 Fortran compiler: gfortran
 Set BuildType DEBUG
 -- fairsoft-config found
 --- Found a Linux system
 --- Found GNU compiler collection
 CMake Error at CMakeLists.txt:218 (if):
 if given arguments:
 
 "FairRoot_VERSION" "VERSION_GREATER_EQUAL" "18.2"
 
 Unknown arguments specified
 
 
 -- Configuring incomplete, errors occurred!
 
 ---------------------------------------------------
 
 Line 218 in CMakeLists.txt:
 
 
 218   if(FairRoot_VERSION VERSION_GREATER_EQUAL 18.2)
 219     # Check if the external packages are installed into a
 separate install
 220     # directory
 221     CHECK_EXTERNAL_PACKAGE_INSTALL_DIR()
 222
 223     # searches for needed packages
 224     # REQUIRED means that cmake will stop if this packages are
 not found
 225     # For example the framework can run without GEANT4, but
 ROOT is
 226     # mandatory
 
 
 
 
 |  
	|  |  |