Skip to content

Commit

Permalink
build: fix static lib paths to copy to FOAM_USER_LIBBIN
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed Jul 19, 2024
1 parent 341f160 commit 1ca6370
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Allwmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ elif [ $WM_COMPILER == "Icx" ]; then
fi
make lib
cd "$_REPO_ROOT" || exit 1
cp -r $FOAM_SMARTREDIS/install/lib/*.* $FOAM_USER_LIBBIN
cp $FOAM_SMARTREDIS/install/lib/libsmartredis.so $FOAM_USER_LIBBIN
cp $FOAM_SMARTREDIS/build/Release/hiredis-prefix/src/hiredis-build/libhiredis.a $FOAM_USER_LIBBIN
cp $FOAM_SMARTREDIS/build/Release/redis++-prefix/src/redis++-build/libredis++.a $FOAM_USER_LIBBIN
export FOAM_CODE_TEMPLATES=$_REPO_ROOT/etc/dynamicCode/

## Compile OpenFOAM libs
Expand Down

0 comments on commit 1ca6370

Please sign in to comment.