Calculix 2.17 is available

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Calculix 2.17 is available

Post by Jee-Bee »

Calculix 2.17 is availeble now. See: http://www.dhondt.de/
In my opinion it looks like not muched changed... but who am i ;)

Also for who wants. Calculix have a discouse group: https://calculix.discourse.group/
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Calculix 2.17 is available

Post by kkremitzki »

I recently uploaded this package to Debian Unstable, I can get it out to the PPAs as well.
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Calculix 2.17 is available

Post by bernd »

tried to install on buster, but no success ... :(

Code: Select all

$ sudo dpkg --install calculix-ccx_2.17-1_amd64.deb 
Vormals nicht ausgewähltes Paket calculix-ccx wird gewählt.
(Lese Datenbank ... 403883 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von calculix-ccx_2.17-1_amd64.deb ...
Entpacken von calculix-ccx (2.17-1) ...
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von calculix-ccx:
 calculix-ccx hängt ab von libc6 (>= 2.29); aber:
  Version von libc6:amd64 auf dem System ist 2.28-10.
 calculix-ccx hängt ab von libgcc-s1 (>= 4.0); aber:
  Paket libgcc-s1 ist nicht installiert.
 calculix-ccx hängt ab von libgfortran5 (>= 10); aber:
  Version von libgfortran5:amd64 auf dem System ist 8.3.0-6.

dpkg: Fehler beim Bearbeiten des Paketes calculix-ccx (--install):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
Trigger für man-db (2.8.5-2) werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
 calculix-ccx

User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Calculix 2.17 is available

Post by kkremitzki »

Bullseye has diverged too much from Buster, but these steps should build the .debs for you:

Code: Select all

sudo apt build-dep calculix-ccx
wget http://deb.debian.org/debian/pool/main/c/calculix-ccx/calculix-ccx_2.17.orig.tar.bz2
wget http://deb.debian.org/debian/pool/main/c/calculix-ccx/calculix-ccx_2.17-1.debian.tar.xz
tar xf calculix-ccx_2.17.orig.tar.bz2
tar xf calculix-ccx_2.17-1.debian.tar.xz
mv debian CalculiX
cd CalculiX
sed -i 's/^UPSTREAM_FFLAGS.*//' debian/rules
sed -i 's/= 13/= 12/' debian/control
dpkg-buildpackage -us -uc
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Calculix 2.17 is available

Post by bernd »

seams to have worked but there is no deb ... ?

Screenshot_20200822_004250.png
Screenshot_20200822_004250.png (149.68 KiB) Viewed 1014 times
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Calculix 2.17 is available

Post by bernd »

it really worked, just the deb to install it is missing somehow ...

Code: Select all

~/Documents/medien/fem/calculix/binary--linux--ccx_cgx/CalculiX/debian/calculix-ccx/usr/bin$ ./ccx --help

************************************************************

CalculiX Version 2.17, Copyright(C) 1998-2020 Guido Dhondt
CalculiX comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
certain conditions, see gpl.htm

************************************************************

You are using an executable made on Thu Jul 23 21:43:50 CEST 2020
*ERROR in readinput: cannot open file --help.inp
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Calculix 2.17 is available

Post by kkremitzki »

It should be in the directory above where you ran the build command.
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Calculix 2.17 is available

Post by bernd »

kkremitzki wrote: Fri Aug 21, 2020 11:39 pm It should be in the directory above where you ran the build command.
somehow missed this ...

Code: Select all

************************************************************
CalculiX Version 2.17, Copyright(C) 1998-2020 Guido Dhondt
CalculiX comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
certain conditions, see gpl.htm
************************************************************
You are using an executable made on Thu Jul 23 21:43:50 CEST 2020
works great here :D
Post Reply