Skip to content

Commit

Permalink
Revert to (updated) ranges for dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thfroitzheim committed Nov 9, 2024
1 parent 3c0e63b commit 3013aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ endif
# Create the tool chain library as subproject
mctc_dep = dependency(
'mctc-lib',
version: '0.3.2',
version: '>=0.3.0',
fallback: ['mctc-lib', 'mctc_dep'],
default_options: ['default_library=static'],
)
Expand All @@ -123,7 +123,7 @@ lib_deps += mctc_dep
# Create DFT-D4 library as subproject
dftd4_dep = dependency(
'dftd4',
version: '3.7.0',
version: '>=3.4.0',
fallback: ['dftd4', 'dftd4_dep'],
default_options: ['default_library=static', 'api=false', 'python=false'],
)
Expand All @@ -132,7 +132,7 @@ lib_deps += dftd4_dep
# Create DFT-D3 library as subproject
sdftd3_dep = dependency(
's-dftd3',
version: '1.2.0',
version: '>=0.6.0',
fallback: ['s-dftd3', 'sdftd3_dep'],
default_options: ['default_library=static', 'api=false', 'python=false'],
)
Expand All @@ -141,7 +141,7 @@ lib_deps += sdftd3_dep
# Create TOML Fortran as subproject
tomlf_dep = dependency(
'toml-f',
version: '0.4.1',
version: '>=0.4.0',
fallback: ['toml-f', 'tomlf_dep'],
default_options: ['default_library=static'],
)
Expand Down
2 changes: 1 addition & 1 deletion test/unit/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Create mstore as subproject for testing
mstore_dep = dependency(
'mstore',
version: '0.3.0',
version: '>=0.3.0',
fallback: ['mstore', 'mstore_dep'],
required: not meson.is_subproject(),
default_options: [
Expand Down

0 comments on commit 3013aab

Please sign in to comment.