2013-01-22 04:28:35 -06:00
|
|
|
|
2018-01-05 04:52:35 -06:00
|
|
|
set(RESINSIGHT_MAJOR_VERSION 2018)
|
2018-11-27 06:21:55 -06:00
|
|
|
set(RESINSIGHT_MINOR_VERSION 11)
|
2019-01-31 01:06:18 -06:00
|
|
|
set(RESINSIGHT_PATCH_VERSION 2)
|
2015-11-10 02:02:27 -06:00
|
|
|
|
2018-01-04 06:12:49 -06:00
|
|
|
# Opional text with no restrictions
|
2018-11-28 05:04:31 -06:00
|
|
|
set(RESINSIGHT_VERSION_TEXT "-dev")
|
2018-01-04 06:12:49 -06: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"
|
2019-02-06 07:08:38 -06:00
|
|
|
set(RESINSIGHT_DEV_VERSION ".02")
|
2013-01-22 04:28:35 -06:00
|
|
|
|
2015-11-02 03:06:27 -06:00
|
|
|
# https://github.com/CRAVA/crava/tree/master/libs/nrlib
|
2015-09-11 09:38:11 -05:00
|
|
|
set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")
|
|
|
|
|
2017-04-24 14:53:45 -05:00
|
|
|
# https://github.com/Statoil/libecl
|
2018-08-14 08:02:41 -05:00
|
|
|
# Note:
|
|
|
|
# Apply patches fix-synthetic-odb-cases.patch and install-ert.patch after update
|
2018-10-30 07:21:11 -05:00
|
|
|
set(ECL_GITHUB_SHA "7f93730c08a4d981a4b738b42146d099977572ce")
|
2016-10-13 06:55:32 -05:00
|
|
|
|
2017-04-21 02:17:55 -05:00
|
|
|
# https://github.com/OPM/opm-flowdiagnostics
|
2018-05-07 05:55:46 -05:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_SHA "f8af0914f8b1ddcda41f040f539c945a6057f5e4")
|
2017-04-21 02:17:55 -05:00
|
|
|
|
|
|
|
# https://github.com/OPM/opm-flowdiagnostics-applications
|
2018-06-12 07:36:08 -05:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_APPLICATIONS_SHA "24ff768dc509b6c6bbd0121ef46a5932fae92961")
|
2017-02-09 07:14:02 -06:00
|
|
|
|
2017-04-21 02:17:55 -05: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 07:14:02 -06:00
|
|
|
# sha for Units.hpp 9a679071dd0066236154852c39a9e0b3c3ac4873
|
2017-01-05 07:57:25 -06:00
|
|
|
|
2018-01-04 06:12:49 -06:00
|
|
|
set(STRPRODUCTVER ${RESINSIGHT_MAJOR_VERSION}.${RESINSIGHT_MINOR_VERSION}.${RESINSIGHT_PATCH_VERSION}${RESINSIGHT_VERSION_TEXT}${RESINSIGHT_DEV_VERSION})
|
2013-01-22 04:28:35 -06:00
|
|
|
|