Package Details: calculix-ccx 2.22-1

Git Clone URL: https://aur.archlinux.org/calculix-ccx.git (read-only, click to copy)
Package Base: calculix-ccx
Description: CalculiX: 3D Structural Finite Element Program - Solver
Upstream URL: http://www.calculix.de/
Licenses: GPL2
Conflicts: calculix
Provides: calculix
Replaces: calculix
Submitter: mauritiusdadd
Maintainer: mauritiusdadd
Last Packager: mauritiusdadd
Votes: 26
Popularity: 1.08
First Submitted: 2022-08-14 10:14 (UTC)
Last Updated: 2024-10-09 06:13 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

Richardn commented on 2024-07-09 04:25 (UTC)

I dunno if here is a proper place to note this down (not really a problem of the package), but this may help some unfortunate users like me in the future:

I use rua as the AUR helper, which runs builds through bwrap with some additional security policies applied. This line generates seccomp policies that explicitly block the execution of the mbind() syscall, which will yield a SIGSYS when OpenBLAS calls blas_memory_alloc() and then my_mbind(), which will let check() fail as ccx crashes.

TL;DR is, if you happen to use rua (or any other one that has a focus on security) as your AUR helper, and blas-openblas (or any other implementation that depends on mbind()) as your blas dependency provider, check() will fail, but the build is actually successful.

uiop commented on 2024-06-04 10:17 (UTC)

Thanks a lot. It compiles now.

mauritiusdadd commented on 2024-06-04 06:53 (UTC)

Hi @ulop, I updated the PKGBUILD, it should compile now. Let me know if the problem persists.

mauritiusdadd commented on 2024-06-04 06:24 (UTC)

Hi @ulop, I was able to reproduce your error. I'll try to figure out what's wrong and update the package as soon as possible. Thank you for reporting it!

uiop commented on 2024-05-29 20:12 (UTC) (edited on 2024-05-29 20:13 (UTC) by uiop)

I get this error :-( :

In file included from filtermain_backward.c:23:
filtermain_backward.c: In function 'filtermain_backward':
filtermain_backward.c:82:11: error: implicit declaration of function 'filtermatrix_'; did you mean 'filtermain'? [-Wimplicit-function-declaration]
   82 |   FORTRAN(filtermatrix,(au,jq,irow,icol,ndesi,nodedesi,&filterrad,co,nk,
      |           ^~~~~~~~~~~~
CalculiX.h:26:22: note: in definition of macro 'FORTRAN'
   26 | #define FORTRAN(A,B) A##_  B
      |                      ^
filtermain_backward.c:86:11: error: implicit declaration of function 'filter_backward_'; did you mean 'filtermain_backward'? [-Wimplicit-function-declaration]
   86 |   FORTRAN(filter_backward,(au,jq,irow,icol,ndesi,nodedesi,dgdxglob,nobject,
      |           ^~~~~~~~~~~~~~~
CalculiX.h:26:22: note: in definition of macro 'FORTRAN'
   26 | #define FORTRAN(A,B) A##_  B
      |                      ^
filtermain_backward.c:32:37: warning: unused variable 'ithread' [-Wunused-variable]
   32 |   ITG *nx=NULL,*ny=NULL,*nz=NULL,i,*ithread=NULL,*mast=NULL,*irow=NULL,
      |                                     ^~~~~~~
make: *** [Makefile:9: filtermain_backward.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: calculix-ccx-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
calculix-ccx - exit status 4

mauritiusdadd commented on 2024-02-03 17:13 (UTC)

@Kunda updates, sorry for the delay

Kunda commented on 2024-01-26 13:53 (UTC)

@mauritiusdadd any progress ?

mauritiusdadd commented on 2024-01-05 10:27 (UTC)

I am sorry, I somehow missed the out-of-date notification. I will update the package as soon as possible

Kunda commented on 2023-08-14 12:41 (UTC) (edited on 2023-08-14 12:43 (UTC) by Kunda)

2.21 released
http://www.dhondt.de/ccx_2.21.src.tar.bz2

mauritiusdadd commented on 2022-09-16 12:53 (UTC)

Hi @tujir, I will try to investigate on what may cause your compilation error, meanwhile can you tell me if you are using any AUR helper or any custom makeflag?