Search Criteria
Package Details: opensph 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opensph.git (read-only, click to copy) |
---|---|
Package Base: | opensph |
Description: | Smoothed particle hydrodynamics library and visualization tools. |
Upstream URL: | https://gitlab.com/sevecekp/sph |
Keywords: | nbody sph |
Licenses: | MIT |
Submitter: | sevecekp |
Maintainer: | sevecekp |
Last Packager: | sevecekp |
Votes: | 3 |
Popularity: | 0.128080 |
First Submitted: | 2018-12-08 22:03 (UTC) |
Last Updated: | 2022-05-11 20:24 (UTC) |
Dependencies (6)
- chaiscriptAUR (chaiscript-gitAUR)
- eigen (eigen-gitAUR)
- intel-tbb (onetbb-gitAUR, onetbb)
- wxgtk2 (wxwidgets-gtk2AUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
Latest Comments
fromtheeast710 commented on 2022-10-27 15:38 (UTC) (edited on 2022-10-28 09:20 (UTC) by fromtheeast710)
Oh you are Pavel. I am very impressed by your software, thank you for developing and maintaining it.
Build was successful once I removed ChaiScript from the dependencies list. Is it possible to also fix the problem with ChaiScript? I commented on their AUR page but the maintainer doesn't seem to be active.
sevecekp commented on 2022-10-27 14:01 (UTC)
Yes, it's pushed https://gitlab.com/sevecekp/sph/-/commit/3ef7d6e80fc279df3e5d56e50d9a4aa7523782ce It should fix the compilation with chaiscript. If it still fails for you, make sure you're cloning the repo and not using a cache (there may be an older version cached if you're using some aur helper).
fromtheeast710 commented on 2022-10-27 13:16 (UTC) (edited on 2022-10-27 13:17 (UTC) by fromtheeast710)
Did you push the commit? What exactly was fixed? I'm still new to this stuff.
sevecekp commented on 2022-10-26 12:07 (UTC)
The build should be fixed now.
sevecekp commented on 2022-10-25 17:46 (UTC)
Chaiscript can be disabled by using -DWITH_CHAISCRIPT=OFF in the pkgbuild. I'll fix the compilation, thanks for pointing it out.
fromtheeast710 commented on 2022-10-25 16:50 (UTC)
Chaiscript is failing to build and preventing OpenSPH from being installed on my machine. According to https://gitlab.com/sevecekp/sph#compilation, Chaiscript is only an optional dependency, can it be removed from the dependencies list?
Thank you.