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

View File

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