Salome HOME
replacing xdata 0.7.2 by 0.7.3
[tools/install.git] / config_files / netgen-4.5.sh
index 3ae4bf91c32c01edaf24865bbc78ded799e86f46..d96314a9c51ed58bf8ffd17a4cc566efd2436b7a 100755 (executable)
@@ -74,12 +74,6 @@ fi
 # additional patching for SALOME
 (cd ${PRODUCT_SRC_DIR}; cp ngtcltk/ngnewdelete.* libsrc/interface)
 
-# apply patch: to make compilable on latest versions of gcc
-(cd ${PRODUCT_SRC_DIR}/libsrc/meshing; echo -e '16s/^$/class Mesh;\nwq' | ed - meshtype.hpp > /dev/null)
-
-# apply patch: to make compilable with CASCADE-6.1.1
-(cd ${PRODUCT_SRC_DIR}/libsrc; sed -e "s%\(.*\)-DHAVE_LIMITS\'%\1-DHAVE_LIMITS_H%g" makefile.inc > makefile.inc.new; mv makefile.inc.new makefile.inc)
-
 # to generate environment scripts
 try_preinstalled
 }