24d78c474d
and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains GEOM module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
20 lines
662 B
Text
20 lines
662 B
Text
--- adm_local/unix/config_files/check_GEOM.m4.orig 2009-10-20 20:21:02.000000000 +0700
|
|
+++ adm_local/unix/config_files/check_GEOM.m4 2009-10-20 20:21:16.000000000 +0700
|
|
@@ -37,7 +37,7 @@
|
|
[ --with-geom=DIR root directory path of GEOM installation ],
|
|
GEOM_DIR="$withval",GEOM_DIR="")
|
|
|
|
-if test "x$GEOM_DIR" == "x" ; then
|
|
+if test "x$GEOM_DIR" = "x" ; then
|
|
|
|
# no --with-geom-dir option used
|
|
|
|
@@ -63,7 +63,7 @@
|
|
Geom_ok=yes
|
|
AC_MSG_RESULT(Using Geom module distribution in ${GEOM_DIR})
|
|
|
|
- if test "x$GEOM_ROOT_DIR" == "x" ; then
|
|
+ if test "x$GEOM_ROOT_DIR" = "x" ; then
|
|
GEOM_ROOT_DIR=${GEOM_DIR}
|
|
fi
|
|
AC_SUBST(GEOM_ROOT_DIR)
|