Dear Fluka developers,
We were facing a problem while compiling the main Fluka program on Debian
Squeeze 64 bit.
FIX:
By changing at ffluka.sh line 87
# GFVER=`$GFORFLU --version | awk 'FNR==1 then { print $4}'`
By
GFVER=`$GFORFLU --version | head -n 1 | awk -F')' '{print $2}'`
Seems to solve the problem.
It will be nice to have this fix included in an future FLUKA version.
With best regards,
Denis Bertini
IT-scientific computing - GSI
Received on Mon Oct 17 2011 - 17:23:23 CEST
This archive was generated by hypermail 2.2.0 : Mon Oct 17 2011 - 17:23:24 CEST