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

Pyproject.toml #69

Merged
merged 9 commits into from
Oct 31, 2023
Merged

Pyproject.toml #69

merged 9 commits into from
Oct 31, 2023

Conversation

jcapriot
Copy link
Member

Updates geoana in preparation for python 3.12 by removing the build dependency of numpy's distutils module.

Like discretize this makes use of a meson-python backend for building.

Enabling the extensions is slightly easier on install from the command line using meson setup options (before it required a clunky environment variable setting).

pip install . --config-settings=setup-args="-Dwith_extensions=true"

or with python build as:

python -m build -Csetup-args="-Dwith_extensions=true".

We can change the default eventually, but for now just mimicking the current behavior.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #69 (5fe9513) into main (0d2a7da) will increase coverage by 0.00%.
The diff coverage is 75.00%.

@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   87.47%   87.48%           
=======================================
  Files          30       30           
  Lines        3067     3068    +1     
=======================================
+ Hits         2683     2684    +1     
  Misses        384      384           
Files Coverage Δ
geoana/__init__.py 75.00% <75.00%> (+2.27%) ⬆️

@jcapriot jcapriot merged commit 74f5ddd into simpeg:main Oct 31, 2023
7 of 8 checks passed
@jcapriot jcapriot deleted the pyproject branch October 31, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant