Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I install a Python library compatible with the NWCHEM_TARGET IBM64?

0
Posted

How do I install a Python library compatible with the NWCHEM_TARGET IBM64?

0

• 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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123