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

API packaging #216

Merged
merged 10 commits into from
Oct 18, 2024
Merged

API packaging #216

merged 10 commits into from
Oct 18, 2024

Conversation

godotalgorithm
Copy link
Collaborator

This is a minor adjustment so that MOPAC's standard distribution contains an include directory with mopac_api.F90 so that programs can build a .mod file for interfacing with MOPAC's API when linking with MOPAC as a shared library. Also, I've moved the API tester outside of the main CMake file so that it is only built if testing is turned on.

Status

  • Ready for merge

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 67.93%. Comparing base (f2cb511) to head (3687fd6).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
src/interface/mopac_api_operations.F90 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
- Coverage   67.93%   67.93%   -0.01%     
==========================================
  Files         336      336              
  Lines       77018    77025       +7     
==========================================
  Hits        52326    52326              
- Misses      24692    24699       +7     

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

@godotalgorithm godotalgorithm merged commit 8c64d1f into main Oct 18, 2024
7 of 9 checks passed
@godotalgorithm godotalgorithm deleted the package-api branch October 18, 2024 19:28
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