Closed adamsardar closed 5 years ago
So as to get going quickly, I hard coded lib and include paths to /opt/ORtools/lib ... gross, I know
Really, we should be using a configure script like RcppMLPACK. This should also enable windows support.
https://github.com/rcppmlpack/RcppMLPACK1 https://github.com/rcppmlpack/rcppmlpack2
The example in RcppGSL is probably the best. Small configure.ac, run autoconf - boom
https://github.com/eddelbuettel/rcppgsl
So as to get going quickly, I hard coded lib and include paths to /opt/ORtools/lib ... gross, I know
Really, we should be using a configure script like RcppMLPACK. This should also enable windows support.
https://github.com/rcppmlpack/RcppMLPACK1 https://github.com/rcppmlpack/rcppmlpack2