Skip to content
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

Remove checks for FEniCS and python3 #182

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

BenjaminRodenberg
Copy link
Member

I removed the checks for the following reasons:

  1. FEniCS check turns out problematic in Modify setup.py to avoid crash due to version 4.0.0 of mpi4py during installation #181
  2. If we follow the recommended installation procedure pip install . the warnings are not shown. The warnings only appear for the deprecated python3 setup.py install

We can check for the python version (and potentially also FEniCS) when moving to pyproject.toml in a better way (see #179).

setup.py Outdated Show resolved Hide resolved
Co-authored-by: Frédéric Simonis <[email protected]>
@BenjaminRodenberg BenjaminRodenberg merged commit b3a9a28 into develop Sep 5, 2024
6 of 7 checks passed
@BenjaminRodenberg BenjaminRodenberg deleted the remove-fenics-python-checks branch September 5, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants