This website requires JavaScript.
Explore
Help
Sign In
OilfieldToolsNet
/
opm-core
Watch
4
Star
0
Fork
0
You've already forked opm-core
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
82fa76c3252ae2421f620013f511b057b0421172
opm-core
/
dune.module
4 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
opm-core: make it a usable in conjunction wit dunecontrol This allows projects which use the DUNE build system and want to use OPM-Core to specify a dependency in their dune.module file. (i.e. they don't have to worry about compiler and linker flags anymore.) opm-core can still be used without having DUNE installed, though. This means that for users which do not need/want a dependency on DUNE, nothing changes. v2: avoid naming conflict of the AX_BOOST_BASE macro with dune-common by renaming it to OPM_BOOST_BASE. v3: make the library detection work nicely v4: Use AX_BOOST_BASE M4 macro from opm-core instead from dune-common as base for OPM_BOOST_BASE to get rid of a few bugs, reworded commit message. Thanks to Bård Skaflestad for the review.
2012-06-14 18:13:56 +02:00
Module: opm-core
Revert clever setting of version number in dune.module dunecontrol will read the dune.module file first, before calling any configuration files; thus it cannot be initialized from the script but the version numbers must be hardcoded here and updated manually.
2013-01-30 14:06:05 +01:00
Version: 1.0
Annotate dependencies with version number
2013-01-16 13:28:23 +01:00
Depends: dune-common (>= 2.2) dune-istl (>= 2.2)
Reference in New Issue
Copy Permalink