mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -5,8 +5,8 @@ set -x
|
|||||||
# if the library exists, assume there are headers too
|
# if the library exists, assume there are headers too
|
||||||
if [ -e $FOAM_LIBBIN/libccmio.so ]
|
if [ -e $FOAM_LIBBIN/libccmio.so ]
|
||||||
then
|
then
|
||||||
$WM_PROJECT_DIR/../ThirdParty/AllwmakeCcmIO
|
( cd $WM_PROJECT_DIR/../ThirdParty && ./AllwmakeLibccmio ) \
|
||||||
wmake ccm26ToFoam
|
&& wmake ccm26ToFoam
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# end
|
# end
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||||
-I$(THIRD_PARTY)/libccmio \
|
-I${WM_PROJECT_DIR}/../ThirdParty/libccmio-2.6.1 \
|
||||||
-I$(THIRD_PARTY)/libccmio/lnInclude
|
-I${WM_PROJECT_DIR}/../ThirdParty/libccmio-2.6.1/lnInclude
|
||||||
|
|
||||||
EXE_LIBS = \
|
EXE_LIBS = \
|
||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
|
|||||||
Reference in New Issue
Block a user