Skip to content

Commit

Permalink
revert changes to sanity checks of libdap-3.20.11-GCCcore-12.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming authored Jun 17, 2024
1 parent d66454b commit 894bcc2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builddependencies = [
('Bison', '3.8.2'),
('flex', '2.6.4'),
]

dependencies = [
('cURL', '8.0.1'),
('libxml2', '2.11.4'),
Expand All @@ -30,7 +31,7 @@ configopts = 'TIRPC_LIBS="-ltirpc"'


sanity_check_paths = {
'files': ['bin/getdap', 'bin/getdap4', 'bin/dap-config', 'lib/%(name)s.a', 'lib/lib%%(name)s.%s' % SHLIB_EXT],
'files': ['bin/getdap', 'bin/getdap4', 'bin/dap-config', 'lib/libdap.a', 'lib/libdap.%s' % SHLIB_EXT],
'dirs': ['include'],
}

Expand Down

0 comments on commit 894bcc2

Please sign in to comment.