KJ7LNW / xnec2c

Xnec2c is a high-performance multi-threaded electromagnetic simulation package to model antenna near- and far-field radiation patterns for Linux and UNIX operating systems.
https://www.xnec2c.org/
GNU General Public License v3.0
78 stars 17 forks source link

Windows Support #21

Open KJ7LNW opened 1 year ago

KJ7LNW commented 1 year ago

There are alpha win32 commits in the win32 branch that compile under mingw.

This binary release is slow and choppy because fork() is missing, but does run under Windows 10!

If libltdl were implemented to replace dlopen in src/mathlib.c then OpenBLAS for Windows would probably be fast and multi-threaded.

If anyone is interested then comment here or open a PR. The current win32 branch was just a quick fix to get it building. A few necessary fixes before it can be merged: