On Mon Oct 23, 2017 at 11:07:36AM +0200, Landry Breuil wrote: > On Mon, Oct 23, 2017 at 10:31:55AM +0200, Rafael Sadowski wrote: > > On Wed Aug 09, 2017 at 09:47:06PM +0200, Rafael Sadowski wrote: > > > Hi All, > > > > > > Please find attached a port for Dlib, a powerfull modern C++ toolkit. > > > > > > $ cat pkg/DESCR: > > > > > > Dlib is a modern C++ toolkit containing machine learning algorithms and > > > tools > > > for creating complex software in C++ to solve real world problems. It is > > > used > > > in both industry and academia in a wide range of domains including > > > robotics, > > > embedded devices, mobile phones, and large high performance computing > > > environments. > > > > > > Port feedback is welcome as well as an OK to import!? > > > > > > Best regards, > > > > > > Rafael Sadowski > > > > Please find attached a new tarball with following tweaks/improvements: > > > > - Update to the last stable version 19.7 > > - regen WANTLIB > > - add COMPILER > > - remove ".include <bsd.port.arch.mk>" > > - Don't use ${HOMEPAGE} in MASTER_SITES > > > > tweaks by landry@: > > - remove ONLY_FOR_ARCHS > > - TEST_DEPENDS link to ${FULLPKGNAME}:${BUILD_PKGPATH} > > > > I think, the ports is ready now. > > > What's that XXX OpenBLAS ? It's trying to use math/blas and fails to > detect it ? Or OpenBLAS is another impleementation we dont have in ports > ? What if it becomes available and is silently used at build/runtime ? > Maybe you should disable it explicitely ? > Good catch, I think the following should make it clear:
# XXX Disable searching for blas (cblas lacks) # Check after math/blas update or OpenBLAS import CONFIGURE_ARGS = -DDLIB_USE_BLAS:Bool=OFF \ -DDLIB_USE_LAPACK:Bool=OFF \ -DDLIB_USE_MKL_FFT:Bool=OFF ok with that change?