<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 10, 2016 at 12:32 AM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Dear Don,<br>
<br>
sorry for a late reply.<br>
<br>
The intended way to use ASDF in your case would be to use two or more<br>
systems, that may be defined in the same .asd file (using the / syntax<br>
to name a secondary system: roan, roan/core, roan/sqlite, etc.) or<br>
separate .asd files (using - or . as a separator).<br></blockquote><div><br></div><div>I like this suggestion because it lets the user decide what is to be built. </div><div><br></div><div>It won't scale though.</div><div><br></div><div>This is an excerpt from the help message of ImageMagick's configure script:</div><div><div>  --disable-openmp        do not use OpenMP</div><div>  --enable-opencl         enable OpenCL support</div></div><div>  --without-threads       disable threads support<br></div><div><div>  --without-bzlib         disable BZLIB support</div><div>  --with-x                use the X Window System</div><div>  --without-zlib          disable ZLIB support</div></div><div>  --without-dps           disable Display Postscript support<br></div><div><div>  --without-fftw          disable FFTW support</div><div>  --without-fpx           disable FlashPIX support</div><div>  --without-djvu          disable DjVu support</div><div>  --without-fontconfig    disable fontconfig support</div><div>  --without-freetype      disable Freetype support</div><div>  --without-raqm          disable Raqm support</div><div>  --with-gslib            enable Ghostscript library support</div><div>  --with-gvc              enable GVC support<br></div><div>  --without-jbig          disable JBIG support</div><div>  --without-jpeg          disable JPEG support</div><div>  --without-lcms          disable lcms (v1.1X) support</div><div>  --without-openjp2       disable OpenJP2 support</div><div>  --without-lqr           disable Liquid Rescale support</div><div>  --without-lzma          disable LZMA support</div><div>  --without-openexr       disable OpenEXR support</div><div>  --without-pango         disable PANGO support</div><div>  --without-png           disable PNG support</div><div>  --with-rsvg             enable RSVG support</div><div>  --without-tiff          disable TIFF support</div><div>  --without-webp          disable WEBP support</div></div><div><br></div><div>Mark</div></div></div></div>