Re: [sage-support] Pillow compilation fails to find zlib headers

2020-07-10 Thread Maxime Boissonneault
Hi, I am using 9.1. It built fine by adding export INCLUDE=${EBROOTGENTOO}/include:$INCLUDE; export LIB=${EBROOTGENTOO}/lib && which explicitly sets the INCLUDE and LIB paths. Maybe this should be exported by Sage's makefile when it tries to build pillow ? Maxime Le 20-07-10 à 11:15, Dima

Re: [sage-support] Pillow compilation fails to find zlib headers

2020-07-10 Thread Dima Pasechnik
what version of Sage are you using? We were fixing pillow issues lately. Could you try the latest beta? On Fri, 10 Jul 2020, 15:42 Maxime Boissonneault, < maxime.boissonnea...@calculquebec.ca> wrote: > Hi, > I am compiling Sage from source on Linux, on a supercomputer. Libraries > and headers are

[sage-support] Pillow compilation fails to find zlib headers

2020-07-10 Thread Maxime Boissonneault
Hi, I am compiling Sage from source on Linux, on a supercomputer. Libraries and headers are in non-standard locations. When the make tries to build pillow, it fails with the following relevant part of the log. Note that it initially finds zlib.h just fine. However, it seems to fail to tell pillo