Package Details: dlib 19.24.3-1

Git Clone URL: https://aur.archlinux.org/dlib.git (read-only, click to copy)
Package Base: dlib
Description: A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques
Upstream URL: http://dlib.net
Keywords: algebra convolutional deep dlib learning linear machine networks neural
Licenses: custom
Submitter: pingplug
Maintainer: pingplug (swiftscythe, xantares)
Last Packager: swiftscythe
Votes: 38
Popularity: 0.015296
First Submitted: 2015-08-19 09:02 (UTC)
Last Updated: 2024-03-10 23:23 (UTC)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 Next › Last »

batyu commented on 2022-05-27 19:46 (UTC) (edited on 2022-05-27 19:49 (UTC) by batyu)

Recent dlib update leads to missing dependency: /usr/lib/photoview/photoview: error while loading shared libraries: libdlib.so.19.23.0: cannot open shared object file: No such file or directory

I tried to reinstall it, but the build failed:

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.5.0

YOUR TYPESCRIPT VERSION: 4.5.5

Please only submit bug reports when using the officially supported version.

============= Failed to compile.

You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
I don't know if the warning is relevant, the full output is quite long and I don't see what else is relevant.

xantares commented on 2021-12-13 09:58 (UTC) (edited on 2021-12-13 10:37 (UTC) by xantares)

seems dlib.net timeouts or has an invalid certificate

maybe fetching the tarball from github would be more reliable ?

bartus commented on 2021-08-12 14:28 (UTC) (edited on 2021-08-12 14:44 (UTC) by bartus)

Maintaining two packages for different variant of same package is rather suboptimal. But as you refrain form using config vars in the PKGBUILD, perhaps you would like implement detection ofavx2 extension of the host cpu and enable the USE_AVX_INSTRUCTIONS cmake flag base on that?

Check appleseed PKGBUILD for reference: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=appleseed#n70

!btw. I've to gave some thought to my appleseed PKGBUILD as user may cross build for different machine and would want a direct control over the CPU optimization flags...

swiftscythe commented on 2021-01-17 15:15 (UTC)

@xantares, I don't have the rights to do that... but I can set it up in the following days :)

xantares commented on 2021-01-17 11:01 (UTC)

can you add me to the package maintainers, I'll try to set up the ENABLE_CUDA var

xantares commented on 2021-01-08 17:40 (UTC)

that would be cool

bartus commented on 2021-01-07 11:33 (UTC) (edited on 2021-01-07 11:35 (UTC) by bartus)

@swiftscythe: You can use env var like ENABLE_CUDA to gave users ability to control if build with or without cuda. I'm already doing this for some of my PKGBUILDs: e.g: blender, luxcorerender

xantares commented on 2021-01-06 12:35 (UTC) (edited on 2021-01-06 12:39 (UTC) by xantares)

could the dlib-cuda be moved to a separate PKGBUILD ?

this would avoid to install the huge cuda packages (4GB once installed) if we only use the regular dlib

xan.

swiftscythe commented on 2021-01-04 07:01 (UTC)

@Kicer, oops, I forgot to add the provides=(dlib) to dlib-cuda. Should be fine now.

Kicer commented on 2020-12-29 20:57 (UTC)

@swiftscythe then maybe this package should be split into two?