configure csh script [message #14302] |
Tue, 08 January 2013 02:03 |
Raphael Cervantes
Messages: 34 Registered: September 2012 Location: Stony Brook University
|
continuous participant |
From: *dyn.optonline.net
|
|
Hi guys,
I would like to point out that the configure.csh in the build folder might have some mistakes. To get configure.csh to work, I had, I had to comment out the first 3 lines
#setenv Linux_Flavour_ "Scientific Linux SL release 5.3 (Boron)"
#setenv System_ "x86_64"
#source /eic/u/raphaelc/fairroot/build/check_system.sh
And remove the if conditional
#if [ "$same_system" == "1" ]; then
... (leave as is)
#fi
Can anyone else confirm whether or not the script is faulty?
|
|
|