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

Change the way libxc is installed #203

Merged
merged 16 commits into from
Oct 9, 2023

Conversation

timcallow
Copy link
Contributor

We currently use pip install libxc2 to install libxc, but this package is not officially supported and does not seem to be actively maintained. For example, it breaks for Python > 3.9.

In this PR, we switch the default installation of libxc to use the official route, which means building the shared libs and Python bindings from source. This means we can keep up with libxc releases, and also use more up-to-date Python versions.

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d8e5ed4) 91.56% compared to head (cca21b2) 91.69%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #203      +/-   ##
===========================================
+ Coverage    91.56%   91.69%   +0.13%     
===========================================
  Files           14       14              
  Lines         2394     2396       +2     
===========================================
+ Hits          2192     2197       +5     
+ Misses         202      199       -3     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timcallow timcallow merged commit 8e80f1c into atomec-project:develop Oct 9, 2023
6 checks passed
@timcallow timcallow deleted the libxc_change_install branch October 9, 2023 15:22
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