New External Packages July 09 [message #8964] |
Thu, 09 July 2009 16:34 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *gsi.de
|
|
Hallo,
The new external packages are now available (see http://fairroot.gsi.de):
Packages:
ROOT 5.24
Geant4 4.9.2.p01
Geant3.21+vmc. (r245)
VGM 3.02
Geant4 VMC (2.6)
CLHEP 2.0.4.2
ApMon -Application Monitoring API for C++ (v. 2.2.6)
Cmake 2.6.3
GNU Scientific Library (1.12)
PLUTO (v.412)
Pythia6
Boost-Jam (3.1.17)
Boost (1.39)
To download it:
new Features:
CUDA interface and example is added to Fairbase
VGM is now build with cmake
improved installation scripts
tested on:
Mac OS X: 10.5.7
SUSE : 10.3, 11, 11.1
Fedora Core: 8, 9
Scientific Linux 5.1
Debian: Etch, Lenny
Ubuntu: 8.10, 9.04
P.S:
For those who already used the svn version of this package, you where using the trunk (https://subversion.gsi.de/fairroot/fairsoft/trunk) either you make sure that you use the released version (svn update -r 5991) or you make a switch (svn switch https://subversion.gsi.de/fairroot/fairsoft/release/july09 . )
On the GSI cluster:
- Debian Sarge is not supported anymore
- GSI users please use lxetch32.gsi.de for logon
- Set your SIMPATH to /misc/cbmsoft/Etch32/jul09/fairsoft (or /misc/cbmsoft/Etch64/jul09/fairsoft if you use 64 bit machines).
regards
Mohammad and Florian
|
|
|
|
|
|
|
|
Re: New External Packages July 09 [message #9202 is a reply to message #8964] |
Fri, 14 August 2009 12:43 |
Anonymous Poster
|
|
From: *inp.nsk.su
|
|
Hello Mohammad and Florian,
when I tried to run the installation script I have observed the following error message:
scripts/set_compiler.sh: line 32: [: .: integer expression expected
Could not extract the version of gfortran
Stop script at this point
Looking in the set_compiler.sh script I found that among other issues it makes an analysis of the output text of the gfortran -v command. The problem is that I by default use the ru_RU.utf-8 encoding and the output looks a little bit different of what is expected.
To avoid in the future such an issue I would suggest to include in the text of the set_compiler.sh script the following lines:
default_lang=$(echo $LANG)
LANG=en_EN.utf-8
in the beginning (to set the needed encoding)
export LANG=${default_lang}
at the end (to restore the default encoding)
I checked this correction - it works at least on my computer.
With the best regards,
Andrey Sokolov
|
|
|
|