# HG changeset patch # User Markus Mützel # Date 1614180933 -3600 # Node ID 819a898b1960bb041da2544b2a67b53f40b63134 # Parent 8d18da2f836f1fdb1632be882f3e8f7623552993 no-extras factory: Add more switches. * master.cfg: Add "--disable-rapidjson", "--without-qhull_r", and "--without-spqr". Remove obsolete "--without-osmesa". diff -r 8d18da2f836f -r 819a898b1960 master.cfg --- a/master.cfg Mon Oct 05 10:56:16 2020 -0400 +++ b/master.cfg Wed Feb 24 16:35:33 2021 +0100 @@ -476,6 +476,7 @@ "--disable-jit", "--disable-openmp", "--disable-readline", + "--disable-rapidjson", "--without-amd", "--without-arpack", "--without-bz2", @@ -497,13 +498,14 @@ "--without-magick", "--without-opengl", "--without-openssl", - "--without-osmesa", "--without-portaudio", "--without-qhull", + "--without-qhull_r", "--without-qrupdate", "--without-qscintilla", "--without-qt", "--without-sndfile", + "--without-spqr", "--without-sundials_ida", "--without-sundials_nvecserial", "--without-umfpack",