Skip to content
Snippets Groups Projects
Commit 5ba71dd9 authored by henry's avatar henry
Browse files

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.
parent 0207280c
Branches
Tags
No related merge requests found
......@@ -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
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 \
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment