]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
This commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'. V3_2_2 V3_2_2pre
authoradmin <salome-admin@opencascade.com>
Fri, 25 Aug 2006 07:09:11 +0000 (07:09 +0000)
committeradmin <salome-admin@opencascade.com>
Fri, 25 Aug 2006 07:09:11 +0000 (07:09 +0000)
Sprout from master 2006-06-01 11:42:55 UTC jfa <jfa@opencascade.com> 'Join modifications from branch BR_DEBUG_3_2_0b1'
Cherrypick from V3_2_0_maintainance 2006-08-25 07:09:10 UTC vsr <vsr@opencascade.com> 'Increment version number: 3.2.2':
    adm_local/unix/make_commence.in
    configure.in.base
    src/NETGEN/ReadMeForNgUsers

adm_local/unix/make_commence.in
configure.in.base
src/NETGEN/ReadMeForNgUsers

index 19336a2222717d2c82f5d329c450829b8cb967e4..e0a24f9c1dbd6e4c2db2cae0ec1a8d0aceed0e76 100644 (file)
@@ -1,6 +1,8 @@
 # common directories to put headerfiles
 inc_builddir=$(top_builddir)/include/salome
 
+MODULE_NAME=@MODULE_NAME@
+
 @SET_MAKE@
 SHELL=/bin/sh
 
index 42a557a50f6e5e81e854e43daa54c6badcd5aea4..4bf07964299beb3fe2954cf1d829965abf146043 100644 (file)
@@ -22,11 +22,15 @@ AC_CANONICAL_HOST
 PACKAGE=salome
 AC_SUBST(PACKAGE)
 
-VERSION=3.2.0
-XVERSION=0x030200
+VERSION=3.2.2
+XVERSION=0x030202
 AC_SUBST(VERSION)
 AC_SUBST(XVERSION)
 
+# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
+MODULE_NAME=netgenplugin
+AC_SUBST(MODULE_NAME)
+
 dnl
 dnl Initialize source and build root directories
 dnl
@@ -356,7 +360,7 @@ else
 fi
 
 # make other build directories
-for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources idl
+for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources/${MODULE_NAME} idl
 do
 #   if test ! -d $rep ; then
 #      eval mkdir $rep
index 4abb2b18d677a9f1e061bc84c9fce1a01f1ae197..e14d7142b83d36912e698d18c972e0ad11a8b234 100644 (file)
@@ -9,6 +9,11 @@ Patch the netgen 4.5 distribution:
 $ cd netgen45
 $ patch -p1 < patch_directory/netgen45ForSalome.patch
 
+Set CASROOT environment variable to OCCT installation path,
+as Netgen 4.5 uses Open CASCADE Technology:
+
+$ setenv CASROOT <occt_installation_path>
+
 Then run makeForSalome.sh (it will be created by the patch):
 $ sh makeForSalome.sh
 
@@ -72,7 +77,7 @@ nglib.o and ngnewdelete.o to the library libnginterface.a and
 recompile the libraries only.
 All this job is done by applying the patch and running the script makeForSalome.sh.
 
-Th suggested patch alters some Netgen sources to compile them.
+The suggested patch alters some Netgen sources to compile them.
 
 Michael SAZONOV
 m-sazonov@opencascade.com