[SciPy-dev] Cannot build scipy_core (newcore) on Solaris 8
Christopher Hanley
chanley at stsci.edu
Wed Oct 12 10:15:58 CDT 2005
Travis Oliphant wrote:
>>O.K. That did the trick. The config.h file now looks like this:
>>
>>/* #define SIZEOF_SHORT 2 */
>>/* #define SIZEOF_INT 4 */
>>/* #define SIZEOF_LONG 4 */
>>/* #define SIZEOF_FLOAT 4 */
>>/* #define SIZEOF_DOUBLE 8 */
>>#define SIZEOF_LONG_DOUBLE 16
>>#define SIZEOF_PY_INTPTR_T 4
>>/* #define SIZEOF_LONG_LONG 8 */
>>#define SIZEOF_PY_LONG_LONG 8
>>/* #define CHAR_BIT 8 */
>>#define MATHLIB m
>>#define HAVE_INVERSE_HYPERBOLIC_FLOAT
>>
>>
>>
>
> Remind us what does get produced automatically...
>
> -Travis
>
The config.h file produced by the current version of scipy_core contains:
/* #define SIZEOF_SHORT 2 */
/* #define SIZEOF_INT 4 */
/* #define SIZEOF_LONG 4 */
/* #define SIZEOF_FLOAT 4 */
/* #define SIZEOF_DOUBLE 8 */
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_PY_INTPTR_T 4
/* #define SIZEOF_LONG_LONG 8 */
#define SIZEOF_PY_LONG_LONG 8
/* #define CHAR_BIT 8 */
#define MATHLIB m
#define HAVE_INVERSE_HYPERBOLIC
#define HAVE_ISNAN
Chris
More information about the Scipy-dev
mailing list