Search Criteria
Package Details: vapoursynth-plugin-vsmxnet-git v0.2.2.0.g26a7b79-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-vsmxnet-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-vsmxnet-git |
Description: | Use MXNet to accelerate image processing in VapourSynth (git version), modified to compile on Linux |
Upstream URL: | https://github.com/kice/vs_mxnet |
Keywords: | vapoursynth |
Licenses: | MPL2 |
Submitter: | zhs |
Maintainer: | None |
Last Packager: | zhs |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-10-07 02:02 (UTC) |
Last Updated: | 2020-10-07 12:34 (UTC) |
Dependencies (3)
- mxnetAUR (mxnet-cudaAUR, mxnet-mklAUR, mxnet-mkl-cudaAUR, mxnet-gitAUR, mxnet-cuda-gitAUR)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
sl1pkn07 commented on 2021-10-18 20:08 (UTC)
hi
i have a try to include mxnet v1 as static lib. but seems the plugin, with the changes in linux-complile, lost the VS namestpace (mx.), wich is need to run in VS. mi code kwedge is limited in this type of changes, so, you can rework the patch for fix the namespace?
gretings
zhs commented on 2021-04-28 00:57 (UTC)
I have disowned this package so it is up to any willing persons to make it work again if they wish. As @sl1pkn07 correctly points out newer versions of MXNet have drastic changes which makes them entirely incompatible with a broad range of software that used to rely on the library. There is a total reworking of the API.
Fixing this issue would require deeper knowledge of MXNet which I don't have. The upstream author of this small plugin also appears to have given up on updating it for the upcoming changes in MXNet.
sl1pkn07 commented on 2021-01-09 08:44 (UTC) (edited on 2021-01-09 08:46 (UTC) by sl1pkn07)
c_predict_api.h is removed in https://github.com/apache/incubator-mxnet/pull/18598/commits/3272a691215699139a2b7330fe388c6898f24377
no build anymore with upcoming mxnet version (or mxnet-git)
greetings