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 8181 sudo apt-get install libxapian-dev
8282 # Sphinx required to build the xapian python bindings. Use 1.8.5 on
8383 # 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;
8686 cd /tmp
8787 curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
8888 tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
9292 # 3.11 or newer.
9393 # Change distutils.sysconfig... to just sysconfig and SO
9494 # to EXT_SUFFIX to get valid value.
95+ # DISABLED use their script
9596 if [[ $PYTHON_VERSION == "X."* ]]; then
9697 cp configure configure.FCS;
9798 sed -i \
You can’t perform that action at this time.
0 commit comments