Skip to content

Commit

Permalink
Final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Jan 13, 2025
1 parent c0b48d7 commit f99725b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ dependencies = [
('zlib', '1.3.1'),
]


sanity_check_paths = {
'files': ['lib/libCoinUtils.so'],
'dirs': ['include/coin', 'lib/pkgconfig', 'share/coin'],
'files': ['lib/libCoinUtils.%s' % SHLIB_EXT],
'dirs': ['include/coin', 'lib/pkgconfig', 'share/coin']
}

# other coin-or projects expect <header.hpp> instead of <coin/header.hpp>
Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/s/SCOTCH/SCOTCH-7.0.6-gompi-2024a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builddependencies = [
('Bison', '3.8.2'),
('flex', '2.6.4'),
]

dependencies = [
('zlib', '1.3.1'),
]
Expand Down

0 comments on commit f99725b

Please sign in to comment.