[Numpy-discussion] compiling 24.2 on solaris 8

John Hunter jdhunter at ace.bsd.uchicago.edu
Wed Nov 16 07:38:03 EST 2005


To compile numpy 24.2 on solaris 8, I needed to make the following
change to Packages/RNG/Src/ranf.c

#if !defined(__sgi)
	//int gettimeofday(struct timeval *, struct timezone *);  //old
	int gettimeofday();                                      //new
#endif

Not sure why __sgi is defined...

JDH




More information about the NumPy-Discussion mailing list