Commit Graph
2385 Commits
Author SHA1 Message Date
Arne Morten Kvarving f04a95ccc6 fix errors in formulas 2026-05-19 09:47:05 +02:00
Bård Skaflestad 55bb808e06 Merge pull request #450 from akva2/prune_doxylocal
remove Doxylocal
2026-05-19 09:04:38 +02:00
Arne Morten Kvarving 0aa41ab0b0 remove Doxylocal
this adds nothing (the opm directory is in the input by default).
furthermore it uses outdated autoconf substitution variables, thus
doing harm by generating a warning
2026-05-19 08:02:05 +02:00
Markus Blatt 8734123923 Merge pull request #447 from michal-toth/versionbump
Bump version to 2026.10-pre
2026-04-10 18:18:50 +02:00
Michal Tóth 523b8ca4a9 Bump version to 2026.10-pre 2026-04-10 15:44:21 +02:00
Bård Skaflestad 21b451c15a Merge pull request #445 from akva2/fix_jenkins_abs_revs
fixed: missing .* in absolute revision jenkins re
2026-04-07 11:14:33 +02:00
Arne Morten Kvarving 3008bd9b9a fixed: missing .* in absolute revision jenkins re 2026-04-07 10:52:43 +02:00
Bård Skaflestad a4578b2efd Merge pull request #444 from akva2/use_link_libs
Use defines from target and update prereqs to check for links
2026-03-18 15:36:57 +01:00
Arne Morten Kvarving 885f214106 this define is now carried by the target 2026-03-18 14:20:36 +01:00
Arne Morten Kvarving 5f125e8982 use interface link libraries to check for dependencies 2026-03-18 14:16:15 +01:00
Bård Skaflestad 2a486232d1 Merge pull request #443 from akva2/suitesparse_use_def
HAVE_SUITESPARSE_UMFPACK: this is now a property of the target
2026-03-18 13:31:16 +01:00
Arne Morten Kvarving f9ee68dd04 this is now a property of the target 2026-03-18 12:51:15 +01:00
Bård Skaflestad 50c7347585 Merge pull request #442 from bska/prefer-numbers-pi
Prefer Std::Numbers::PI
2026-03-16 08:54:42 +01:00
Bård Skaflestad 677fac24c1 Prefer Std::Numbers::PI
We have C++20 now and can use the portable alternative to spelling
out the value or using the Posix-only 'M_PI' macro.
2026-03-14 15:00:31 +01:00
Bård Skaflestad f6aee6793c Prefer Symbols From Std Namespace
While here, also include requisite headers.
2026-03-14 14:58:19 +01:00
Bård Skaflestad 8531e65d25 Merge pull request #441 from akva2/target_mode
Use targets for all dependencies
2026-03-11 12:24:48 +01:00
Arne Morten Kvarving 9f249be8de use targets for dependencies 2026-03-11 12:12:06 +01:00
Arne Morten Kvarving 73f50a6d14 remove unnecessary version defines 2026-03-11 12:11:52 +01:00
Arne Morten Kvarving 1ae63a9eb9 prepare for finding opm-grid without find-macros
in particular the sibling handling needs to be applied
to opm-grid as well
2026-03-11 11:53:42 +01:00
Arne Morten Kvarving dba68033c6 remove HAVE_LAPACK from config variables
not used
2026-03-11 11:33:21 +01:00
Bård Skaflestad 655a2759fd Merge pull request #440 from akva2/use_cmp_0167
rely on policy for forcing config mode for boost
2026-03-10 15:16:37 +01:00
Arne Morten Kvarving 9520ffb3ee rely on policy for forcing config mode for boost 2026-03-10 15:02:22 +01:00
Bård Skaflestad 3c953e1173 Merge pull request #436 from akva2/remove_ecl_opts
adjust to removed HAVE_ECL_(IN|OUT)PUT options
2026-03-09 18:38:01 +01:00
Arne Morten Kvarving b249b650d6 adjust to removed HAVE_ECL_(IN|OUT)PUT options 2026-03-09 17:08:01 +01:00
Bård Skaflestad b45e9846ea Merge pull request #439 from akva2/opmlibmain_use_prereqs
prereqs is now included by OpmLibMain
2026-03-09 16:38:20 +01:00
Arne Morten Kvarving c03ca2ab3e prereqs is now included by OpmLibMain 2026-03-09 14:33:45 +01:00
Bård Skaflestad bd550dcb28 Merge pull request #438 from akva2/use_fortrancif
setup FCMacros.h through FortranCInterface in the language hook
2026-03-09 14:29:24 +01:00
Arne Morten Kvarving 12745db458 setup FCMacros.h through FortranCInterface in the language hook 2026-03-09 14:03:34 +01:00
Bård Skaflestad 2fb11ad0aa Merge pull request #437 from akva2/fortran_lang_setup
move fortran setup to targets hook
2026-03-09 14:01:12 +01:00
Arne Morten Kvarving c1def4361d move fortran setup to targets hook
this is a temporary workaround, it will be moved to
language hook in follow-up work
2026-03-09 13:11:06 +01:00
Bård Skaflestad b27d4ca631 Merge pull request #435 from akva2/disable_benchmark_boost_1.66
disable building the relperm benchmark for boost < 1.67
2026-02-25 14:11:51 +01:00
Arne Morten Kvarving e968e9d9c8 disable building the relperm benchmark for boost < 1.67
boost::iostream 1.66 cannot build as c++-20 and it pulls in
all sorts of headers from all sorts of places so we also
cannot build the benchmark as c++-17
2026-02-25 13:38:28 +01:00
Bård Skaflestad c17ac3c5c4 Merge pull request #434 from akva2/use_ranges_reverse
replace std::reverse with std::ranges::reverse where appropriate
2026-02-24 12:08:14 +01:00
Arne Morten Kvarving 84393d16a4 replace std::reverse with std::ranges::reverse where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-24 09:39:36 +01:00
Bård Skaflestad d511f5f760 Merge pull request #433 from akva2/use_ranges_max_element
replace std::max_element with std::ranges::max_element where appropriate
2026-02-24 08:23:12 +01:00
Arne Morten Kvarving f3b625d645 replace std::max_element with std::ranges::max_element where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-24 08:01:29 +01:00
Bård Skaflestad f288bc28bf Merge pull request #432 from akva2/use_ranges_min_element
replace std::min_element with std::ranges::min_element where appropriate
2026-02-23 19:40:00 +01:00
Bård Skaflestad 978570497c Merge pull request #431 from akva2/use_ranges_find_if
replace std::find_if with std::ranges::find_if where appropriate
2026-02-23 17:28:11 +01:00
Arne Morten Kvarving 1b9280a31e replace std::min_element with std::ranges::min_element where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-23 15:06:08 +01:00
Arne Morten Kvarving 535923ee3e replace std::find_if with std::ranges::find_if where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-23 14:30:14 +01:00
Bård Skaflestad 928a7888ef Merge pull request #430 from akva2/use_ranges_fill
replace std::fill with std::ranges::fill where appropriate
2026-02-23 12:11:14 +01:00
Bård Skaflestad a971ca5d04 Merge pull request #429 from akva2/use_ranges_copy
replace std::copy with std::ranges::copy where appropriate
2026-02-23 10:49:24 +01:00
Arne Morten Kvarving f48114abf8 replace std::fill with std::ranges::fill where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-23 10:25:03 +01:00
Arne Morten Kvarving f0a67a1fa2 replace std::copy with std::copy_n where appropriate
more expressive
2026-02-23 08:41:31 +01:00
Arne Morten Kvarving 961cf4a616 replace std::copy with std::ranges::copy where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-23 08:21:17 +01:00
Bård Skaflestad e427c7e490 Merge pull request #428 from akva2/use_ranges_sort
replace std::sort with std::ranges::sort where appropriate
2026-02-20 15:40:52 +01:00
Arne Morten Kvarving 421957920b replace std::sort with std::ranges::sort where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-20 14:22:34 +01:00
Bård Skaflestad 420b9245b2 Merge pull request #427 from akva2/use_ranges_transform
replace std::transform with std::ranges::transform where appropriate
2026-02-20 14:07:45 +01:00
Arne Morten Kvarving 42a742ab87 replace std::transform with std::ranges::transform where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-20 13:34:13 +01:00
Bård Skaflestad d841d20927 Merge pull request #426 from akva2/policies_in_init
policies are now set by OpmInit
2026-02-13 16:11:53 +01:00