Question #141422 on DOLFIN changed: https://answers.launchpad.net/dolfin/+question/141422
Johannes Ring posted a new comment: @Till: You could try to set up the environment variables manually as a workaround. If you look in runme.bat you should be able to figure out what path's you need to set (PATH, PYTHONPATH, PKG_CONFIG_PATH, etc.). @Johan: Yes, CMake's ExternalProject is used to build the packages and I'm using a regular command prompt in combination with MSYS for those packages that requires a UNIX like environment (e.g. Autotools packages). Visual C++ should work fine but is currently untested AFAIK. The reason for choosing MinGW was that I wanted to ship the compiler with the installer and I'm not sure if that would be feasible with Visual C++. I haven't successfully compiled packages like OpenMPI/MPICH, PETSc, SLEPc, SCOTCH, ParMETIS, and Trilinos yet, but the other packages is mostly straightforward. -- You received this question notification because you are a member of DOLFIN Team, which is an answer contact for DOLFIN. _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

