precice / python-bindings

Python language bindings for preCICE
https://precice.org
GNU Lesser General Public License v3.0
22 stars 12 forks source link

Request correct preCICE version #201

Open fsimonis opened 5 months ago

fsimonis commented 5 months ago

Currently, the python bindings doesn't check the version of preCICE. It uses whatever version pkg-config finds on the system.

This leads to compile or link issues which could have been handled more gracefully via an error message.

There are two practical ways of tying the bindings version ot the preCICE version:

The compatible match allows for forwards-compatibility, which is guaranteed due to the semanatic versioning we use (and follow) in preCICE. Meaning we can test newer releases with existing bindings.