Problem 1051

Summary: install.sh script does not respect G4UI_NONE, G4VIS_NONE
Product: Geant4 Reporter: Ben Morgan <Ben.Morgan>
Component: configAssignee: Ben Morgan <Ben.Morgan>
Status: CLOSED FIXED    
Severity: minor    
Priority: P3    
Version: 9.2   
Hardware: All   
OS: All   

Description Ben Morgan 2009-03-09 18:11:20 CET
Whilst the user can set G4UI_NONE and G4VIS_NONE in the Configure script, these variables are not passed down to the scripts, particularly install.sh, which set up the environment for the build. This leads to G4interface and visualization libraries being built even if the user has requested otherwise.

If this can be reassigned to me, I'll fix it.

Ben.
Comment 1 Ben Morgan 2009-05-06 18:43:53 CEST
Fixes for these issues have been added to install.sh.SH, env.sh.SH and env.csh.SH in CVS.