mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
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>
20 lines
799 B
Text
20 lines
799 B
Text
--- adm_local/unix/config_files/check_NETGENPLUGIN.m4.orig 2010-11-08 09:27:11.000000000 +0600
|
|
+++ adm_local/unix/config_files/check_NETGENPLUGIN.m4 2010-11-08 09:28:22.000000000 +0600
|
|
@@ -38,7 +38,7 @@
|
|
[ --with-netgenplugin=DIR root directory path of NETGEN mesh plugin installation ],
|
|
NETGENPLUGIN_DIR="$withval",NETGENPLUGIN_DIR="")
|
|
|
|
-if test "x$NETGENPLUGIN_DIR" == "x" ; then
|
|
+if test "x$NETGENPLUGIN_DIR" = "x" ; then
|
|
|
|
# no --with-netgenplugin-dir option used
|
|
|
|
@@ -55,7 +55,7 @@
|
|
NGplugin_ok=yes
|
|
AC_MSG_RESULT(Using NETGEN mesh plugin distribution in ${NETGENPLUGIN_DIR})
|
|
|
|
- if test "x$NETGENPLUGIN_ROOT_DIR" == "x" ; then
|
|
+ if test "x$NETGENPLUGIN_ROOT_DIR" = "x" ; then
|
|
NETGENPLUGIN_ROOT_DIR=${NETGENPLUGIN_DIR}
|
|
fi
|
|
AC_SUBST(NETGENPLUGIN_ROOT_DIR)
|