star-mc

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

commit 46c03416d6ee00f3ed6f8de98d62ff67b82476d6
parent 408ec1cfe6d9b7ebce3baea0727ccf0165334a55
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  1 Jun 2016 18:07:48 +0200

Update the version of the dependencies

Diffstat:
Mcmake/CMakeLists.txt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

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