mlpack / mlpack.org

Sources to www.mlpack.org.
12 stars 18 forks source link

Download dependencies during documentation builds #56

Closed rcurtin closed 3 years ago

rcurtin commented 3 years ago

Some of the build nodes on ci.mlpack.org don't have a new enough version of Armadillo available in their package managers. I figured, the easiest solution is to simply use the autodownloader. :)

This should fix the currently-failing nightly doxygen build that gets deployed to mlpack.org.

rcurtin commented 3 years ago

Yeah, you are right, I thought this might just be easier. :) I'd need to set up mount points, etc., to get things to deploy to the right place. Maybe another time?