hto4l: Set GSL_HOME (#30402)

This commit is contained in:
haralmha 2022-04-29 21:32:40 +02:00 committed by GitHub
parent 7c631d1c55
commit d062d2e92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,9 @@ def patch(self):
'-mkdir -p $(LIBDIR) $(BINDIR) $(INCLUDEDIR)',
'LoopTools-2.10/makefile-lxplus')
def edit(self, spec, prefix):
env['GSL_HOME'] = self.spec['gsl'].prefix
def install(self, spec, prefix):
mkdir(prefix.bin)
install('Hto4l', prefix.bin)