tmbdev / clstm

A small C++ implementation of LSTM networks, focused on OCR.
Apache License 2.0
821 stars 224 forks source link

SConstruct: Fix finding custom eigen path #82

Closed bwrsandman closed 8 years ago

bwrsandman commented 8 years ago

Fix the following error when using eigen=...

TypeError: option() takes exactly 2 arguments (1 given):
  File "/home/sandy/code/clstm/SConstruct", line 88:
    inc = findonpath("Eigen/Eigen", [option("eigen")])
kba commented 8 years ago

Thank you @bwrsandman.