How do I install a Python library compatible with the NWCHEM_TARGET IBM64?
• Download the python source from www.python.org • Extract the file from the source tar file and cd to the python source directory • Tell the makefile framework the generate 64-bit object with xlc setenv CFLAGS “-q64″ • Configure python ./configure –without-gcc • Instead of typing just make, type make CC=”xlc -q64″ AR=”ar -X64″ • Instead of typing just make install, type make CC=”xlc -q64″ AR=”ar -X64” install
Related Questions
- Why is there no install.exe file on the current documentation CD (August SP12) to install Library Reader for Windows (the tool to view the books and the book shelves from the CD)?
- Can I selectively install parts of the Omnisphere library since it is so large?
- How do I install a Python library compatible with the NWCHEM_TARGET IBM64?