# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup cmake 1.1 PortGroup compilers 1.0 PortGroup boost 1.0 boost.version 1.81 compilers.choose cc cxx name mlpack version 4.5.1 revision 0 categories math devel science license BSD maintainers {takeshi @tenomoto} openmaintainer description a scalable C++ machine learning library long_description \ mlpack is an intuitive, fast, scalable C++ machine learning library, \ meant to be a machine learning analog to LAPACK. \ It aims to implement a wide array of machine learning methods and \ functions as a \"swiss army knife\" for machine learning researchers. homepage https://mlpack.org master_sites ${homepage}/files/ checksums rmd160 713e8b875ea15b19cb147531e9a9178c2f5c6a3f \ sha256 58059b911a78b8bda91eef4cfc6278383b24e71865263c2e0569cf5faa59dda3 \ size 6590839 depends_lib-append port:armadillo \ port:cereal \ port:ensmallen \ port:libxml2 compiler.cxx_standard 2011 configure.pre_args-replace \ -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \ -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF configure.args-append \ -DBUILD_PYTHON_BINDINGS=OFF \ -DISABLE_DOWNLOADS=ON \ -DARMADILLO_INCLUDE_DIR=${prefix}/include \ -DARMADILLO_LIBRARY=${prefix}/lib/libarmadillo.dylib \ -DENSMALLEN_INCLUDE_DIR=${prefix}/include build.target ""