Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #29665: new spkg-configure.m4 for pillow.
Browse files Browse the repository at this point in the history
This includes an SAGE_SPKG_DEPCHECK([bzip2 freetype libpng zlib],...
because those dependencies wind up linked into shared libraries like,

  /usr/.../PIL/_imagingft.cpython-39-x86_64-linux-gnu.so

and potentially conflict with their SPKG counterparts.
  • Loading branch information
orlitzky committed Oct 12, 2021
1 parent 24bb54b commit b7a0dcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/pkgs/pillow/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SAGE_SPKG_CONFIGURE([pillow], [
SAGE_SPKG_DEPCHECK([bzip2 freetype libpng zlib], [
SAGE_PYTHON_PACKAGE_CHECK([pillow])
])
])

0 comments on commit b7a0dcb

Please sign in to comment.