diff options
Diffstat (limited to 'french/aster/files/patch-setup.cfg')
-rw-r--r-- | french/aster/files/patch-setup.cfg | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/french/aster/files/patch-setup.cfg b/french/aster/files/patch-setup.cfg index aa1ac2a3d9f3..cfdc9fa7213b 100644 --- a/french/aster/files/patch-setup.cfg +++ b/french/aster/files/patch-setup.cfg @@ -1,11 +1,24 @@ ---- setup.cfg.orig Wed Jan 5 13:43:56 2005 -+++ setup.cfg Sun Jan 16 14:45:27 2005 -@@ -16,7 +16,7 @@ - # C and Fortran compilers and linker for Code_Aster +--- setup.cfg.orig 2007-12-21 17:08:17.000000000 +0100 ++++ setup.cfg 2008-01-08 14:30:05.000000000 +0100 +@@ -28,7 +28,7 @@ + # classical values for GNU compilers CC='/usr/bin/gcc' F77='/usr/bin/g77' --LD='/usr/bin/g77' +-LD=F77 +LD='/usr/bin/gcc' - # Uncomment (remove first # character) the two following lines - # to skip tcl/tk installation + # not use by Code_Aster but by med for example... + CXX='/usr/bin/g++' +@@ -136,9 +136,9 @@ + + #------------------------------------------------------------------------------- + # Future packages : not yet used by Code_Aster ! +-_install_omniORB = True +-_install_omniORBpy = True +-_install_pylotage = True ++_install_omniORB = False ++_install_omniORBpy = False ++_install_pylotage = False + # Salome version supported by pylotage + SALOME_VERSION = 'DEFAULT' # DEFAULT means the last one supported by pylotage + |