]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
CCAR: modification de la procedure d'installation : install.py et de
authoreficas <>
Wed, 22 May 2002 09:27:38 +0000 (09:27 +0000)
committereficas <>
Wed, 22 May 2002 09:27:38 +0000 (09:27 +0000)
la procedure de construction de distribution : sdist.py

Aster/sdist.py
Installation/install.py

index 830ccb73a9584bed84aff842b78e323d2bbe5598..3266d6c16b0fc577c3db9c125157ff87d950d9fc 100644 (file)
@@ -23,7 +23,7 @@ import types
 
 version="$Name:  $"[7:-2] or 'Test1_2'
 # ==========Path du noyau fourni par Aster====================
-path_Noyau="../../../Tutorial/Superv"
+path_Noyau="../../Accas6.3.0"
 # ============================================================
 nom_distrib="Eficas"+version+"AsterSTA6"
 path_distrib=os.path.join("dist",nom_distrib)
@@ -57,7 +57,9 @@ def main():
 
    copyfiles('../Tools',os.path.join(path_distrib,'Tools'),['*.py'])
    copyfiles('../Tools/foztools',os.path.join(path_distrib,'Tools','foztools'),['*.py'])
-
+   
+   copyfiles('../Installation',path_distrib,['README_install','install.py'])
+   
    tarball= maketarball('dist',nom_distrib,nom_distrib)
    try:
       shutil.copy(tarball,dir_download)
index c2fb5c4864e6dad023b716865c1e45ad374690e9..dbe14e34f16111b2f3c65295120bb13184fcb939 100755 (executable)
@@ -3,7 +3,7 @@ OUI,NON = 1,0
 \r
 ## constantes pour les tests de versions \r
 \r
-python_min = 21\r
+python_min = 20\r
 tcl_min = 83\r
 tk_min  = 83\r
 pmw_min = 85\r