ccx (CalculiX) that works on fedora 21 needed

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

ccx (CalculiX) that works on fedora 21 needed

Post by PrzemoF »

I'm looking for a binary ccx that works on fedora 21 with libgfortran. Current binary from dhondt.de looks for libgfortran.so.2

Code: Select all

$ ldd ccx_2.8p2 
	linux-vdso.so.1 =>  (0x00007fff173e8000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00000035de800000)
	libgfortran.so.2 => not found
	libm.so.6 => /lib64/libm.so.6 (0x00000035df000000)
	libc.so.6 => /lib64/libc.so.6 (0x00000035de400000)
	libgomp.so.1 => /lib64/libgomp.so.1 (0x00000035fd600000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00000035df800000)
	/lib64/ld-linux-x86-64.so.2 (0x00000035de000000)

$ ls /lib64/libgfortran*
/lib64/libgfortran.so.3  /lib64/libgfortran.so.3.0.0
I tried to symlink, but it fails on some unknown symbol.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: ccx (CalculiX) that works on fedora 21 needed

Post by bernd »

Have you tried compiling ccx yourself. I had success on debian jessie. See viewtopic.php?f=4&t=5975&start=10
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: ccx (CalculiX) that works on fedora 21 needed

Post by PrzemoF »

Thanks for the suggestion! Yes I tried, but I failed on ARPAK/spooles and I didn't want to waste time debugging Makefile from 1996. I found another workaround - I added libgfortran.so.2 from rpmfind to the system and now I have working FEM workbench. For future reference: viewtopic.php?f=18&t=10140
Post Reply