xcfem / xc

finite element analysis package for civil engineering structures.
http://www.xcengineering.xyz/html_files/software.html
GNU General Public License v3.0
266 stars 54 forks source link

compile XC on Debian Buster #54

Closed berndhahnebach closed 5 years ago

berndhahnebach commented 5 years ago

Hi Luis,

I tried to compile XC on Debian Buster, but xc_utils fails on cmake because of missing mysql dev packages. The problem is on Debian Buster is package libmysql++-dev not available. See https://packages.debian.org/search?searchon=names&keywords=libmysql%2B%2B-dev Do you have an idea how to fix this?

Ahh just realized the following ... but open the ticket anyway to not forget about ... I may try to install the sid or stretch package. It is not smart, but it could work because all of them are 3.2.2+pristine-2

I will report back.

cheers bernd

BTW: XC compile script's still run flawless on Debian Stretch and Ubuntu Bionic Beaver :-)

berndhahnebach commented 5 years ago

works great with package from stretch ...

https://github.com/berndhahnebach/xc/blob/buster/install/packages_install_debian_10_buster.sh#L91-L92

will updates sciptes on master xc ...

lcpt commented 5 years ago

MySQL++ is no longer needed (you can use Python directly to interact with MySQL) (sorry for the inconvenience Bernd). I'll check twice and then I'll remove the reference to this package.

lcpt commented 5 years ago

I've removed all the references to libmysql++-dev. Now we can compile on Debian Strecht without downloading this package from the Ubuntu repositories.