File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 81
81
sudo apt-get install libxapian-dev
82
82
# Sphinx required to build the xapian python bindings. Use 1.8.5 on
83
83
# older python and newest on newer.
84
- if [[ $PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
85
- XAPIAN_VER="1.4.18 "; echo $XAPIAN_VER;
84
+ pip install sphinx
85
+ XAPIAN_VER="1.4.25 "; echo $XAPIAN_VER;
86
86
cd /tmp
87
87
curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
88
88
tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
92
92
# 3.11 or newer.
93
93
# Change distutils.sysconfig... to just sysconfig and SO
94
94
# to EXT_SUFFIX to get valid value.
95
+ # DISABLED use their script
95
96
if [[ $PYTHON_VERSION == "X."* ]]; then
96
97
cp configure configure.FCS;
97
98
sed -i \
You can’t perform that action at this time.
0 commit comments