star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit e8791b54afa1248243799a49ef175fc33c6caac4
parent 1dcbb6d9cc9050839c0ad39bb3d6151652cb92a5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 20 May 2015 13:55:16 +0200

Update the RSys dependency to v0.2

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -40,7 +40,7 @@ option(NO_TEST "Disable the test" OFF) # Check dependencies ################################################################################ find_package(RCMake 0.1 REQUIRED) -find_package(RSys 0.1.1 REQUIRED) +find_package(RSys 0.2 REQUIRED) find_package(StarSP REQUIRED) find_package(Star3D) find_package(OpenMP)