]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Minor fix - remove obsolete patch
authorvsr <vsr@opencascade.com>
Fri, 23 Nov 2012 12:40:52 +0000 (12:40 +0000)
committervsr <vsr@opencascade.com>
Fri, 23 Nov 2012 12:40:52 +0000 (12:40 +0000)
config_files/med.sh
config_files/patches/OCCT-6.5.3.patch [deleted file]

index 49fae346785813ea95dce6a967ea0d2b3d2114f3..5bff32221dae6611a994563b0e4a5337905ca5ed 100755 (executable)
@@ -108,8 +108,11 @@ check_job ${PRODUCT_DIR}/INSTALL.LOG make install
 cd ${PRODUCT_DIR}/lib
 
 ### patch badly created libmedimport.la
-### this pb should be fixed in med 3.0.5 or newer version
-sed -i "s%\(.*\)\([[:space:]].*-L../../src/\)\(.*\)%\1\3%g" libmedimport.la
+### fixed in med 3.0.6
+need_patch_la=0
+if [ "${need_patch_la}" = "1" ] ; then
+    sed -i "s%\(.*\)\([[:space:]].*-L../../src/\)\(.*\)%\1\3%g" libmedimport.la
+fi
 
 cd ${PRODUCT_DIR};
 
diff --git a/config_files/patches/OCCT-6.5.3.patch b/config_files/patches/OCCT-6.5.3.patch
deleted file mode 100644 (file)
index a22ac33..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-diff -Naur --exclude=CVS OCCT-6.5.3_SRC_orig/inc/ApproxInt_PrmPrmSvSurfaces.gxx OCCT-6.5.3_SRC_patch/inc/ApproxInt_PrmPrmSvSurfaces.gxx
---- OCCT-6.5.3_SRC_orig/inc/ApproxInt_PrmPrmSvSurfaces.gxx     2012-04-13 16:38:37.000000000 +0400
-+++ OCCT-6.5.3_SRC_patch/inc/ApproxInt_PrmPrmSvSurfaces.gxx    2012-05-18 12:29:02.000000000 +0400
-@@ -24,6 +24,7 @@
- #include <TColStd_Array1OfReal.hxx>
- #include <math_FunctionSetRoot.hxx>
-+#include <Precision.hxx>
- #define Debug(expr)  cout<<" expr :"<<expr;
- #define MySurf1 MyIntersectionOn2S.Function().AuxillarSurface1()
-@@ -173,7 +174,12 @@
-   TgTU = Tg.Dot(TU);
-   TgTV = Tg.Dot(TV);
-   DIS  = TUTU * TVTV - TUTV * TUTV;
--  
-+  if(fabs(DIS)<Precision::Angular()) { 
-+    MyIsTangent=Standard_False;
-+    MyHasBeenComputed = MyHasBeenComputedbis = Standard_False;
-+    return(Standard_False); 
-+  }
-+
-   DeltaU = (TgTU * TVTV - TgTV * TUTV ) / DIS ; 
-   DeltaV = (TgTV * TUTU - TgTU * TUTV ) / DIS ;
-@@ -189,7 +195,12 @@
-   TUTV = TU.Dot(TV);
-   TgTU = Tg.Dot(TU);
-   TgTV = Tg.Dot(TV);
--  DIS  = TUTU * TVTV - TUTV * TUTV;
-+  DIS  = TUTU * TVTV - TUTV * TUTV; 
-+  if(fabs(DIS)<Precision::Angular()) { 
-+    MyIsTangent=Standard_False;
-+    MyHasBeenComputed = MyHasBeenComputedbis = Standard_False;
-+    return(Standard_False); 
-+  }
-   DeltaU = (TgTU * TVTV - TgTV * TUTV ) / DIS ; 
-   DeltaV = (TgTV * TUTU - TgTU * TUTV ) / DIS ;
-diff -Naur --exclude=CVS OCCT-6.5.3_SRC_orig/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx OCCT-6.5.3_SRC_patch/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx
---- OCCT-6.5.3_SRC_orig/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx   2012-04-13 16:38:37.000000000 +0400
-+++ OCCT-6.5.3_SRC_patch/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx  2012-05-18 12:29:02.000000000 +0400
-@@ -24,6 +24,7 @@
- #include <TColStd_Array1OfReal.hxx>
- #include <math_FunctionSetRoot.hxx>
-+#include <Precision.hxx>
- #define Debug(expr)  cout<<" expr :"<<expr;
- #define MySurf1 MyIntersectionOn2S.Function().AuxillarSurface1()
-@@ -173,7 +174,12 @@
-   TgTU = Tg.Dot(TU);
-   TgTV = Tg.Dot(TV);
-   DIS  = TUTU * TVTV - TUTV * TUTV;
--  
-+  if(fabs(DIS)<Precision::Angular()) { 
-+    MyIsTangent=Standard_False;
-+    MyHasBeenComputed = MyHasBeenComputedbis = Standard_False;
-+    return(Standard_False); 
-+  }
-+
-   DeltaU = (TgTU * TVTV - TgTV * TUTV ) / DIS ; 
-   DeltaV = (TgTV * TUTU - TgTU * TUTV ) / DIS ;
-@@ -189,7 +195,12 @@
-   TUTV = TU.Dot(TV);
-   TgTU = Tg.Dot(TU);
-   TgTV = Tg.Dot(TV);
--  DIS  = TUTU * TVTV - TUTV * TUTV;
-+  DIS  = TUTU * TVTV - TUTV * TUTV; 
-+  if(fabs(DIS)<Precision::Angular()) { 
-+    MyIsTangent=Standard_False;
-+    MyHasBeenComputed = MyHasBeenComputedbis = Standard_False;
-+    return(Standard_False); 
-+  }
-   DeltaU = (TgTU * TVTV - TgTV * TUTV ) / DIS ; 
-   DeltaV = (TgTV * TUTU - TgTU * TUTV ) / DIS ;