This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.kraus
Recipients michael.kraus
Date 2011-11-28.09:24:30
SpamBayes Score 1.0572153e-06
Marked as misclassified No
Message-id <1322472271.69.0.0807066602711.issue13492@psf.upfronthosting.co.za>
In-reply-to
Content
It would be very helpful to have the ability to specify a LIBFFI-PATH during Python configuration via

./configure --with-system-ffi=LIBFFI-PATH

We are using the Intel compiler to build Python, NumPy, SciPy, and Cython on a SuSE Linux Enterprise Server. Libffi uses some 128bit int type which is not defined by the Intel compiler, thus can't be build with it. 

Unfortunately, the ./configure script, if run with --with-system-ffi looks for the ffi includes only in the standard directories (/usr/include, etc.). On our cluster, we are not allowed to install into the main system, we can only add modules. As there is no libffi coming with SLES and we cannot install it into the standard directories, the configure script won't find it. Thus the above request.

Best regards,
Michael
History
Date User Action Args
2011-11-28 09:24:31michael.kraussetrecipients: + michael.kraus
2011-11-28 09:24:31michael.kraussetmessageid: <1322472271.69.0.0807066602711.issue13492@psf.upfronthosting.co.za>
2011-11-28 09:24:30michael.krauslinkissue13492 messages
2011-11-28 09:24:30michael.krauscreate