You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ~/openems/openEMS-Project/AppCSXCAD/mkdir buildcd buildcmake .. -DCSXCAD_ROOT_DIR=~/openems/openEMS-Project/build -DQCSXCAD_ROOT_DIR=~/openems/openEMS-Project/build make -j8sudo make install
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I went through the process of building this by hand and took some notes; figured I'd put them here in case anyone else needs them.
How to Build PyEMS From Source: RHEL 9.4 x86_64 as of March 4th, 2025
Start Process:
Get VTK:
I think VTK should go in
~/openems/openEMS-Project/VTK/but I did it in~/openems/openEMS-Project/build/VTK/Fix broken files:
Comment out two lines in three files:
QCXSCAD/CMakeLists.txtopenEMS/CMakeLists.txtCSXCAD/CMakeLists.txtBuild /hyp2mat:
Run the Installer:
Build AppCSXCAD:
Install Python Modules for CSXCAD:
Install Python Modules for OpenEMS:
Export build/bin to the path:
Install pyems:
Run all tests:
Run the horn example:
Beta Was this translation helpful? Give feedback.
All reactions