Skip to content

Commit

Permalink
Merge branch 'main' of github.com:digital-chemistry-laboratory/libdlf…
Browse files Browse the repository at this point in the history
…ind into main
  • Loading branch information
corinwagen committed Oct 30, 2023
2 parents 5cda7d4 + 05f173a commit 44b5472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pacman -S mingw-w64-x86_64-openblas --noconfirm
echo "c:\rtools40\mingw64\lib;" >> $env:GITHUB_PATH
- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: x86_64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The `dlf_update` function allows updating of neighbor lists for algorithms that
### Keywords

DL-FIND is a powerful optimization package with many options. They are partially described in the DL-FIND [documentation](docs/documentation.pdf)
and more in detail in [api.f90](src/api.f90) and [dlf global module.f90](src/dlf global module.f90).
and more in detail in [api.f90](src/api.f90) and [dlf_global_module.f90](src/dlf_global_module.f90).

A concise summary of some of the most important options can be found [here](docs/README.md).

Expand Down

0 comments on commit 44b5472

Please sign in to comment.