Arne Morten Kvarving
53e4217c27
changed: relocate the remaining files in opm/core/utility
...
move to opm/common/utility/numeric
2018-01-30 14:05:37 +01:00
Arne Morten Kvarving
5b56ed5da7
changed: opm/[core -> common]/utility/parameters
2018-01-30 12:53:00 +01:00
Arne Morten Kvarving
dd4559b961
changed: opm/[core/linalg -> common/utility/numeric]/blas_lapack.h
2018-01-30 12:53:00 +01:00
Arne Morten Kvarving
0e1553409d
changed: opm/common/[->utility]/ResetLocale.hpp
2018-01-30 12:53:00 +01:00
Arne Morten Kvarving
1bda4a812b
changed: opm/common/[->utility/]ConditionalStorage.hpp
2018-01-30 12:52:59 +01:00
Arne Morten Kvarving
5ad6502f12
changed: opm/common/[util->utility]/numeric/cmp.hpp
2018-01-30 12:52:59 +01:00
Arne Morten Kvarving
d76a15539e
Merge pull request #319 from blattms/slu_dune2.6_full
...
added: support building with superlu for dune 2.6 (complete version)
2018-01-30 10:38:38 +01:00
Atgeirr Flø Rasmussen
b46348f074
Merge pull request #321 from akva2/super_build
...
Some changes to facilitate building using a super project
2018-01-29 16:28:09 +01:00
Atgeirr Flø Rasmussen
c7b5799071
Merge pull request #320 from blattms/support-dune-uggrid
...
Support dune-uggrid (successor of UG).
2018-01-26 12:24:07 +01:00
Arne Morten Kvarving
81036d42fc
Merge pull request #323 from akva2/enough_with_the_fancy_smancy
...
changed: do not require a "fancy name" for tests
2018-01-25 11:38:58 +01:00
Arne Morten Kvarving
bd316fa27f
changed: do not require a "fancy name" for tests
...
earlier the assumption has been that all test executables have a test_ prefix
which was stripped off. now we just use the full name if the prefix is not
found.
2018-01-24 12:32:45 +01:00
Markus Blatt
3dff53ec16
[squash] fix typo in comment
2018-01-22 15:45:50 +01:00
Arne Morten Kvarving
5e0157f407
added: support building with superlu for dune 2.6
2018-01-22 15:29:44 +01:00
Arne Morten Kvarving
72ca4a4ded
Merge pull request #322 from akva2/remove_dc_autotools_hack
...
changed: remove hack for dunecontrol+autotools compatibility
2018-01-22 12:55:15 +01:00
Arne Morten Kvarving
d0fa9ce9dc
changed: remove hack for dunecontrol+autotools compatibility
...
all supported dune versions have cmake builds which should be used
2018-01-22 11:06:36 +01:00
Arne Morten Kvarving
a3a0f90811
check for the existence of a opmmodule_prepare target
...
if it exists, add this as a dependecy for satellites
2018-01-19 16:33:13 +01:00
Arne Morten Kvarving
5b6dcfa619
fixed: allow more than two build types for jenkins
2018-01-19 16:21:21 +01:00
Arne Morten Kvarving
2b8ee5a82d
changed: check for existing target before importing
...
to aid use of a super project for opm
2018-01-19 14:35:58 +01:00
Arne Morten Kvarving
4e9f15dec3
changed: use ${project}. to aid use of a super-project for opm
2018-01-19 14:35:58 +01:00
Arne Morten Kvarving
fdb0ec1e71
fixed: add missing project declaration
2018-01-19 14:35:58 +01:00
Markus Blatt
3681fe0800
Support dune-uggrid (successor of UG).
2018-01-18 22:39:40 +01:00
Atgeirr Flø Rasmussen
27204e3439
Merge pull request #318 from akva2/remove_opm_core
...
remove opm-core from downstream list
2018-01-17 21:14:00 +01:00
Arne Morten Kvarving
9e72f17453
Merge pull request #317 from akva2/fix_mpi
...
fixed: we need to do mpi disabling earlier
2018-01-17 17:39:44 +01:00
Arne Morten Kvarving
4340691ff8
added: handle QuadMath support like MPI
2018-01-17 15:57:48 +01:00
Arne Morten Kvarving
de7f4e168d
fixed: we need to do mpi disabling earlier
...
if not, prereqs do not see this file, and the option ends
up not being operational for prereqs looking for MPI.
2018-01-17 15:57:16 +01:00
Atgeirr Flø Rasmussen
14888816f6
Merge pull request #316 from akva2/stfu_static_analyzer
...
Fix some static analyzer errors
2018-01-17 12:41:44 +01:00
Arne Morten Kvarving
b59eaea633
remove opm-core from downstream list
2018-01-17 11:50:23 +01:00
Arne Morten Kvarving
6f174d910c
prefer prefix operators for non-primitives
2018-01-17 10:23:54 +01:00
Arne Morten Kvarving
5bd7d4c6b6
mark constructors explicit
2018-01-17 10:21:46 +01:00
Arne Morten Kvarving
63a308f9f3
remove unused variables
2018-01-17 10:21:10 +01:00
Joakim Hove
d0a973738b
Merge pull request #315 from joakim-hove/remove-travis
...
Removed travis scripts.
2018-01-16 20:27:38 +01:00
Joakim Hove
fdea1b4ef0
Removed travis scripts.
2018-01-16 20:18:02 +01:00
Atgeirr Flø Rasmussen
f4bc748329
Merge pull request #314 from akva2/import_more_utilities
...
Import more utilities from opm-core
2018-01-16 17:44:52 +01:00
Atgeirr Flø Rasmussen
4c0333ce2b
Merge pull request #311 from akva2/mark_explicit
...
changed: mark single-parameter constructor explicit
2018-01-16 14:37:09 +01:00
Arne Morten Kvarving
0e2c558501
add imported utility classes to build system
2018-01-16 13:57:17 +01:00
Arne Morten Kvarving
fdfda315d3
Import some more generic utilities from opm-core
2018-01-16 13:56:25 +01:00
Atgeirr Flø Rasmussen
bbf700b404
Merge pull request #312 from akva2/import_utilities
...
Import some generic utility classes from opm-core
2018-01-12 10:42:55 +01:00
Arne Morten Kvarving
af80986d97
add imported utility classes to build system
2018-01-11 16:59:10 +01:00
Arne Morten Kvarving
95f7d62e9e
Import some generic utility classes from opm-core
2018-01-11 16:55:53 +01:00
Atgeirr Flø Rasmussen
d16842646e
Make constructor generic.
...
This supports std::vector and Opm::TableColumn (from opm-parser) as before,
but without requiring any OPM includes, making the class independent.
2018-01-11 15:00:49 +01:00
Atgeirr Flø Rasmussen
9419997a16
Remove unused boost include.
2018-01-11 15:00:20 +01:00
Arne Morten Kvarving
3475d45772
changed: mark single-parameter constructor explicit
...
quells a static analyzer warning
2018-01-11 13:03:27 +01:00
Atgeirr Flø Rasmussen
c91291246c
Merge pull request #310 from akva2/remove_build_status
...
remove travis build status from README.md
2018-01-04 13:00:15 +01:00
Arne Morten Kvarving
3fdd39160b
remove travis build status from README.md
2018-01-04 12:07:46 +01:00
Joakim Hove
58ea8da47c
Merge pull request #309 from joakim-hove/remove-travis
...
Removed travis intgeration
2018-01-02 20:33:11 +01:00
Joakim Hove
1d6041b482
Removed travis intgeration
2018-01-02 20:32:26 +01:00
Atgeirr Flø Rasmussen
6bc39f0ed0
Merge pull request #308 from atgeirr/fix-debug-log
...
Corrected debug log output
2017-12-22 11:14:35 +01:00
hnil
3726641d08
corrected DEBUG log output
2017-12-22 09:21:29 +01:00
Arne Morten Kvarving
8fc5283b05
Merge pull request #306 from blattms/fix-pr-304
...
Include <module>-prereqs.cmake in <module>-config.cmake to process all dependencies
2017-12-21 14:00:32 +01:00
Markus Blatt
4c0625aa8b
Include <module>-prereqs.cmake in <module>-config.cmake for transitive search
...
Otherwise implicit dependencies are never search for. That was the case
for dune-geometry and dune-grid when configuring opm-core as these are only
transitively required via opm-grid.
With this commit we include <module>-prereqs.cmake in <module>-config.cmake
and thus trigger searches for all modules that this module depends on.
We also install the file now <module>-prereqs.cmake as we need it for
installed modules, too.
2017-12-21 12:52:33 +00:00