Package Details: ovito 3.11.1-1

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.38
First Submitted: 2013-01-10 12:33 (UTC)
Last Updated: 2024-11-12 05:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

chwtu commented on 2024-02-02 11:26 (UTC)

The C++ standard version seems to be set in line 31 of the PKGBUILD, but my build fails the same way @physkets.

physkets commented on 2024-02-02 06:28 (UTC) (edited on 2024-02-02 06:37 (UTC) by physkets)

My build fails at the stage where it compiles the Vulkan renderer:

[ 35%] Built target VulkanRenderer_autogen_timestamp_deps
[ 35%] Automatic MOC for target VulkanRenderer
[ 35%] Built target VulkanRenderer_autogen
[ 35%] Automatic RCC for resources/vulkan.qrc
[ 35%] Building CXX object src/ovito/vulkan/CMakeFiles/VulkanRenderer.dir/VulkanRenderer_autogen/mocs_compilation.cpp.o
[ 35%] Building CXX object src/ovito/vulkan/CMakeFiles/VulkanRenderer.dir/VulkanContext.cpp.o
/home/physkets/.config/trizen/sources/ovito/src/ovito-v3.10.1/src/ovito/vulkan/VulkanContext.cpp: In lambda function:
/home/physkets/.config/trizen/sources/ovito/src/ovito-v3.10.1/src/ovito/vulkan/VulkanContext.cpp:999:53: error: alias template deduction only available with ‘-std=c++20’ or ‘-std=gnu++20’
  999 |             BufferReadAccess bufferAccess(dataBuffer);
      |                                                     ^
make[2]: *** [src/ovito/vulkan/CMakeFiles/VulkanRenderer.dir/build.make:786: src/ovito/vulkan/CMakeFiles/VulkanRenderer.dir/VulkanContext.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1565: src/ovito/vulkan/CMakeFiles/VulkanRenderer.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build ovito - makepkg exited with code: 4

Is the CMAKE_CXX_STANDARD=20 flag not being set?

rsaavedra commented on 2023-03-23 19:37 (UTC)

I get ovito: error while loading shared libraries: libavformat.so.59: cannot open shared object file: No such file or directory since last update. @a.kudelin Please update the package to 3.8.0.

fromtheeast710 commented on 2022-11-11 12:49 (UTC) (edited on 2022-11-11 12:50 (UTC) by fromtheeast710)

@a.kudelin Please update the package to 3.7.11-1.

physkets commented on 2022-02-27 04:40 (UTC)

Everything works fine with v3.7.1. Here is a modified PKGBUILD: http://ix.io/3QSO

physkets commented on 2022-02-26 14:15 (UTC)

@MarsSeed Yes, the issue is still present in v3.7.0 when used with mesa 21.3.7

MarsSeed commented on 2022-02-24 18:07 (UTC) (edited on 2022-02-24 18:47 (UTC) by MarsSeed)

@Compizfox is the issue you've reported still present in ovito v3.7.0 with mesa 21.3.7?

lyra commented on 2022-02-24 15:10 (UTC)

@Compizfox THANK YOU!!! IT WORKS with that flag!

Compizfox commented on 2022-02-23 16:27 (UTC) (edited on 2022-02-23 17:16 (UTC) by Compizfox)

I reported this issue upstream. It has to do with Wayland, and I got recommended to use QT_QPA_PLATFORM=xcb as a workaround (which works for me).

lyra commented on 2022-02-23 15:32 (UTC)

@a.kudelin Same problem...