-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
In an earlier revision setup.py allowed building moose on cygwin. This is not up to date and creates confusion with cmake build.
In stead of keeping separate build system for windows, it is desirable to update the existing build system to accommodate the same.
There are several possible approaches:
- Use cygwin : this may be simplest as cygwin provides an almost complete linux-like system.
- Use mingw/msys: moose can be made a single package with easential requirements from mingw. Git for windows takes this approach. However this may make things redundant for systems with existing python stack.
- Anaconda: this is a popular free python stack for scientific computing. By providing a package for conda, moose can smoothly fit into an existing installation.