GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » General » New External Packages July 09
New External Packages July 09 [message #8964] Thu, 09 July 2009 16:34 Go to next message
Mohammad Al-Turany is currently offline  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 #9137 is a reply to message #8964] Wed, 05 August 2009 10:39 Go to previous messageGo to next message
donghee is currently offline  donghee
Messages: 385
Registered: January 2009
Location: Germnay
first-grade participant
From: *kph.uni-mainz.de
Dear Panda-fairsoft developers

New external packages july 09 couldn't complie under Scientific Linux CERN SLC release 4.4 (Beryllium) with 32bit.
An error occured during cmake compilation.

Probably SLC4 with 64bit seems to be fine, I have tested it at CERN farm.

Best regards,
Donghee




Re: New External Packages July 09 [message #9138 is a reply to message #9137] Wed, 05 August 2009 10:42 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *15-87-r.retail.telecomitalia.it
I have tried with SL 4.6 32bit and they have compiled.
Which error do you have?
Re: New External Packages July 09 [message #9139 is a reply to message #9138] Wed, 05 August 2009 12:08 Go to previous messageGo to next message
donghee is currently offline  donghee
Messages: 385
Registered: January 2009
Location: Germnay
first-grade participant
From: *kph.uni-mainz.de
Dear stepano,

I couldn't catch more detail error message due to automatical closing the login.
cmake part has some problem in this case, trying OS version is the SLC4.4 Beryllium).
I will try once again to get whole message with debug mode.

Ciao,
Donghee

Quote:


The build process for the external packages for the FairRoot Project was started
at 050809_115326
patch found in PATH
wget found in PATH
Subversion client found in PATH
*** Compiling the external packages with the GCC compiler
*** Building the libraries with debug information
The following parameters are set.
System : 32bit
C++ compiler : g++
C compiler : gcc
Fortran compiler : g77
CXXFLAGS : -g -O0
CFLAGS : -g -O0
Compiler : gcc
Debug : yes
Optimization : no
Platform : linux
Architecture : linux
G4System : Linux-g++
g4_data_files : yes
g4_get_data : yes
Number of parallel
processes for build : 2
cmake not found in PATH
install cmake as external package
*** Compiling CMake ................
*** Unpacking cmake-2.6.3.tar.gz ..............
*** ERROR: CMake could not be created.



Re: New External Packages July 09 [message #9140 is a reply to message #9139] Wed, 05 August 2009 12:16 Go to previous messageGo to next message
donghee is currently offline  donghee
Messages: 385
Registered: January 2009
Location: Germnay
first-grade participant
From: *kph.uni-mainz.de
Dear stefano,

find the output error message in attached file.
During cmake installation, some problem occured.

Ciao,
Donghee
Re: New External Packages July 09 [message #9157 is a reply to message #9140] Fri, 07 August 2009 12:14 Go to previous messageGo to next message
Florian Uhlig is currently offline  Florian Uhlig
Messages: 424
Registered: May 2007
first-grade participant
From: *pools.arcor-ip.net
Hi

Maybe these link can help you. For me it looks like a problem with the OS.

http://www.cmake.org/pipermail/cmake/2009-January/026269.html


Ciao

Florian
Re: New External Packages July 09 [message #9202 is a reply to message #8964] Fri, 14 August 2009 12:43 Go to previous messageGo to next message
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
Re: New External Packages July 09 [message #9924 is a reply to message #9202] Fri, 18 December 2009 09:28 Go to previous message
Mohammad Al-Turany is currently offline  Mohammad Al-Turany
Messages: 518
Registered: April 2004
Location: GSI, Germany
first-grade participant
From: *gsi.de
Hi Andrei,

it took too long, but now it is in the fairsoft svn, and will be available in the next release.

Thanks.

Mohammad
Previous Topic: Pnddsk?
Next Topic: Setting the minimum required external packages for current trunk to July09
Goto Forum:
  


Current Time: Wed May 22 07:07:41 CEST 2024

Total time taken to generate the page: 0.01012 seconds