solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 7f1984d4ba8b6aac656fb33d2bb09147f46af297
parent 699d37378c627bb3bee8f15166c48d3eda962e2b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 21 Sep 2017 11:44:02 +0200

Bump the version of the RSys and Star-SF dependencies to 0.5 and 0.3

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -24,11 +24,11 @@ option(NO_TEST "Do not build tests" OFF) # Check dependencies ################################################################################ find_package(RCMake 0.3 REQUIRED) -find_package(RSys 0.4 REQUIRED) +find_package(RSys 0.5 REQUIRED) find_package(Star3D 0.4.1 REQUIRED) find_package(Star3DUT 0.2 REQUIRED) find_package(StarCPR 0.1 REQUIRED) -find_package(StarSF 0.1 REQUIRED) +find_package(StarSF 0.3 REQUIRED) find_package(StarSP 0.4 REQUIRED) find_package(OpenMP 1.2 REQUIRED)