Search Criteria
Package Details: ovito 3.11.2-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/ovito.git (read-only, click to copy) |
---|---|
Package Base: | ovito |
Description: | Open Visualization Tool |
Upstream URL: | https://www.ovito.org |
Keywords: | chemistry scientific simulation visualization |
Licenses: | GPL-3.0-or-later |
Conflicts: | ovito-git |
Submitter: | janoliver |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 12 |
Popularity: | 0.21 |
First Submitted: | 2013-01-10 12:33 (UTC) |
Last Updated: | 2024-12-23 13:29 (UTC) |
Dependencies (10)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- netcdf-openmpi
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxslt (libxslt-gitAUR) (make)
- python-sphinx_rtd_theme (make)
- qscintilla-qt6 (make)
- qt6-svg (make)
Latest Comments
1 2 3 4 5 Next › Last »
hmcezar commented on 2024-12-23 19:45 (UTC)
Thank you @carlosal1015 for the fix and @edeustua for digging into it.
Just tried pkgrel 4 and it compiled in my system.
edeustua commented on 2024-12-22 19:12 (UTC)
Same problem here with
zstd_zlibwrapper.h
.The zstd package from archlinux core does not include the wrapper. It has to be compiled or installed some other way. The commented lines in
src/ovito/core/CMakeLists.txt:194-200
build the wrapper correctly, but the zstd library has to be downloaded first intosrc/3rdparty/zstd
. I'd think the solution could be one of the following (let me know what you think):src/3rdparty/zstd
and patch the cmake file to uncomment corresponding lines in PKGBUILD.Let me know if I can help.
physkets commented on 2024-12-20 08:11 (UTC)
I see the same error as @hmcezar. Looks like we need the zstd submodule, but we don't do a git build. So I don't know how. Are the zstd sources included in the tarball? If not, they should include it.
carlosal1015 commented on 2024-12-17 18:20 (UTC)
In my case compiles fine, let's investigate the new issue.
hmcezar commented on 2024-12-17 08:28 (UTC)
Dear carlosal1015 thank you for trying to fix this! Now I get past the
./configure
, but the build is failing:carlosal1015 commented on 2024-12-15 17:14 (UTC)
Hey folks, I asked upstream about avoid using static zstd. Let's see https://gitlab.com/stuko/ovito/-/issues/232
hmcezar commented on 2024-12-12 12:26 (UTC)
I'm having the same problem physkets is having:
Any tips?
physkets commented on 2024-11-15 06:56 (UTC)
I'm seeing this error with version 3.11.1-1
nimble2005 commented on 2024-08-15 01:37 (UTC) (edited on 2024-08-15 01:40 (UTC) by nimble2005)
Hi, i am getting an error as shown above. Does anyone know how to solve this problem?
physkets commented on 2024-06-24 06:49 (UTC)
@carlosal1015 Ya, so it requires a re-build which can be done by increasing the pkgrel, I think.
1 2 3 4 5 Next › Last »