I wrote some documentation on how I installed JAIDA (here) and AIDAJNI (here) in our cluster of 64-bit machines.
Another thing is: do not forget to include AIDAJNI on the list in the CMakeLists.txt:
SET( ${PROJECT_NAME}_DEPENDS "Marlin LCIO GEAR AIDAJNI ROOT" )
If you did not do that, you must go to the build dir, make clean, delete the file CMakeCache.txt, run cmake, and do make install.
Note: Changing only in the ilcinstall python script, assuming you are using ilcinstall, to link to AIDAJNI does not work.
Wednesday, March 12, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
I forgot to mention that the file CMakeLists.txt belongs to the LCFIVertex package.
Post a Comment