Skip to content

Commit

Permalink
Update and fix the dependencies in fpm (dftd4#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
thfroitzheim authored Nov 10, 2024
1 parent 9027795 commit e0546fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,6 @@ jobs:
- run: pip3 install coverage

- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions config/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ lib_deps += mctc_dep
# Create the electrostatic library as subproject
multicharge_dep = dependency(
'multicharge',
version: '>=0.3.0',
fallback: ['multicharge', 'multicharge_dep'],
default_options: ['default_library=static'],
)
Expand Down
4 changes: 3 additions & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ auto-tests = false

[dependencies]
mctc-lib.git = "https://github.com/grimme-lab/mctc-lib.git"
mctc-lib.tag = "v0.3.0"
mctc-lib.tag = "v0.3.2"
multicharge.git = "https://github.com/grimme-lab/multicharge.git"
multicharge.tag = "v0.3.0"

[dev-dependencies]
mstore.git = "https://github.com/grimme-lab/mstore.git"
mstore.tag = "v0.3.0"

[[test]]
name = "tester"
Expand Down
1 change: 1 addition & 0 deletions test/unit/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# Create mstore as subproject for testing
mstore_dep = dependency(
'mstore',
version: '>=0.3.0',
fallback: ['mstore', 'mstore_dep'],
default_options: ['default_library=static'],
required: not meson.is_subproject(),
Expand Down

0 comments on commit e0546fa

Please sign in to comment.