on select platforms. For example, on linux you can compile 32 bit and 64 bit if the os and hardware can handle 64 bits. In many cases you want to stick to 32 bit compilations. One reason is that python may only be set up for 32 bit add-on modules. e.g see the SIZEOF_VOID_P defn in pyconfig.h So, I added BITCOMPILE BITHARDWARE, and BITCHANGE variables I also added the variable ldemulationarg, because it's needed in one case for 32 bit compilations on 64 bit linux boxes. Later I will add the default compiler flags that make this 32 bit compilation work. Now they are brought in through a prep script. |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| Cantera.README | ||
| config.guess | ||
| config.h.in | ||
| config.sub | ||
| configure | ||
| configure.in | ||
| install-sh | ||
| testpch.h | ||