Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
-- SanghyeonSong - 15 Apr 2008
CERN LibraryHow to install cernlibThis install procedure is written based on Scientific Linux 4 and required superuser account i.e. root in below case.
|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
-- SanghyeonSong - 15 Apr 2008
CERN LibraryHow to install cernlibThis install procedure is written based on Scientific Linux 4 and required superuser account i.e. root in below case.
|
CERN LibraryHow to install cernlibThis install procedure is written based on Scientific Linux 4 and required superuser account i.e. root in below case.
| ||||||||
Changed: | ||||||||
< < | #!/bin/sh | |||||||
> > | %CODE{lang="py"}% | |||||||
Added: | ||||||||
> > | #!/bin/sh | |||||||
CERN_LEVEL=2006 CERN=`pwd` CERN_ROOT=$CERN/$CERN_LEVEL CVSCOSRC=$CERN/$CERN_LEVEL/src PATH=$CERN_ROOT/bin:$PATH export CERN export CERN_LEVEL export CERN_ROOT export CVSCOSRC export PATH # Create the build directory structure cd $CERN_ROOT mkdir -p build bin lib build/log # Create the top level Makefile with imake cd $CERN_ROOT/build $CVSCOSRC/config/imake_boot # Install kuipc and the scripts (cernlib, paw and gxint) in $CERN_ROOT/bin gmake bin/kuipc > log/kuipc 2>&1 gmake scripts/Makefile cd scripts gmake install.bin > ../log/scripts 2>&1 # Install the libraries cd $CERN_ROOT/build gmake > log/make.`date +%m%d` 2>&1 | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | %ENDCODE% | |||||||
|
CERN LibraryHow to install cernlibThis install procedure is written based on Scientific Linux 4 and required superuser account i.e. root in below case.
| ||||||||
Changed: | ||||||||
< < | | |||||||
> > | #!/bin/sh | |||||||
Deleted: | ||||||||
< < | #!/bin/sh | |||||||
CERN_LEVEL=2006
CERN=`pwd`
CERN_ROOT=$CERN/$CERN_LEVEL
CVSCOSRC=$CERN/$CERN_LEVEL/src
PATH=$CERN_ROOT/bin:$PATH
export CERN
export CERN_LEVEL
export CERN_ROOT
export CVSCOSRC
export PATH
# Create the build directory structure
cd $CERN_ROOT
mkdir -p build bin lib build/log
# Create the top level Makefile with imake
cd $CERN_ROOT/build
$CVSCOSRC/config/imake_boot
# Install kuipc and the scripts (cernlib, paw and gxint) in $CERN_ROOT/bin
gmake bin/kuipc > log/kuipc 2>&1
gmake scripts/Makefile
cd scripts
gmake install.bin > ../log/scripts 2>&1
# Install the libraries
cd $CERN_ROOT/build
gmake > log/make.`date +%m%d` 2>&1
|
CERN LibraryHow to install cernlibThis install procedure is written based on Scientific Linux 4 and required superuser account i.e. root in below case.
|