dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20850
Re: [Question #141422]: [Question #141422]:[Question #141422]:[Question#141422]: [Question#141422]:[Question #141422]:[Question #141422]:DOLFIN/FEniCS integrationin otherPythoninstallation
Question #141422 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/141422
Johannes Ring posted a new comment:
You can put the same information into a file Lib/distutils/distutils.cfg
in you Python installation directory. That is, put
[build]
compiler=mingw32
into C:\Python26\Lib\distutils\distutils.cfg if Python is installed into
C:\Python26. You will need to create the file if it does not already
exist. This will ensure that the MinGW compilers are used when building
Python extension modules.
Regarding your question about the .instant directory on your home drive:
This is the default cache directory for Instant. You can change this by
setting the environment variable INSTANT_CACHE_DIR to some suitable
directory, like for instance C:\temp\instant.
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.