← Back to team overview

fenics team mailing list archive

MSVC version of FEniCS

 

Guys:

 

 I decided to see if I can transmogrify FEniCS into something that MSDev
.NET understands. I am successfully building many of the kernel projects but
in getting this to work I see a handful of Unixisms that will never port to
Windows natively. The typical way to deal with this is to have some standard


 

#ifdef LINUX_GNU

#include <woopdido>

#elsif WINDOWS

#include <woopdida>

#endif

 

constructs in the headers which I can hack into the code in a fine way and a
not so fine way. So I am trying to gauge if native windowness using the MS
compilers is desired by many or just me. If it is the latter then I won't
try to solve this problem neatly. If the larger community is interested, I
can solve it nicely.

 

Opinions?

 

Theo 


Follow ups