Problem with CalculiX installation

Hello,
I would like to link OpenFOAM to preCICE and CalculiX:

My system:

The openFOAM and preCICE installation/coupling seems to be functioning as intended.
(after removing FFTW from the ThirdParty-v2412 directory)

The following error message appears when installing the CalculiX binary package:

~/CalculiX$ sudo apt install ./calculix-precice3_2.20.1-1_amd64_noble.deb 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'calculix-precice3' instead of './calculix-precice3_2.20.1-1_amd64_noble.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 calculix-precice3 : Depends: libprecice2 (>= 2.0.0) but it is not installable
                     Depends: libyaml-cpp0.6 (>= 0.6.2) but it is not installable or
                              libyaml-cpp0.7 but it is not installable
E: Unable to correct problems, you have held broken packages.


Why is it searching for libprecice2 when libprecice3 is installed?

What could be the problem?
Best regards, Lucas

Hi,

This has been fixed on develop.

Time for a hotfix release to get the package fixed.

Thank you for your quick reply!

Since I couldn’t find a binary package for the develop version, I tried to compile it as follows:

~/CalculiX$ wget https://github.com/precice/calculix-adapter/archive/refs/heads/develop.tar.gz

~/CalculiX$ tar -xzf develop.tar.gz 

~/CalculiX$ cd calculix-adapter-develop/

~/CalculiX/calculix-adapter-develop$ make
Makefile:75: ~/CalculiX/ccx_2.20/src/Makefile.inc: No such file or directory
make: *** No rule to make target '~/CalculiX/ccx_2.20/src/Makefile.inc'.  Stop.

Did I miss something?