thliebig / openEMS-Project

openEMS is a free and open electromagnetic field solver using the FDTD method.
356 stars 65 forks source link

CMakeLists.txt missing CTB and hyp2mat #13

Closed ghost closed 3 years ago

ghost commented 3 years ago

Would it be possible to include CTB/hyp2mat in the CMakeLists.txt like you have done for AppCSXCAD/QCSXCAD?

I am trying to build the project using the Spack packaging system (common in High Performance Computing environments). Packaging using cmake is relatively straight forward but relying on a bash script instead highly complicates the install.

thliebig commented 3 years ago

I think the CTB is included in openEMS? hyp2mat is pretty much a stand-alone tool that does not use cmake (afaik) and you would need to ask the other of the tool to change that.

ghost commented 3 years ago

Cool I can package hyp2mat separately so that's no big deal, I just wasn't sure how tied into this project it was. On another note are you no longer doing release versions? I see the last one was in 2017.

thliebig commented 3 years ago

Well the current (master) version seems to be quite stable and could be a release candidate, I just don't find the time and motivation to do release testing. And I somehow always wanted to improve the documentation before I do that..

ghost commented 3 years ago

Thanks for the info. I'll go ahead and close this ticket.