============================================================================== Installing the CERN libraries into the CLASSE svn repository and build system ============================================================================== 3/19/16 Copied directory tree /nfs/cern/98/src/packlib jac to packages/cern/98/src/packlib Successfuly built the MINUIT library standalone using CMakeLists_minuit.txt as CMakelists.txt. This required creating a softlink ln -sf ../minuit in the code directory packlib/minuit/code in order for the include files to be found. Such softlinks were required for every code directory, since including the directory in the CMakelists file did not help. Also succeeded in including the kernlib into packlib. However, an attempt to include the zebra routines failed on gmake error 2 when compiling packlib/zebra/mqg. See CMakeLists_packlibr.txt