On Thu, Oct 18 2018, Marc Espie <es...@nerim.net> wrote: [...]
> armadillo is a C++ wrapper around lapack/blas linear algebra libraries, > a required dependency of mlpack. > > Armadillo is a linear algebra library (matrix maths) for the C++ language, > aiming towards a good balance between speed and ease of use. > > Provides high-level syntax and functionality deliberately similar to Matlab > > > Attached is a tarball for math/mlpack and math/armadillo (extract under ports) > > I haven't checked that it builds under anything but amd64, though it should > with a proper C++ compiler (hence the compiler annotations). Regarding armadillo, - could you please follow the usual layout of Makefile.template, and use tabs for alignement? I find this Makefile hard to review, especially with the location of DISTNAME... - CONFIGURE_STYLE is not needed - cmake says -- Checking for module 'hdf5' -- -- HDF5_FOUND = so might pick up math/hdf5 if present (you already noticed, it seems) It also looks for something called "superlu" but we have no port for it (yet). - does not build with base-gcc but I see no compiler annotations. This needs COMPILER = base-clang ports-gcc. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE