Search Criteria
Package Details: meshroom-bin 2021.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/meshroom-bin.git (read-only, click to copy) |
---|---|
Package Base: | meshroom-bin |
Description: | Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework. |
Upstream URL: | https://github.com/alicevision/meshroom |
Keywords: | 3d photogrammetry reconstruction |
Licenses: | MPL2 |
Conflicts: | meshroom |
Provides: | meshroom |
Submitter: | MrKMG |
Maintainer: | andybreuhan |
Last Packager: | andybreuhan |
Votes: | 13 |
Popularity: | 0.31 |
First Submitted: | 2018-09-05 16:32 (UTC) |
Last Updated: | 2022-07-22 15:21 (UTC) |
Dependencies (2)
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- cuda (cuda-11.0, cuda11.1) (make)
Required by (0)
Sources (6)
- https://download.fosshub.com/Protected/expiretime=1658553210;badurl=aHR0cHM6Ly93d3cuZm9zc2h1Yi5jb20vTWVzaHJvb20uaHRtbA==/88d107fd135aeb02d280488c3ca47256cc38cc02241e94a3ffa468bab9a6386b/5c6fe99776dd983e3dec2213/60391d4d95b5643a1f06b414/Meshroom-2021.1.0-linux-cuda10.tar.gz
- Meshroom
- Meshroom.desktop
- Meshroom.png
- meshroom_compute
- meshroom_photogrammetry
Latest Comments
1 2 Next › Last »
dack commented on 2022-07-23 05:42 (UTC)
Regarding the errors @VorpalGun described - I also see the same issues when building in a clean chroot environment. I'm using paru rather than aurutils, but the issue seems to be the same. Using a script with dependencies to populate the source array just doesn't seem to work properly in a chroot build - likely due to the order of dependency evaluation and source downloading.
However, I think there's an easy fix for this package. The exact same release build is available on the official github repo release page. So there's no need for the fosshub script at all. Just change the source URL to https://github.com/alicevision/meshroom/releases/download/v2021.1.0/Meshroom-2021.1.0-linux-cuda10.tar.gz. I have tested this, and it builds in chroot without any issues.
Alad commented on 2022-07-22 22:05 (UTC)
You're aware the binaries are directly available from github?
andybreuhan commented on 2022-07-22 15:16 (UTC)
Thanks, i appreciate that! Pushed your fix.
dack commented on 2022-07-21 21:21 (UTC)
I found that some of the permissions on the installed files were incorrect. I fixed it by using "install" instead of cp as follows:
VorpalGun commented on 2022-01-23 18:42 (UTC) (edited on 2022-01-23 18:48 (UTC) by VorpalGun)
When building in a chroot (using aurutils) the build fails:
The cause of the python traceback is a missing dependency on python-requests, adding that to the PKGBUILD fixes that problem.
However the build still fails:
EDIT: The new failure seems to be:
Seems like the dependency array is evaluated before python is installed as a make dependency in the chroot. I can't find a way around that unfortunately. Still python-requests should be added as a dependency.
reedlaw commented on 2021-03-01 16:58 (UTC)
Also, the extracted directory name has changed from "Meshroom-${pkgver}" to "Meshroom-${pkgver}-av2.4.0-centos7-cuda10.2".
reedlaw commented on 2021-03-01 16:52 (UTC)
The current script gives an error, "Integrity checks (sha256) differ in size from the source array." The filename for the download should be updated to have 2021 instead of 2020 and a sha256sum of de94eb264b5b30d55b36329c4761596bcc6b4c443b096b0b15ac963892d79ee4.
retrakker commented on 2020-04-04 08:04 (UTC) (edited on 2020-04-05 17:12 (UTC) by retrakker)
I think it needs a rebuild against newest ~~openssl~~ krb5 module. Currently it crashes with the following backtrace:
Update
Made an upstream report - so either Meshroom binary upstream is updated to include krb5 in the right version or the
meshroom-binary
here in AUR needs to request krb5 <= 1.17https://github.com/alicevision/meshroom/issues/850
s-ol commented on 2020-02-28 20:17 (UTC)
would be nice to have
provides/conflicts=('meshroom')
in this package :)mobarre commented on 2019-06-07 19:48 (UTC)
Thank for the reply ! I have fixed the scripts on my side, and added one for the meshroom_compute binary (which exist, I can promise you :) I use it a lot).
Want me to send you my work ?
1 2 Next › Last »