3314f8c47a
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 KERNEL module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
32 lines
1.3 KiB
Text
32 lines
1.3 KiB
Text
--- salome_adm/unix/config_files/check_cas.m4.orig 2009-10-31 20:35:10.000000000 +0600
|
|
+++ salome_adm/unix/config_files/check_cas.m4 2009-10-31 20:37:39.000000000 +0600
|
|
@@ -54,7 +54,7 @@
|
|
casdir=Linux
|
|
;;
|
|
freebsd*)
|
|
- casdir=Linux
|
|
+ casdir=FreeBSD
|
|
;;
|
|
irix5.*)
|
|
casdir=Linux
|
|
@@ -153,6 +153,20 @@
|
|
esac
|
|
CAS_CPPFLAGS="$CAS_CPPFLAGS -I$CASROOT/inc"
|
|
;;
|
|
+ freebsd*)
|
|
+ CAS_CPPFLAGS="-DOCC_VERSION_MAJOR=$OCC_VERSION_MAJOR -DOCC_VERSION_MINOR=$OCC_VERSION_MINOR -DOCC_VERSION_MAINTENANCE=$OCC_VERSION_MAINTENANCE -DCSFDB -DNo_exception -DHAVE_CONFIG_H -DHAVE_LIMITS_H -DHAVE_WOK_CONFIG_H -I$CASROOT/inc"
|
|
+
|
|
+ OCC_VERSION_STRING="$OCC_VERSION_MAJOR.$OCC_VERSION_MINOR.$OCC_VERSION_MAINTENANCE"
|
|
+ case $OCC_VERSION_STRING in
|
|
+ [[0-5]].* | 6.0.* | 6.1.0) # catch versions < 6.1.1
|
|
+ CAS_CPPFLAGS="$CAS_CPPFLAGS -DNO_CXX_EXCEPTION"
|
|
+ ;;
|
|
+ *)
|
|
+ CAS_CPPFLAGS="$CAS_CPPFLAGS -DOCC_CONVERT_SIGNALS"
|
|
+ ;;
|
|
+ esac
|
|
+ CAS_CPPFLAGS="$CAS_CPPFLAGS -I$CASROOT/inc"
|
|
+ ;;
|
|
osf*)
|
|
CAS_CPPFLAGS="-DOCC_VERSION_MAJOR=$OCC_VERSION_MAJOR -DOCC_VERSION_MINOR=$OCC_VERSION_MINOR -DOCC_VERSION_MAINTENANCE=$OCC_VERSION_MAINTENANCE -DLIN -DLINTEL -DCSFDB -DNo_exception -DHAVE_CONFIG_H -DHAVE_LIMITS_H -DHAVE_WOK_CONFIG_H -I$CASROOT/inc"
|
|
;;
|