Simplified the download and building of libccmio-2.6.1.

Corrected the building of ccm26ToFoam.
Tested on dm from download to run -- all fine.
Needed to use --no-check-certificate option for wget.
This commit is contained in:
henry
2008-06-08 17:04:35 +01:00
parent 0207280cd1
commit 5ba71dd9fc
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ set -x
# if the library exists, assume there are headers too
if [ -e $FOAM_LIBBIN/libccmio.so ]
then
$WM_PROJECT_DIR/../ThirdParty/AllwmakeCcmIO
wmake ccm26ToFoam
( cd $WM_PROJECT_DIR/../ThirdParty && ./AllwmakeLibccmio ) \
&& wmake ccm26ToFoam
fi
# end

View File

@ -1,8 +1,8 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(THIRD_PARTY)/libccmio \
-I$(THIRD_PARTY)/libccmio/lnInclude
-I${WM_PROJECT_DIR}/../ThirdParty/libccmio-2.6.1 \
-I${WM_PROJECT_DIR}/../ThirdParty/libccmio-2.6.1/lnInclude
EXE_LIBS = \
-lfiniteVolume \