-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DUNE_ISTL_VERSION_* not set in opm-simulators. #190
Comments
Works for me with a fresh build and current master |
Which DUNE version and autotools or cmake? |
2.4.1 |
Hm strange. I'll test with a fresh build also. Just in case, which cmake version? |
same here, i cannot reproduce, i cannot fix. opm-simulators gets the versions set as requested from its CMakeLists.txt, opm-grid does not since it is not requested (see the config hook in CMakeListst.txt to see the how). i run dune 2.4.1 from xenial repos, and it also builds fine against the 2.3 on jenkins. i have new cmake locally, jenkins has older cmake so i thought i had the whole test matrix covered. |
cmake version 3.0.2 @akva2 Where do these variables get set up in the cmake scripts? I could not find the place. Must be magic. |
which variables ? you mean the versions ? it works like this;
|
Just FYI. The master compiles okay with Dune 2.4.1 and cmake 3.5.1 from my side. |
A fresh opm chain works for me too. Sorry for the noise. |
Thanks for the feedback. |
Does that mean #188 should be closed as well? |
use the new and shiny internalized JFUNC object from opm-parser
I'm having the problem that the version of istl is not set in config.h
This has worked before, and I did not change the DUNE version. What could be the reasons and where are these variables set?
Here a snippet from config.h :
define DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS 1
define DUNE_GRID_VERSION_MAJOR 2
define DUNE_GRID_VERSION_MINOR 4
define DUNE_GRID_VERSION_REVISION 1
define DUNE_COMMON_VERSION_MAJOR 2
define DUNE_COMMON_VERSION_MINOR 4
define DUNE_COMMON_VERSION_REVISION 1
/* #undef DUNE_ISTL_VERSION_MAJOR /
/ #undef DUNE_ISTL_VERSION_MINOR /
/ #undef DUNE_ISTL_VERSION_REVISION */
The text was updated successfully, but these errors were encountered: