Package Details: csxcad-git 0.6.3.r4.g9257bf1-2

Git Clone URL: https://aur.archlinux.org/csxcad-git.git (read-only, click to copy)
Package Base: csxcad-git
Description: A C++ library to describe geometrical objects and their properties
Upstream URL: https://github.com/thliebig/CSXCAD
Licenses: LGPL-3.0-or-later
Conflicts: csxcad
Provides: csxcad
Submitter: thasti
Maintainer: thasti (xiota)
Last Packager: xiota
Votes: 2
Popularity: 0.000000
First Submitted: 2017-12-10 12:31 (UTC)
Last Updated: 2024-06-23 22:14 (UTC)

Required by (6)

Sources (1)

Latest Comments

1 2 Next › Last »

taotieren commented on 2024-12-11 02:15 (UTC) (edited on 2024-12-11 02:15 (UTC) by taotieren)

running build_ext
building 'CSXCAD.CSPrimitives' extension
creating build/temp.linux-x86_64-cpython-312/build/csxcad-git/src/csxcad/python/CSXCAD
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/csxcad-git/src=/usr/src/debug/csxcad-git -flto=auto -fPIC -I/usr/include/python3.12 -c /build/csxcad-git/src/csxcad/python/CSXCAD/CSPrimitives.cpp-o build/temp.linux-x86_64-cpython-312/build/csxcad-git/src/csxcad/python/CSXCAD/CSPrimitives.o
/build/csxcad-git/src/csxcad/python/CSXCAD/CSPrimitives.cpp:1257:10: fatal error: CSXCAD/ParameterObjects.h: No such file or directory
1257 | #include "CSXCAD/ParameterObjects.h"
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/g++' failed with exit code 1

ERROR Backend subprocess exited when trying to invoke build_wheel
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64

I see the following error when compiling this package under devtools, and need to update the way python packages are compiled, ref: https://github.com/thliebig/CSXCAD/blob/master/python/README.md Thank you.

thasti commented on 2024-05-31 08:58 (UTC)

@xiota: added comaintainership for these packages, many thanks for the help. Feel free to update as needed (and add your contact details to the PKGBUILD). If I end up not returning to openEMS for a while, I will transfer maintainership.

thasti commented on 2024-05-31 08:20 (UTC)

Many thanks @xiota & sorry for the delay! I have integrated your proposed changes. Are you interested in taking over ownership of the package so you can get issues fixed faster (I'm not a regular openEMS user currently)?

thasti commented on 2024-03-16 19:20 (UTC)

fixed, thanks!

thotypous commented on 2024-03-15 15:04 (UTC)

Please add nlohmann-json dependency as ignilux commented

ignilux commented on 2023-07-18 03:13 (UTC)

Looks like there's a missing dependency for nlohmann-json.