Package Details: qcsxcad-git 20220317-1

Git Clone URL: https://aur.archlinux.org/qcsxcad-git.git (read-only, click to copy)
Package Base: qcsxcad-git
Description: Qt-GUI for CSXCAD
Upstream URL: https://github.com/thliebig/QCSXCAD
Licenses: LGPL3
Conflicts: qcsxcad
Provides: qcsxcad
Submitter: lowRAM
Maintainer: lowRAM
Last Packager: lowRAM
Votes: 0
Popularity: 0.000000
First Submitted: 2022-03-17 13:59 (UTC)
Last Updated: 2022-03-17 13:59 (UTC)

Latest Comments

xiota commented on 2024-03-26 11:23 (UTC)

Package should install to standard locations, not /usr/local. May be accomplished by following the template at CMake package guidelines.

ra1nb0w commented on 2022-11-16 07:22 (UTC)

it also requires the following dependencies

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _pkgname=QCSXCAD
 pkgname=qcsxcad-git
 provides=("qcsxcad")
 conflicts=("qcsxcad")
-pkgver=20220317
+pkgver=20220214
 pkgrel=1
 pkgdesc="Qt-GUI for CSXCAD"
 arch=("x86_64")
 url="https://github.com/thliebig/$_pkgname"
 license=("LGPL3")
-depends=("csxcad-git" "openems" "tinyxml" "vtk" "qt5-base" "ospray" "openvr" "pdal" "liblas" "adios2" "gl2ps" "cgns" "openmpi" "openmp" "eigen" "utf8cpp")
+depends=("csxcad-git" "openems" "tinyxml" "vtk" "qt5-base" "ospray" "openvr" "pdal" "liblas" "adios2" "gl2ps" "cgns" "openmpi" "openmp" "eigen" "utf8cpp" "cli11" "openvr")
 makedepends=("cmake" "python-mpi4py")
 optdepends=()
 source=("git+https://github.com/thliebig/$_pkgname"