mittagessen / kraken

OCR engine for all the languages
http://kraken.re
Apache License 2.0
751 stars 131 forks source link

[ketos] Add the ability to override the default directory at compile time. #574

Closed PonteIneptique closed 9 months ago

PonteIneptique commented 9 months ago

Hey, I crashed because our SLURM did not provide enough temp space for a compile. This should allow users to bypass such limitations

mittagessen commented 9 months ago

There's no need for adding an option. TempFile should respect the TMPDIR environment variable like most unix tools, so setting that is sufficient.

PonteIneptique commented 9 months ago

Makes sense, I did not know this though ;) THanks !