2013-01-22 04:28:35 -06:00
|
|
|
|
2024-03-18 05:49:07 -05:00
|
|
|
set(RESINSIGHT_MAJOR_VERSION 2024)
|
2024-12-02 02:04:12 -06:00
|
|
|
set(RESINSIGHT_MINOR_VERSION 12)
|
2024-12-16 02:25:13 -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
|
2024-12-08 04:42:55 -06:00
|
|
|
set(RESINSIGHT_VERSION_TEXT "-dev")
|
2024-12-06 07:35:08 -06:00
|
|
|
#set(RESINSIGHT_VERSION_TEXT "-RC_2")
|
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"
|
2024-12-16 02:25:13 -06:00
|
|
|
set(RESINSIGHT_DEV_VERSION ".01")
|
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
|
2019-05-09 03:10:17 -05:00
|
|
|
set(ECL_GITHUB_SHA "0e1e780fd6f18ce93119061e36a4fca9711bc020")
|
2016-10-13 06:55:32 -05:00
|
|
|
|
2017-04-21 02:17:55 -05:00
|
|
|
# https://github.com/OPM/opm-flowdiagnostics
|
2019-05-09 03:06:27 -05:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_SHA "8bb60d6111063f2b7557502ecaa329a2d5c13b41")
|
2017-04-21 02:17:55 -05:00
|
|
|
|
|
|
|
# https://github.com/OPM/opm-flowdiagnostics-applications
|
2019-05-09 03:09:06 -05:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_APPLICATIONS_SHA "f57942a8cdf57422fabf3a4423d02a3e46e0be4e")
|
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
|
|
|
|