Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
c-gr34sl3y committed Jun 28, 2023
1 parent c596b00 commit 429e195
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions easyconfigs/p/PDAL/PDAL-2.5.5-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ postinstallcmds = [
"mv %(builddir)s/%(name)s-%(version)s/test/data %(installdir)s/share/test",
]

local_libs = ['base', 'plugin_kernel_fauxplugin', 'plugin_reader_e57', 'plugin_reader_hdf', 'plugin_reader_i3s',
'plugin_reader_icebridge', 'plugin_reader_openscenegraph','plugin_reader_slpk','plugin_writer_e57',
'util']
local_libs = [
'base', 'plugin_kernel_fauxplugin', 'plugin_reader_e57', 'plugin_reader_hdf', 'plugin_reader_i3s',
'plugin_reader_icebridge', 'plugin_reader_openscenegraph', 'plugin_reader_slpk', 'plugin_writer_e57', 'util'
]

sanity_check_paths = {
'files': ['bin/pdal'] + ['lib/libpdalcpp.so'] + ['lib/libpdal_%s.%s' % (x, SHLIB_EXT) for x in local_libs],
Expand Down

0 comments on commit 429e195

Please sign in to comment.