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

Add Python binding #52

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2053,6 +2053,8 @@ evalcobjcon
execstack
FUNPTR
PROCPOINTER
PYTHONPATH
ctypeslib
cfun
cobj
NVHPC
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:

- name: Install Ninja / Ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt update && sudo apt install ninja-build
run: sudo apt update && sudo apt install ninja-build python3-scipy
- name: Install Ninja / MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: brew install ninja
run: brew install ninja scipy
- uses: awvwgk/setup-fortran@main
id: setup-fortran
with:
Expand Down
138 changes: 0 additions & 138 deletions .github/workflows/lint_hosted.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/lint_nagfor.yml

This file was deleted.