A. Coady created PYLUCENE-65: -------------------------------- Summary: Support the default java on debian in `setup.py`. Key: PYLUCENE-65 URL: https://issues.apache.org/jira/browse/PYLUCENE-65 Project: PyLucene Issue Type: Improvement Reporter: A. Coady
On debian, the `default-java` package does not have `jre/lib/amd64` in its path, so it breaks the `linux/x86_64` build. The `temurin` flags have the correct paths, so one easy fix would be to change the [temurin check|https://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/setup.py?revision=1900087&view=markup#l194] to: {code:python} if 'temurin' in JDK['linux'] or 'default' in JDK['linux']: {code} That would also support `linux/aarch64` without any further changes. -- This message was sent by Atlassian Jira (v8.20.10#820010)