2013-01-22 11:28:35 +01:00
|
|
|
|
2018-01-05 11:52:35 +01:00
|
|
|
set(RESINSIGHT_MAJOR_VERSION 2018)
|
2018-05-22 11:29:40 +02:00
|
|
|
set(RESINSIGHT_MINOR_VERSION 05)
|
2018-05-25 09:47:17 +02:00
|
|
|
set(RESINSIGHT_PATCH_VERSION 1)
|
2015-11-10 09:02:27 +01:00
|
|
|
|
2018-01-04 13:12:49 +01:00
|
|
|
# Opional text with no restrictions
|
2018-05-22 13:10:27 +02:00
|
|
|
set(RESINSIGHT_VERSION_TEXT "-dev")
|
2018-01-04 13:12:49 +01:00
|
|
|
|
|
|
|
# Optional text
|
|
|
|
# Must be unique and increasing within one combination of major/minor/patch version
|
|
|
|
# The uniqueness of this text is independent of RESINSIGHT_VERSION_TEXT
|
|
|
|
# Format of text must be ".xx"
|
2018-09-19 16:52:54 +02:00
|
|
|
set(RESINSIGHT_DEV_VERSION ".07")
|
2013-01-22 11:28:35 +01:00
|
|
|
|
2015-11-02 10:06:27 +01:00
|
|
|
# https://github.com/CRAVA/crava/tree/master/libs/nrlib
|
2015-09-11 16:38:11 +02:00
|
|
|
set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")
|
|
|
|
|
2017-04-24 21:53:45 +02:00
|
|
|
# https://github.com/Statoil/libecl
|
2018-08-14 15:02:41 +02:00
|
|
|
# Note:
|
|
|
|
# Apply patches fix-synthetic-odb-cases.patch and install-ert.patch after update
|
2018-08-22 13:33:11 +02:00
|
|
|
set(ECL_GITHUB_SHA "1f051833c8ed819185fd334dfc7e05511ee35d5f")
|
2016-10-13 13:55:32 +02:00
|
|
|
|
2017-04-21 09:17:55 +02:00
|
|
|
# https://github.com/OPM/opm-flowdiagnostics
|
2018-05-07 12:55:46 +02:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_SHA "f8af0914f8b1ddcda41f040f539c945a6057f5e4")
|
2017-04-21 09:17:55 +02:00
|
|
|
|
|
|
|
# https://github.com/OPM/opm-flowdiagnostics-applications
|
2018-06-12 14:36:08 +02:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_APPLICATIONS_SHA "24ff768dc509b6c6bbd0121ef46a5932fae92961")
|
2017-02-09 14:14:02 +01:00
|
|
|
|
2017-04-21 09:17:55 +02:00
|
|
|
# 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
|
2017-02-09 14:14:02 +01:00
|
|
|
# sha for Units.hpp 9a679071dd0066236154852c39a9e0b3c3ac4873
|
2017-01-05 14:57:25 +01:00
|
|
|
|
2018-06-15 14:23:27 +02:00
|
|
|
# https://github.com/JacobStoren/SolveSpaceLib
|
|
|
|
set(LIB_SLVS_SHA "c16d0e875f91e8e2e07842d71d37305c042c35e6")
|
|
|
|
# Which is based on https://github.com/solvespace/solvespace master from early march 2018
|
|
|
|
|
2018-01-04 13:12:49 +01:00
|
|
|
set(STRPRODUCTVER ${RESINSIGHT_MAJOR_VERSION}.${RESINSIGHT_MINOR_VERSION}.${RESINSIGHT_PATCH_VERSION}${RESINSIGHT_VERSION_TEXT}${RESINSIGHT_DEV_VERSION})
|
2013-01-22 11:28:35 +01:00
|
|
|
|