Problem 1051 - install.sh script does not respect G4UI_NONE, G4VIS_NONE
Summary: install.sh script does not respect G4UI_NONE, G4VIS_NONE
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: 9.2
Hardware: All All
: P3 minor
Assignee: Ben Morgan
URL:
Depends on:
Blocks:
 
Reported: 2009-03-09 18:11 CET by Ben Morgan
Modified: 2018-05-08 14:51 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.