biobloom: use the correct standard library for Fujitsu compilers (#17327)
This commit is contained in:
parent
a5eabfad91
commit
8a9fa9bd18
@ -32,5 +32,11 @@ def install(self, spec, prefix):
|
|||||||
tar('-xvf', self.stage.archive_file)
|
tar('-xvf', self.stage.archive_file)
|
||||||
|
|
||||||
with working_dir('sdsl-lite-{0}'.format(spec.version.dotted)):
|
with working_dir('sdsl-lite-{0}'.format(spec.version.dotted)):
|
||||||
|
if self.spec.satisfies('%fj'):
|
||||||
|
filter_file(
|
||||||
|
'stdlib=libc',
|
||||||
|
'stdlib=libstdc',
|
||||||
|
'./CMakeLists.txt'
|
||||||
|
)
|
||||||
helper = Executable('./install.sh')
|
helper = Executable('./install.sh')
|
||||||
helper(prefix)
|
helper(prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user