Search Criteria
Package Details: calculix 2.17-3
Git Clone URL: | https://aur.archlinux.org/calculix.git (read-only, click to copy) |
---|---|
Package Base: | calculix |
Description: | CalculiX: 3D finite element solver and post-processor (executables) |
Upstream URL: | http://www.calculix.de/ |
Keywords: | calculix finite-element |
Licenses: | |
Submitter: | None |
Maintainer: | mauritiusdadd |
Last Packager: | mauritiusdadd |
Votes: | 21 |
Popularity: | 0.61 |
First Submitted: | 2007-11-24 13:59 |
Last Updated: | 2020-12-10 10:30 |
Dependencies (12)
- arpack
- blas (openblas-lapack-git, openblas-git, blas-tmg, flexiblas, openblas-lapack-static, openblas-cblas-git, atlas-lapack, blis-cblas-openmp, blis-cblas, blas-git, openblas-lapack, armpl, openblas)
- glu (glu-git)
- libsnl-svn
- libxi (libxi-git)
- libxmu
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git)
- spooles
- perl (perl-git) (check)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- perl (perl-git) (make)
- calculix-doc (optional) – documentation and examples
Required by (1)
Sources (7)
- calculix_2.17_archlinux.patch
- http://www.dhondt.de/ccx_2.17.fluidtest.tar.bz2
- http://www.dhondt.de/ccx_2.17.fluidtestfem.tar.bz2
- http://www.dhondt.de/ccx_2.17.src.tar.bz2
- http://www.dhondt.de/ccx_2.17.structest.tar.bz2
- http://www.dhondt.de/ccx_2.17.test.tar.bz2
- http://www.dhondt.de/cgx_2.17.all.tar.bz2
Latest Comments
1 2 3 4 5 6 ... Next › Last »
mauritiusdadd commented on 2020-12-08 08:22
@eBDBaF @blixawillbargeld I updated the PKGBUILD, please let me know if there is any issue.
@blixawillbargeld No, i haven't tryed Pastix solver yet but I think will start to play with it in the near future
blixawillbargeld commented on 2020-12-01 13:48
@eBDBaF @mauritiusdadd thank you! Looking forward to the updated PKGBUILD than for the next project. On a sidenote: Anyone got it running with Pastix solver already?
mauritiusdadd commented on 2020-12-01 08:53
@eBDBaF thank you for pointing that out! I'll take a look at it as soon as possible
eBDBaF commented on 2020-11-30 10:13
@blixawillbargeld @mauritiusdadd With the current PKGBUILD only "symmetric stiffness/mass contributions" is calculated using multithreading in static analysis with spooles. The AUR Package spooles is compiled for MT. Adding -DUSE_MT to the CFLAGS in the Makefile of calculix enables multithreading for "Factoring the system of equations" with SPOOLES solver referring to http://www.dhondt.de/ccx_2.17.README.INSTALL Successfully tested with changed PKGBUILD and the following notice:
The ccx manual has much more information about this topic: http://www.dhondt.de/ccx_2.17.pdf Page 12
steveo_155 commented on 2020-05-27 23:56
Hey @mauritiusdadd , upgrading GCC seems to have fixed the problem. I'm running Manjaro and just found out that GCC is apparently one of the few packages that's treated differently in Manjaro and Arch. Had to move my system to testing repos in order to install GCC 10. Thanks for the help!!
mauritiusdadd commented on 2020-05-27 22:15
Hi @steveo_155, is your system fully updated? In particular, do you have gcc 10?
steveo_155 commented on 2020-05-27 21:25
I am getting the following build error:
gfortran -Wall -O2 -fallow-argument-mismatch -c absolute_relative.f gfortran: error: unrecognized command line option ‘-fallow-argument-mismatch’; did you mean ‘-Wno-argument-mismatch’? make: *** [Makefile:11: absolute_relative.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... Error making: calculix
mauritiusdadd commented on 2020-05-22 19:11
@dkcampbell thank you very much! I'have been quite busy in the last couple of days. I'll merge your patch by the end of tomorrow, thanks again.
MMK66 commented on 2020-05-22 19:04
I have problem then compiling ccx (MKL)
Im add -fallow-argument-mismatch to Makefile ( https://paste.sr.ht/~dkc/2f2ab3b277dfff53a06cf9162eea067dea0b7988 )
dkcampbell commented on 2020-05-22 15:49
Hi @mauritiusdadd, the build issues @crataegus and myself are experiencing is caused by changes to the default options used by gcc, and gfortran with the release of gcc 10. For gfortran, a warning, by default is now an error, and for gcc, an ignored warning, became an error. Here's a link to a patch to fix the issue: https://paste.sr.ht/%7Edkc/2f2ab3b277dfff53a06cf9162eea067dea0b7988
I applied it on top of your patch. Feel free to merge this into your existing patch.
Thanks for your work maintaining this package!