mittagessen / kraken

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

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

Closed PonteIneptique closed 4 months ago

PonteIneptique commented 4 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 4 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 4 months ago

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