star-mc

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

commit 540076b75a375a269c456d8af65dc6cca22ee6dc
parent 38f5ad611f2c35012a3cf2450caf2bece4301edc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 17 Jun 2015 17:09:58 +0200

Update the Star-SP dependency

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

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