samtools: fixing build issue due to change in 1.14 (#28024)
This commit is contained in:
parent
42677ded8e
commit
e99aff93e1
@ -70,6 +70,9 @@ def install(self, spec, prefix):
|
|||||||
make('prefix={0}'.format(prefix), 'install')
|
make('prefix={0}'.format(prefix), 'install')
|
||||||
|
|
||||||
# Install dev headers and libs for legacy apps depending on them
|
# Install dev headers and libs for legacy apps depending on them
|
||||||
|
# per https://github.com/samtools/samtools/releases/tag/1.14
|
||||||
|
# these have been removed (bam.h still exists but paired down)
|
||||||
|
if spec.satisfies('@:1.13'):
|
||||||
mkdir(prefix.include)
|
mkdir(prefix.include)
|
||||||
mkdir(prefix.lib)
|
mkdir(prefix.lib)
|
||||||
install('sam.h', prefix.include)
|
install('sam.h', prefix.include)
|
||||||
|
Loading…
Reference in New Issue
Block a user