Package Details: ovito 3.10.5-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: 11
Popularity: 0.000456
First Submitted: 2013-01-10 12:33 (UTC)
Last Updated: 2024-04-18 02:20 (UTC)

Latest Comments

1 2 3 4 Next › Last »

physkets commented on 2024-03-18 07:32 (UTC)

I don't think an openssh dependency is necessary, because ovito includes a libssh implementation and uses that. AFAIK, it is able to use the system openssh in the Pro version. So maybe it is okay to have that dependency in case any one upgrades to Pro. Up to you as to what you want to do.

physkets commented on 2024-03-04 04:41 (UTC)

Could you add a -D OVITO_BUILD_SSH_CLIENT=ON to the build options?

It has been set to OFF by default: https://gitlab.com/stuko/ovito/-/commit/2d2f956479a27cca9979ce3cdaa3f3628dd34155

physkets commented on 2024-02-07 23:06 (UTC)

Yes, I have the same problem.

hmcezar commented on 2024-02-06 08:37 (UTC) (edited on 2024-02-07 08:10 (UTC) by hmcezar)

I'm getting an error building the manual:

[  4%] Generating user manual
Running Sphinx v7.2.6
loading intersphinx inventory from https://ovito.org/docs/current/python/objects.inv...
loading intersphinx inventory from https://docs.scipy.org/doc/scipy/objects.inv...
building [mo]: all of 0 po files
writing output... 
building [html]: all source files
updating environment: [new config] 186 added, 0 changed, 0 removed
reading sources... [100%] usage/viewports
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [100%] usage/viewports

Warning, treated as error:
/home/hmcezar/Software/ovito/src/ovito-v3.10.1/doc/manual/new_features.rst:98:py:meth reference target not found: ovito.data.DislocationSegment.point_along_line
make[2]: *** [doc/manual/CMakeFiles/documentation.dir/build.make:72: doc/manual/CMakeFiles/documentation] Error 2
make[1]: *** [CMakeFiles/Makefile2:3847: doc/manual/CMakeFiles/documentation.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  4%] Linking CXX shared library ../../../lib/ovito/libovito_geogram.so
[  4%] Built target geogram
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Is anyone else having a similar problem?

carlosal1015 commented on 2024-02-02 12:50 (UTC)

Hi folks, let's try with vulkan feature disabled https://gitlab.com/stuko/ovito/-/issues/228#note_1752872064

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