ports/cad/salome-netgenplugin/files/patch-check_NETGEN.m4
Thierry Thomas d6df47c2d9 SALOME is a free software that provides a generic platform for Pre
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 NETGENPLUGIN module.

WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com

PR:		ports/152396
Submitted by:	Stas Timokhin <devel at stasyan.com>
2011-01-04 21:14:34 +00:00

38 lines
1.1 KiB
Text

--- adm_local/unix/config_files/check_NETGEN.m4.orig 2010-11-08 09:26:42.000000000 +0600
+++ adm_local/unix/config_files/check_NETGEN.m4 2010-11-08 09:26:53.000000000 +0600
@@ -41,7 +41,7 @@
Netgen_ok=no
-if test "x$NETGEN_HOME" == "x" ; then
+if test "x$NETGEN_HOME" = "x" ; then
# no --with-netgen option used
if test "x$NETGENHOME" != "x" ; then
@@ -100,7 +100,7 @@
AC_MSG_CHECKING(for Netgen header file)
AC_CHECK_HEADER(nglib.h,Netgen_ok=yes,Netgen_ok=no)
- if test "x$Netgen_ok" == "xyes"; then
+ if test "x$Netgen_ok" = "xyes"; then
if test "$NETGEN_NEW" = "no" ; then
@@ -218,7 +218,7 @@
Netgen_ok="$salome_cv_netgen_salome_patch_lib"
fi
- if test "x$Netgen_ok" == xno ; then
+ if test "x$Netgen_ok" = xno ; then
AC_MSG_RESULT(no)
AC_MSG_ERROR(Netgen is not properly installed)
fi
@@ -233,7 +233,7 @@
CPPFLAGS="$CPPFLAGS_old"
CXXFLAGS="$CXXFLAGS_old"
- if test "x$Netgen_ok" == xno ; then
+ if test "x$Netgen_ok" = xno ; then
AC_MSG_RESULT(no)
AC_MSG_WARN(Netgen libraries not found or not properly installed)
else