htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit c5ff12d02766c8e83957cf2098556a18573cba0d
parent 6e50b71038e29f34cf3da1c9fda874daea997af1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Jul 2018 09:33:42 +0200

Update the README file

Diffstat:
MREADME.md | 8+++++---
Mcmake/CMakeLists.txt | 2+-
2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -8,10 +8,12 @@ Monte-Carlo algorithms in cloudy atmopsheres. This program is compatible GNU/Linux 64-bits. It relies on the [CMake](http://www.cmake.org) and the [RCMake](https://gitlab.com/vaplv/rcmake/) packages to build. It also depends -on the +on the +[HTCP](https://gitlab.com/meso-star/htcp/), +[HTMIE](https://gitlab.com/meso-star/htmie/), [RSys](https://gitlab.com/vaplv/rsys/), -[Star-VX](https://gitlab.com/meso-star/star-vx/) and -[HTCP](https://gitlab.com/meso-star/htcp/) libraries. +[Star-VX](https://gitlab.com/meso-star/star-vx/), and +[Star-SP](https://gitlab.com/meso-star/stat-sp/) libraries First ensure that CMake is installed on your system. Then install the RCMake package as well as the aforementioned prerequisites. Finally generate the diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -26,7 +26,7 @@ option(NO_TEST "Do not build the tests" OFF) find_package(RCMake 0.3 REQUIRED) find_package(RSys 0.6 REQUIRED) find_package(StarSP 0.8 REQUIRED) -find_package(SVX REQUIRED) +find_package(StarVX REQUIRED) find_package(HTCP REQUIRED) find_package(HTMIE REQUIRED) find_package(OpenMP 1.2 REQUIRED)