mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 07:03:25 -06:00
25 lines
917 B
CMake
25 lines
917 B
CMake
|
|
set(RESINSIGHT_MAJOR_VERSION 2016)
|
|
set(RESINSIGHT_MINOR_VERSION 11)
|
|
set(RESINSIGHT_INCREMENT_VERSION "flow.13")
|
|
|
|
|
|
# https://github.com/CRAVA/crava/tree/master/libs/nrlib
|
|
set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")
|
|
|
|
# https://github.com/Statoil/libecl
|
|
set(ERT_GITHUB_SHA "06a39878636af0bc52582430ad0431450e51139c")
|
|
|
|
# https://github.com/OPM/opm-flowdiagnostics
|
|
set(OPM_FLOWDIAGNOSTICS_SHA "2c5fb55db4c4ded49c14161dd16463e1207da049")
|
|
|
|
# https://github.com/OPM/opm-flowdiagnostics-applications
|
|
set(OPM_FLOWDIAGNOSTICS_APPLICATIONS_SHA "570601718e7197b751bc3cba60c1e5fb7d842842")
|
|
|
|
# https://github.com/OPM/opm-parser/blob/master/opm/parser/eclipse/Units/Units.hpp
|
|
# This file was moved from opm-core to opm-parser october 2016
|
|
# sha for Units.hpp 9a679071dd0066236154852c39a9e0b3c3ac4873
|
|
|
|
set(STRPRODUCTVER ${RESINSIGHT_MAJOR_VERSION}.${RESINSIGHT_MINOR_VERSION}.${RESINSIGHT_INCREMENT_VERSION})
|
|
|