Search Criteria
Package Details: openmesh 8.1-1
Git Clone URL: | https://aur.archlinux.org/openmesh.git (read-only, click to copy) |
---|---|
Package Base: | openmesh |
Description: | A generic and efficient data structure for representing and manipulating polygonal meshes |
Upstream URL: | http://www.openmesh.org |
Licenses: | |
Submitter: | None |
Maintainer: | skogler |
Last Packager: | skogler |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2009-03-06 05:03 |
Last Updated: | 2020-08-01 11:30 |
Dependencies (4)
- mesa (mesa-noglvnd, mesa-rc, mesa-minimal-git, mesa-minimal+-git, mesa-git, mesa-stable)
- cmake (cmake-git) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (optional) – for using included applications
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
neXyon commented on 2018-04-12 09:42
Can't be built with current arch linux. It needs the following line that is in upstream already:
https://graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/blob/master/src/OpenMesh/Tools/Utils/conio.cc#L94
Unfortunately there hasn't been an official release yet, so please add a patch!
nakednous commented on 2016-12-10 14:45
Hello,
Thanks for the package. I'm getting the following error:
mv: cannot stat '/home/pierre/.cache/pacaur/openmesh/pkg/openmesh/usr/lib/python': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
:: failed to build openmesh package(s)
exptime commented on 2016-06-02 12:42
I had problems with the Python bindings. Adding “-DOPENMESH_PYTHON_VERSION=3.5” (seems to be set to 2.7 by default) to CMake and “mv ${pkgdir}/usr/lib/python ${pkgdir}/usr/lib/python3.5” (hardcoded to lib/python) to “package()” made “import openmesh” work on my machine. Maybe there is a better way :).
And new version 6.1, btw :).
philm commented on 2015-11-24 15:01
thanks for the hint, updated it to 5.0
oaheix commented on 2015-11-24 14:18
Hey, 5.0 is released. :)
philm commented on 2015-02-28 23:08
Hey thanks for the feedback, I updated the package accordingly.
xantares commented on 2015-02-16 08:16
hello,
- these lines are useless as libOpenMesh*.so are installed into /usr/lib:
# add openmesh library path to ld.so.conf
install -d -m755 "$pkgdir/etc/ld.so.conf.d/"
echo "/usr/lib/OpenMesh" > "$pkgdir/etc/ld.so.conf.d/openmesh.conf"
- you could install src/OpenMesh-3.3/LICENSE/* instead of the 4 license lines.
philm commented on 2015-01-11 22:20
I updated the package to 3.2 now it's working again.
jynnantonix commented on 2014-05-25 04:37
disowning because I don't use this anymore
ochi commented on 2014-05-23 13:49
The source package URL is no longer valid (I think due to changes to the OpenMesh website). This is also the reason why the hash check fails; the downloaded file is actually a (404) HTML file. The new URL (for the 3.1 version) is
http://www.openmesh.org/media/Releases/3.1/OpenMesh-3.1.tar.bz2