From 269a75e99ee7854d42474886ea49ae99c60cadf1 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Mon, 26 Oct 2009 15:14:38 +0000 Subject: [PATCH] Changing Python from 2.6.2 to 2.5.4 --- config_files/{Python-2.6.2.sh => Python-2.5.4.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename config_files/{Python-2.6.2.sh => Python-2.5.4.sh} (99%) diff --git a/config_files/Python-2.6.2.sh b/config_files/Python-2.5.4.sh similarity index 99% rename from config_files/Python-2.6.2.sh rename to config_files/Python-2.5.4.sh index 011c985..42bde14 100755 --- a/config_files/Python-2.6.2.sh +++ b/config_files/Python-2.5.4.sh @@ -1,7 +1,7 @@ #!/bin/bash -noprofile #################################################################################### -# File : Python-2.6.2.sh +# File : Python-2.5.4.sh # Created : Thu Dec 18 12:01:00 2002 # Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) # Project : SALOME @@ -12,7 +12,7 @@ # #################################################################################### -PY_VERSION=2.6.2 +PY_VERSION=2.5.4 PY_XVERSION=`echo ${PY_VERSION} | awk -F. '{v1=0;v2=0;v3=0;if(NF>0)v1=$1;if(NF>1)v2=$2;if(NF>2)v3=$3;print v1*10000+v2*100+v3}'` PY_LIBVERSION=`echo ${PY_VERSION} | awk -F. '{printf("%d.%d",$1,$2)}'` -- 2.39.2