Package Details: vipster-git r1606.b04730d-1

Git Clone URL: https://aur.archlinux.org/vipster-git.git (read-only, click to copy)
Package Base: vipster-git
Description: Molecule editor based on Qt, specialized on periodic structures, development version
Upstream URL: https://sgsaenger.github.io/vipster
Licenses: GPL3
Conflicts: vipster
Submitter: sgsaenger
Maintainer: sgsaenger
Last Packager: sgsaenger
Votes: 0
Popularity: 0.000000
First Submitted: 2018-08-30 12:54 (UTC)
Last Updated: 2022-11-16 17:11 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

fromtheeast710 commented on 2023-05-23 10:03 (UTC)

@sgsaenger forgot to told you but I became the maintainer for the lammps package. For now I've made the lammps libraries sharable. If there's any request you would like to make contact me.

sgsaenger commented on 2022-11-16 17:20 (UTC)

Thanks for reporting these issues. I've updated the PKGBUILD to accomodate the changes in dependency handling.

The missing header issue is somehow out of my hands, as LAMMPS in the past didn't prioritize supporting installed libraries. On first glance, it seems their install-logic got out of sync with their API. I will investigate this further, and work on more reliable detection logic.

Until then, I've deactivated the detection in Vipster's CMake and always fall back to building the (tested) in-tree build.

Sorry for the inconvenience, hope this helps for the moment!

fromtheeast710 commented on 2022-11-13 13:47 (UTC)

Build failed

==> Starting pkgver()...
==> Starting build()...
error: pathspec 'external/lammps' did not match any file(s) known to git
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: vipster-git

That was fixed after I commented out git submodule update --init external/lammps. After that, I got this error

[ 89%] Building CXX object gui/qt/CMakeFiles/vipster.dir/viewport.cpp.o
[ 90%] Building CXX object gui/qt/CMakeFiles/vipster.dir/toolwidgets/pythonconsole.py.cpp.o
[ 92%] Building CXX object gui/qt/CMakeFiles/vipster.dir/toolwidgets/pythonwidget.py.cpp.o
[ 93%] Building CXX object gui/qt/CMakeFiles/vipster.dir/toolwidgets/lammpswidget.lmp.cpp.o
In file included from /home/theeast/.cache/yay/vipster-git/src/vipster/gui/qt/toolwidgets/lammpswidget.lmp.cpp:16:
/usr/include/lammps/info.h:23:10: fatal error: command.h: No such file or directory
   23 | #include "command.h"
      |          ^~~~~~~~~~~
compilation terminated.