I don't see why we can't just add a libjpeg standard spkg, and remove
that "disablility":
--- a/build/pkgs/pillow/
spkg-install.in
+++ b/build/pkgs/pillow/
spkg-install.in
@@ -12,7 +12,7 @@ if [ "$CONDA_PREFIX" != "" ]; then
PILLOW_BUILD_EXT="$PILLOW_BUILD_EXT --disable-platform-guessing
-I\"$CONDA_PREFIX/include\" -L\"$CONDA_PREFIX/lib\""
fi
-PILLOW_BUILD_EXT="--debug --disable-jpeg $PILLOW_BUILD_EXT"
+PILLOW_BUILD_EXT="--debug $PILLOW_BUILD_EXT"
# Note: Avoid shared libraries inside egg files, Trac #19467
eval sdh_pip_install \
I think it was added in the 1st place in order not to be bothered with
it, but it's a rather straightforward, at least on linux.
Dima
> --
> You received this message because you are subscribed to the Google Groups "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sage-devel+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/ad1a754f-f722-47bf-9c4d-ab3b7daaf50bn%40googlegroups.com.