DCM-UPB / QNets

C++ library that allows to use (Feed Forward) Neural Networks in C++ with a few simple commands.
Other
2 stars 3 forks source link

Build system is becoming complex, switch to autotools #19

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

Though the current build system has its merits, I think it is a suboptimal approach in the long run:

So concluding, overall I think the benefits of a proper build system outweigh the loss of a lightweight and extremely transparent system. And I'm not afraid of having the Autotools chain as dependency, because I don't think any relevant target system is missing them.

Therefore we should switch our build system to autotools.