FEniCS / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
769 stars 182 forks source link

Unpin cffi from version < 1.17 #3340

Open schnellerhase opened 2 months ago

schnellerhase commented 2 months ago

The release of cffi version v1.17.0 broke the red hat CI pipeline.

An explicit downgrade as hot fix was introduced in https://github.com/FEniCS/dolfinx/pull/3339. This should be reverted, to using the latest version of cffi in its runs, to fix this issue.

Interestingly this seems to be a platform dependent problem as the other CI runs did not reproduce the behavior.

garth-wells commented 1 month ago

Unpin once https://github.com/python-cffi/cffi/pull/111 is in cffi release.

See also https://github.com/python-cffi/cffi/pull/127.