Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from simphony/fix-JYU-LB
Browse files Browse the repository at this point in the history
Fix issues with JYU-LB
  • Loading branch information
itziakos committed Apr 1, 2015
2 parents 33920b0 + bd10c03 commit fc6ed27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Create a python virtual environment and activate it::

git clone https://github.com/simphony/JYU-LB.git
pushd JYU-LB
# checkout a recent stable version
git checkout 0.1.0
make
ln -s $(pwd)/bin/jyu_lb_isothermal3D.exe ~/simphony/bin/jyu_lb_isothermal3D.exe
popd
Expand Down
1 change: 1 addition & 0 deletions install_external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ popd
# Install JYU-LB
git clone https://github.com/simphony/JYU-LB.git
pushd JYU-LB
git checkout 0.1.0
make -j 2
ln -s $(pwd)/bin/jyu_lb_isothermal3D.exe $VIRTUAL_ENV/bin/jyu_lb_isothermal3D.exe
popd
Expand Down

0 comments on commit fc6ed27

Please sign in to comment.