njoy / math

A library providing mathematical abstractions encountered in nuclear data
Other
1 stars 0 forks source link

Add build support for MinGW-flavor compilers on appveyor #30

Open apmccartney opened 8 years ago

apmccartney commented 8 years ago

At the moment, math is only continuously integrated for linux and osx. Adding support for Windows on the popular MinGW or MinGW-w64 compiler suite would be a nice demonstration of math's portability. This would like require modifications to commonCMake and no small amount of Windows powershell scripting.