Files
opm-common/python
Markus Blatt b67091183b [python] Use correct C++ compiler for linking.
CC is the C compiler. CXX is the C++ compiler. Setuptools will
use the C++ compiler for C++ code. Hence it is vital to set that
correctly. If not set the default C++ compiler will be used.

Unfortunately it will use the first string as the CXX compiler and
hence we need to strip ccache. Fortunately it used CC for the
compilation and that works with gcc as well.
2022-02-03 17:02:09 +01:00
..
2021-11-11 15:53:21 +01:00
2019-09-23 14:35:25 +02:00
2021-11-11 15:53:21 +01:00
2020-06-19 13:38:55 +02:00

Python bindings for the OPM-common module of the Open Porous Media project.