diff --git a/build/pkgs/4ti2/SPKG.rst b/build/pkgs/4ti2/SPKG.rst index 528f5db4fc5..c847e765542 100644 --- a/build/pkgs/4ti2/SPKG.rst +++ b/build/pkgs/4ti2/SPKG.rst @@ -16,7 +16,8 @@ License Upstream Contact ---------------- -Raymond Hemmecke, TU Munich, Germany Matthias Köppe, UC Davis, CA, USA +- Raymond Hemmecke, TU Munich, Germany +- Matthias Köppe, UC Davis, CA, USA Dependencies ------------ diff --git a/build/pkgs/atlas/SPKG.rst b/build/pkgs/atlas/SPKG.rst index 62901240a3d..b2c086c83ba 100644 --- a/build/pkgs/atlas/SPKG.rst +++ b/build/pkgs/atlas/SPKG.rst @@ -28,17 +28,14 @@ Special Update/Build Instructions --------------------------------- - src/lapack-x.y.z.tgz: The netlib lapack tarball. If you update this, - make sure you also update the LAPACK_TARBALL variable in spkg-install. - src/ATLAS-lib: We are using a dummy autotools/libtools project - to repack the static ATLAS libraries into shared libraries. - src/ARCHS: We ship some archdef tarballs to speed ATLAS build. - spkg-install: If you update atlas to a new version make sure that the - ATLAS_OSTYPE, ATLAS_MACHTYPE, and ATLAS_ISAEXT variables in spkg-install remain in sync with atlas' CONFIG/include/atlconf.h @@ -49,7 +46,6 @@ Patches ~~~~~~~ - patches/detect.patch: Fix Itanium2 support on modern - RHEL 5 and SLES 10 systems, work around -m64 issue on Itanium2, and correctly detect number and speed of CPUs on a bunch of systems. @@ -57,12 +53,10 @@ Patches on ARM. - patches/Makefile.patch: fix clean target. - patches/do_not_force_mutex.patch: always use assembly over mutex - since the mutex version fails to build a shared library. See #15045 for details. - patches/glibc_scanf_workaround.patch: Workaround for the scanf bug - in glibc-2.18 that breaks the atlas auto-tuning system. Configuration @@ -97,11 +91,9 @@ The package can be configured via three environment variables: In addition, you can also set - SAGE_ATLAS_ARCH=fast picks defaults for a modern (2-3 year old) - CPU of your processor line, and - SAGE_ATLAS_ARCH=base picks defaults that should work for a ~10 - year old CPU. For example, @@ -111,5 +103,4 @@ The package can be configured via three environment variables: would be appropriate for a Core i7 CPU. - If SAGE_ATLAS_SAVE_ARCHDEF = is given, then a new archdef - file is created and saved to the given path. diff --git a/build/pkgs/awali/SPKG.rst b/build/pkgs/awali/SPKG.rst index 6e5b3fe5d63..11142d87cee 100644 --- a/build/pkgs/awali/SPKG.rst +++ b/build/pkgs/awali/SPKG.rst @@ -9,7 +9,7 @@ finite state machines. Here finite state machines is to be understood in the broadest possible sense: finite automata with output — often called transducers then — or even more generally finite automata with multiplicity, that is, automata that not only accept, or recognize, -sequences of symbols but compute for every such sequence a \`value' that +sequences of symbols but compute for every such sequence a 'value' that is associated with it and which can be taken in any semiring. Hence the variety of situations that can thus be modellized. diff --git a/build/pkgs/benzene/SPKG.rst b/build/pkgs/benzene/SPKG.rst index dce503de516..cfec92c289a 100644 --- a/build/pkgs/benzene/SPKG.rst +++ b/build/pkgs/benzene/SPKG.rst @@ -12,8 +12,8 @@ fusenes that are subgraphs of the hexagonal lattice. License ------- -Benzene is licensed under the GNU General Public License v2 or later ( -June 2007 ) +Benzene is licensed under the GNU General Public License v2 or later +(June 2007) Upstream Contact diff --git a/build/pkgs/bzip2/SPKG.rst b/build/pkgs/bzip2/SPKG.rst index 8639e28d8ce..b6aeb3c0d61 100644 --- a/build/pkgs/bzip2/SPKG.rst +++ b/build/pkgs/bzip2/SPKG.rst @@ -31,8 +31,9 @@ None Special Update/Build Instructions --------------------------------- -This package must not be bzip2 compressed, so create it using tar c -bzip2-1.0.6 \| gzip --best >bzip2-1.0.6.spkg +This package must not be bzip2 compressed, so create it using :: + + tar c bzip2-1.0.6 | gzip --best >bzip2-1.0.6.spkg The build system has been autotoolized based on a patch by the Suse folk at diff --git a/build/pkgs/combinatorial_designs/SPKG.rst b/build/pkgs/combinatorial_designs/SPKG.rst index 327573dd863..59ad44d893b 100644 --- a/build/pkgs/combinatorial_designs/SPKG.rst +++ b/build/pkgs/combinatorial_designs/SPKG.rst @@ -8,9 +8,7 @@ Description Data for Combinatorial Designs. Current content: - The table of MOLS (10 000 integers) from the Handbook of - Combinatorial - - Designs, 2ed. + Combinatorial Designs, 2ed. License ------- diff --git a/build/pkgs/compilerwrapper/SPKG.rst b/build/pkgs/compilerwrapper/SPKG.rst index 9e9690b020a..0f702b4f423 100644 --- a/build/pkgs/compilerwrapper/SPKG.rst +++ b/build/pkgs/compilerwrapper/SPKG.rst @@ -18,8 +18,8 @@ GPL v2+ Upstream Contact ---------------- -https://bitbucket.org/vbraun/compilerwrapper Volker Braun - +- https://bitbucket.org/vbraun/compilerwrapper +- Volker Braun Dependencies ------------ diff --git a/build/pkgs/coxeter3/SPKG.rst b/build/pkgs/coxeter3/SPKG.rst index 79111787f29..fc198fa9814 100644 --- a/build/pkgs/coxeter3/SPKG.rst +++ b/build/pkgs/coxeter3/SPKG.rst @@ -46,8 +46,9 @@ None Special Update/Build Instructions --------------------------------- -The source package was created by running +The source package was created by running :: -commit=8ac9c71723c8ca57a836d6381aed125261e44e9e git clone -https://github.com/tscrim/coxeter.git cd coxeter git archive $commit -\|bzip2 --best >coxeter-$commit.tar.bz2 + commit=8ac9c71723c8ca57a836d6381aed125261e44e9e + git clone https://github.com/tscrim/coxeter.git + cd coxeter + git archive $commit | bzip2 --best >coxeter-$commit.tar.bz2 diff --git a/build/pkgs/csdp/SPKG.rst b/build/pkgs/csdp/SPKG.rst index 15a1c3df3ee..88b87acaa88 100644 --- a/build/pkgs/csdp/SPKG.rst +++ b/build/pkgs/csdp/SPKG.rst @@ -48,6 +48,5 @@ Detailed steps to build the spkg are as follows. You need With these ready: - ./spkg-src -- copy the resulting csdp-.tar.gz to SAGE_ROOT/upstream, - +- copy the resulting csdp-.tar.gz to SAGE_ROOT/upstream, or somewhere else appropriate diff --git a/build/pkgs/cvxopt/SPKG.rst b/build/pkgs/cvxopt/SPKG.rst index 698ef1888ac..6ab03adb886 100644 --- a/build/pkgs/cvxopt/SPKG.rst +++ b/build/pkgs/cvxopt/SPKG.rst @@ -42,18 +42,15 @@ Special Update/Build Instructions - cvxopt.h.patch: Fix building with GCC on Solaris. - setup.py.patch: look for libraries and includes in $SAGE_LOCAL - instead of /usr. Add fortran, blas,... libraries if needed. Build with GSL and GLPK support. - remove doc/html/, as it can be rebuild by invoking 'sage -sh' and - running 'make html' in doc/ - TODO: Add more tests in spkg-check - TODO: one might want to enhance the code to allow other Sage - random sources, at the moment only GSL is used in CVXOPT-1.1.3 spkg, apparently it will need an unclear to me "with seed(..)" construct. diff --git a/build/pkgs/d3js/SPKG.rst b/build/pkgs/d3js/SPKG.rst index 1b24b48ccb8..739f46f8f28 100644 --- a/build/pkgs/d3js/SPKG.rst +++ b/build/pkgs/d3js/SPKG.rst @@ -17,8 +17,8 @@ BSD 3-Clause License Upstream Contact ---------------- -Author: Mike Bostock (http://bost.ocks.org/mike/) Home page: -http://d3js.org/ +- Author: Mike Bostock (http://bost.ocks.org/mike/) +- Home page: http://d3js.org/ Dependencies ------------ diff --git a/build/pkgs/database_cremona_ellcurve/SPKG.rst b/build/pkgs/database_cremona_ellcurve/SPKG.rst index 02fd4f4d89b..6a2a75ecfbf 100644 --- a/build/pkgs/database_cremona_ellcurve/SPKG.rst +++ b/build/pkgs/database_cremona_ellcurve/SPKG.rst @@ -41,11 +41,11 @@ Get an up-to-date copy of the git repository ecdata from https://github.com/JohnCremona/ecdata. If the cremona database has already been installed, remove -\`SAGE_DATA/cremona/cremona.db`. Then run +``SAGE_DATA/cremona/cremona.db``. Then run The build script expects to find the files in subfolders allcurves, allgens, degphi and allbsd of the ecdata folder. It extracts them and builds the new cremona.db file from the contents. -Finally, copy \`SAGE_DATA/cremona/cremona.db\` to the src directory of +Finally, copy ``SAGE_DATA/cremona/cremona.db`` to the src directory of the spkg. diff --git a/build/pkgs/database_jones_numfield/SPKG.rst b/build/pkgs/database_jones_numfield/SPKG.rst index 9d6854d8dd2..b19f9a99235 100644 --- a/build/pkgs/database_jones_numfield/SPKG.rst +++ b/build/pkgs/database_jones_numfield/SPKG.rst @@ -5,7 +5,7 @@ Description ----------- This is a table of number fields with bounded ramification and degree -≤6. +at most 6. License ------- diff --git a/build/pkgs/database_mutation_class/SPKG.rst b/build/pkgs/database_mutation_class/SPKG.rst index dd07544bb64..fbf5ff84fc8 100644 --- a/build/pkgs/database_mutation_class/SPKG.rst +++ b/build/pkgs/database_mutation_class/SPKG.rst @@ -5,22 +5,21 @@ Mutation class database Description ----------- - Contains a database of all exceptional mutation classes of quivers. +Contains a database of all exceptional mutation classes of quivers. - Every file in the database is of the form - \``mutation_classes_n.dig6`\` for some \``n`\` and +Every file in the database is of the form +``mutation_classes_n.dig6`` for some ``n`` and -- contains a \``cPickle.dump`\` of a dictionary where +- contains a ``cPickle.dump`` of a dictionary where - the keys are tuples representing irreducible exceptional quiver - mutation types of rank \``n``, and + mutation types of rank ``n``, and - the values are all quivers in the given mutation class stored in - canonical form as \``(dig6,edges)`\` where -- \``dig6`\` is the dig6 data of the given \``DiGraph``, and -- \``edges`\` are the non-simply-laced edges thereof. + canonical form as ``(dig6,edges)`` where +- ``dig6`` is the dig6 data of the given ``DiGraph``, and +- ``edges`` are the non-simply-laced edges thereof. - is obtained by running the function - \``sage.combinat.cluster_algebra_quiver.quiver_mutation_type._save_data_dig6(n, - types='Exceptional', verbose=False)`\` + ``sage.combinat.cluster_algebra_quiver.quiver_mutation_type._save_data_dig6(n, types='Exceptional', verbose=False)`` SPKG Maintainers diff --git a/build/pkgs/database_stein_watkins/SPKG.rst b/build/pkgs/database_stein_watkins/SPKG.rst index 735c9d2da5f..6cc091b8ec8 100644 --- a/build/pkgs/database_stein_watkins/SPKG.rst +++ b/build/pkgs/database_stein_watkins/SPKG.rst @@ -23,4 +23,4 @@ None Patches ~~~~~~~ -- None +None diff --git a/build/pkgs/database_stein_watkins_mini/SPKG.rst b/build/pkgs/database_stein_watkins_mini/SPKG.rst index c6563440103..0147cca7e59 100644 --- a/build/pkgs/database_stein_watkins_mini/SPKG.rst +++ b/build/pkgs/database_stein_watkins_mini/SPKG.rst @@ -23,4 +23,4 @@ None Patches ~~~~~~~ -- None +None diff --git a/build/pkgs/database_symbolic_data/SPKG.rst b/build/pkgs/database_symbolic_data/SPKG.rst index 67c72efad12..ba21d67d5f2 100644 --- a/build/pkgs/database_symbolic_data/SPKG.rst +++ b/build/pkgs/database_symbolic_data/SPKG.rst @@ -8,7 +8,6 @@ The SymbolicData project is set out - to develop concepts and tools for profiling, testing and benchmarking Computer Algebra Software - (CAS) and - to collect and interlink relevant data and activities from different diff --git a/build/pkgs/ecl/SPKG.rst b/build/pkgs/ecl/SPKG.rst index b7b191129d6..646abfc6ecf 100644 --- a/build/pkgs/ecl/SPKG.rst +++ b/build/pkgs/ecl/SPKG.rst @@ -45,31 +45,26 @@ Special Update/Build Instructions --------------------------------- - As autotools need to be run after most of the patches are applied, - we do all the patching in spkg-source. - Deleting the following directories saves space: without doing - this, the tarball can grow from under 3 megabytes to more than 7 megabytes. Deleting these files is done automatically by the - \`spkg-src\` script. + ``spkg-src`` script. - The directory msvc - The directory src/gc-unstable - The directory src/gmp - The directory src/libffi - Note: for the time being, ECL is built single threaded library as it - seems to interact badly with the pexpect interface and Sage's signal handling when built multithreaded. - Do NOT quote SAGE_LOCAL when setting CPPFLAGS and/or LDFLAGS, - in spkg-install as this caused the build to break. See http://trac.sagemath.org/sage_trac/ticket/10187#comment:117 - TODO: Add the ECL test suite, and an spkg-check file to run it. - TODO: Make ECL use Sage's Boehm GC on MacOS X as well (but perhaps - put some changes from ECL's into Sage's Boehm GC), then remove the src/src/gc directory, too. diff --git a/build/pkgs/ecm/SPKG.rst b/build/pkgs/ecm/SPKG.rst index fbbae582bb5..e1c84ba21d9 100644 --- a/build/pkgs/ecm/SPKG.rst +++ b/build/pkgs/ecm/SPKG.rst @@ -30,11 +30,9 @@ Special Update/Build Instructions --------------------------------- - GMP-ECM comes with a self-tuning feature; we could support - that as an option ($SAGE_TUNE_*=yes) in the future. - ECM currently does not (by itself) use the CC and CFLAGS settings - from 'gmp.h' since we pass (other) options in CFLAGS, and CC is set by Sage and might got set by the user. We now at least partially fix that @@ -56,13 +54,11 @@ Special Update/Build Instructions option isn't used on anything other than x86 / x86_64.) - We currently work around a linker bug on MacOS X 10.5 PPC (with - GCC 4.2.1) which breaks 'configure' if debug symbols are enabled. This \*might\* get fixed in later upstream releases. -- We could save some space by removing the \`src/build.vc10/\` +- We could save some space by removing the ``src/build.vc10/`` directory which - isn't used in Sage. (It gets probably more worth in case also directories / files for later versions of Microsoft Visual C get added.) diff --git a/build/pkgs/elliptic_curves/SPKG.rst b/build/pkgs/elliptic_curves/SPKG.rst index cb22e9ccb42..dc0064037e0 100644 --- a/build/pkgs/elliptic_curves/SPKG.rst +++ b/build/pkgs/elliptic_curves/SPKG.rst @@ -7,7 +7,6 @@ Description Includes two databases: - A small subset of John Cremona's database of elliptic curves up - to conductor 10000. - William Stein's database of interesting curves diff --git a/build/pkgs/freetype/SPKG.rst b/build/pkgs/freetype/SPKG.rst index 7b516572480..9314b7047b1 100644 --- a/build/pkgs/freetype/SPKG.rst +++ b/build/pkgs/freetype/SPKG.rst @@ -6,20 +6,20 @@ Description From the documentation: -> FreeType is a software font engine that is designed to be small, > -efficient, highly customizable, and portable while capable of > -producing high-quality output (glyph images). It can be used in > -graphics libraries, display servers, font conversion tools, > text image +FreeType is a software font engine that is designed to be small, +efficient, highly customizable, and portable while capable of +producing high-quality output (glyph images). It can be used in +graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well. -> Note that FreeType is a font service and doesn't provide APIs to > -perform higher-level features like text layout or graphics processing > -(e.g., colored text rendering, ‘hollowing’, etc.). However, it greatly > -simplifies these tasks by providing a simple, easy to use, and uniform > +Note that FreeType is a font service and doesn't provide APIs to +perform higher-level features like text layout or graphics processing +(e.g., colored text rendering, ‘hollowing’, etc.). However, it greatly +simplifies these tasks by providing a simple, easy to use, and uniform interface to access the content of font files. -> Please note that ‘FreeType’ is also called ‘FreeType 2’, to > -distinguish it from the old, deprecated ‘FreeType 1’ library, > a +Please note that ‘FreeType’ is also called ‘FreeType 2’, to +distinguish it from the old, deprecated ‘FreeType 1’ library, a predecessor no longer maintained and supported. The package in Sage is called freetype (in lowercase). @@ -32,8 +32,8 @@ License From the documentation: -> FreeType is released under two open-source licenses: our own BSD-like -> FreeType License and the GNU Public License, Version 2. It can thus > +FreeType is released under two open-source licenses: our own BSD-like +FreeType License and the GNU Public License, Version 2. It can thus be used by any kind of projects, be they proprietary or not. @@ -42,10 +42,11 @@ Upstream Contact - home: https://www.freetype.org - repo: -- official: http://git.savannah.gnu.org/cgit/freetype -- mirror: https://github.com/aseprite/freetype2/ + + - official: http://git.savannah.gnu.org/cgit/freetype + - mirror: https://github.com/aseprite/freetype2/ Dependencies ------------ -See the \`dependencies\` file. +See the ``dependencies`` file. diff --git a/build/pkgs/gap/SPKG.rst b/build/pkgs/gap/SPKG.rst index 54886af1642..6ecef93ba91 100644 --- a/build/pkgs/gap/SPKG.rst +++ b/build/pkgs/gap/SPKG.rst @@ -43,19 +43,17 @@ update GAP, please also update and use the spkg-src script. You need the full GAP tree to compile/install many GAP packages. -- There's apparently a command missing (in \`spkg-install`) building +- There's apparently a command missing (in ``spkg-install``) building the - (HTML?) documentation. Earlier changelog entries as well as the description above state the documentation was removed from the upstream sources... Since the (pre-)built HTML documentation is currently included, I've - commented out some lines in that part of \`spkg-install`. -leif + commented out some lines in that part of ``spkg-install``. -leif Patches ~~~~~~~ - writeandcheck.patch: fix infinite loop in writeandcheck() when - writing an error message fails. diff --git a/build/pkgs/gap3/SPKG.rst b/build/pkgs/gap3/SPKG.rst index 05093945717..929b89867c2 100644 --- a/build/pkgs/gap3/SPKG.rst +++ b/build/pkgs/gap3/SPKG.rst @@ -83,6 +83,4 @@ None Dependencies ------------ -= - None diff --git a/build/pkgs/gap_packages/SPKG.rst b/build/pkgs/gap_packages/SPKG.rst index e89072b90c9..780d0823563 100644 --- a/build/pkgs/gap_packages/SPKG.rst +++ b/build/pkgs/gap_packages/SPKG.rst @@ -32,7 +32,7 @@ Notes A brief description of each package follows: -cohomolo - The cohomolo package is a GAP interface to some \`C' programs +cohomolo - The cohomolo package is a GAP interface to some ``C`` programs for computing Schur multipliers and covering groups of finite groups and first and second cohomology groups of finite groups acting on finite modules. (Author: Max Horn, Markus Pfeiffer) diff --git a/build/pkgs/gf2x/SPKG.rst b/build/pkgs/gf2x/SPKG.rst index 141fd49ff9a..cee64e7ff1f 100644 --- a/build/pkgs/gf2x/SPKG.rst +++ b/build/pkgs/gf2x/SPKG.rst @@ -35,7 +35,6 @@ Special Update/Build Instructions - As some patches touch config/acinclude.m4, we have to touch aclocal.m4, - configure, Makefile.in and gf2x/gf2x-config.h.in to prevent autotools to try to regenerate these files. @@ -43,26 +42,21 @@ Patches ~~~~~~~ - 0001-Trac-15014-Let-gf2x-build-a-shared-library-on-Cygwin.patch: pass -- no-undefined flag to libtool. + -no-undefined flag to libtool. - 0002-tr-portability.patch: backport upstream fix for non-portable tr use - 0003-Improve-detection-of-sse2-support.patch: backport upstream - improved - - check for sse2 + improved check for sse2 - 0004-Add-disable-hardware-specific-code.patch: add option -- -disable-hardware-specific-code to build system. This is partly - + -disable-hardware-specific-code to build system. This is partly backported from upstream. - 0005-Update-autotooled-files.patch: the above patches make changes to - code used by autotools for generation of the build system. This patches those files, so that autotools need not be installed. - 0006-Fix_make_check_not_failing_on_errors.patch: (upstream patch) - Fix bug in shell script such that 'make check' always fails upon errors. diff --git a/build/pkgs/giac/SPKG.rst b/build/pkgs/giac/SPKG.rst index 62563c0fe05..2bfa3918dec 100644 --- a/build/pkgs/giac/SPKG.rst +++ b/build/pkgs/giac/SPKG.rst @@ -15,7 +15,7 @@ Description $SAGE_LOCAL/share/giac/doc/en/cascmd_en/index.html -- -Author's website with debian, ubuntu, macosx, windows package: +- Author's website with debian, ubuntu, macosx, windows package: http://www-fourier.ujf-grenoble.fr/~parisse/giac.html diff --git a/build/pkgs/git/SPKG.rst b/build/pkgs/git/SPKG.rst index 9ade00c58c9..408192996a7 100644 --- a/build/pkgs/git/SPKG.rst +++ b/build/pkgs/git/SPKG.rst @@ -9,7 +9,7 @@ Description unusually rich command set that provides both high-operations and full access to internals. -- - \`man git\` +- ``man git`` Upstream Contact diff --git a/build/pkgs/git_trac/SPKG.rst b/build/pkgs/git_trac/SPKG.rst index 8691c8bc2fb..d11ec626fbe 100644 --- a/build/pkgs/git_trac/SPKG.rst +++ b/build/pkgs/git_trac/SPKG.rst @@ -17,8 +17,8 @@ GPLv3+ Upstream Contact ---------------- -https://github.com/sagemath/git-trac-command Volker Braun - +- https://github.com/sagemath/git-trac-command +- Volker Braun Dependencies ------------ diff --git a/build/pkgs/glpk/SPKG.rst b/build/pkgs/glpk/SPKG.rst index a25136f27fd..5dfc404acd5 100644 --- a/build/pkgs/glpk/SPKG.rst +++ b/build/pkgs/glpk/SPKG.rst @@ -46,18 +46,16 @@ Dependencies Special Update/Build Instructions --------------------------------- -- \`configure\` doesn't support specifying the location of the GMP - - library to use; only \`--with-gmp[=yes]\` or \`--with-gmp=no\` +- ``configure`` doesn't support specifying the location of the GMP + library to use; only ``--with-gmp[=yes]`` or ``--with-gmp=no`` are valid options. (So we \*have to\* add Sage's include and - library directories to \`CPPFLAGS\` and \`LDFLAGS`, respectively.) - -- Do we need the \`--disable-static`? The stand-alone solver presumably + library directories to ``CPPFLAGS`` and ``LDFLAGS``, respectively.) +- Do we need the ``--disable-static``? The stand-alone solver presumably runs faster when built with a static library; also other (stand-alone) programs using it would. - (Instead, we should perhaps use \`--enable-static --enable-shared\` + (Instead, we should perhaps use ``--enable-static --enable-shared`` to go safe.) @@ -68,7 +66,6 @@ Patches - src/01-zlib.patch: don't build the included zlib library. - src/02-cygwin_sharedlib.patch: Let a shared library be built on Cygwin by - passing the -no-undefined flag to libtool. The numbering reflect the order in which they have been created from diff --git a/build/pkgs/gsl/SPKG.rst b/build/pkgs/gsl/SPKG.rst index b89f7e6fdf5..851294e080a 100644 --- a/build/pkgs/gsl/SPKG.rst +++ b/build/pkgs/gsl/SPKG.rst @@ -30,24 +30,20 @@ Upstream Contact GSL mailing lists: - Bug-gsl mailing list -- bug reports for the GNU - Scientific Library should be sent to bug-gsl@gnu.org - Help-gsl users mailing list -- for questions about - installation, how GSL works and how it is used, or general questions concerning GSL. - Info-gsl mailing list -- announcements of new releases - are made there. Dependencies ------------ - None - GSL does not depend on any other Sage package to compile, link - and pass all of GSL's self-tests. Despite that fact, BLAS is listed as a dependency. (It comes with its own CBLAS implementation that is diff --git a/build/pkgs/iconv/SPKG.rst b/build/pkgs/iconv/SPKG.rst index 298f1a7b722..85e009c0c85 100644 --- a/build/pkgs/iconv/SPKG.rst +++ b/build/pkgs/iconv/SPKG.rst @@ -30,5 +30,4 @@ Special Update/Build Instructions - None, other than anyone updating this package should be familiar with how - to write shell scripts. diff --git a/build/pkgs/igraph/SPKG.rst b/build/pkgs/igraph/SPKG.rst index 32e3cb9bf8d..1ba18e70031 100644 --- a/build/pkgs/igraph/SPKG.rst +++ b/build/pkgs/igraph/SPKG.rst @@ -25,7 +25,6 @@ Dependencies - GMP/MPIR - libxml2, but this is not shipped with Sage, so the user has to install - libxml2-dev from her distro. diff --git a/build/pkgs/iml/SPKG.rst b/build/pkgs/iml/SPKG.rst index 15a6d129b02..1981fced5d8 100644 --- a/build/pkgs/iml/SPKG.rst +++ b/build/pkgs/iml/SPKG.rst @@ -37,7 +37,6 @@ Special Update/Build Instructions --------------------------------- - As of version 1.0.4, you need to repackage the upstream tarball - using the spkg-src script because there was a bugfix version of 1.0.4 reposted upstream without version number bump. diff --git a/build/pkgs/ipython/SPKG.rst b/build/pkgs/ipython/SPKG.rst index 2790729df4a..ad92a49fcab 100644 --- a/build/pkgs/ipython/SPKG.rst +++ b/build/pkgs/ipython/SPKG.rst @@ -10,18 +10,15 @@ IPython is a multiplatform, Free Software project (BSD licensed) that offers: - An enhanced Python shell designed for efficient interactive - work. It includes many enhancements over the default Python shell, including the ability for controlling interactively all major GUI toolkits in a non-blocking manner. - A library to build customized interactive environments using Python - as the basic language (but with the possibility of having extended or alternate syntaxes). - A system for interactive distributed and parallel computing (this is - part of IPython's new development). License diff --git a/build/pkgs/isl/SPKG.rst b/build/pkgs/isl/SPKG.rst index e4bf84f2079..edf794be2ce 100644 --- a/build/pkgs/isl/SPKG.rst +++ b/build/pkgs/isl/SPKG.rst @@ -25,18 +25,18 @@ Upstream Contact Citation -------- -@incollection{Verdoolaege2010isl, - - author = {Verdoolaege, Sven}, - title = {isl: An Integer Set Library for the Polyhedral Model}, - booktitle = {Mathematical Software - ICMS 2010}, - series = {Lecture Notes in Computer Science}, - editor = {Fukuda, Komei and Hoeven, Joris and Joswig, Michael and - Takayama, Nobuki}, - publisher = {Springer}, - isbn = {978-3-642-15581-9}, - pages = {299-302}, - volume = {6327}, - year = {2010} - -} +:: + + @incollection{Verdoolaege2010isl, + author = {Verdoolaege, Sven}, + title = {isl: An Integer Set Library for the Polyhedral Model}, + booktitle = {Mathematical Software - ICMS 2010}, + series = {Lecture Notes in Computer Science}, + editor = {Fukuda, Komei and Hoeven, Joris and Joswig, Michael and + Takayama, Nobuki}, + publisher = {Springer}, + isbn = {978-3-642-15581-9}, + pages = {299-302}, + volume = {6327}, + year = {2010} + } diff --git a/build/pkgs/jmol/SPKG.rst b/build/pkgs/jmol/SPKG.rst index c24b54cf82c..8c021b6fe8e 100644 --- a/build/pkgs/jmol/SPKG.rst +++ b/build/pkgs/jmol/SPKG.rst @@ -36,7 +36,7 @@ The commandline jmol requires java at runtime. Special Build Instructions -------------------------- -To avoid depending on \`unzip\` at build time, we have to repack the -tarball, see \`spkg-src`. We take the opportunity to remove some +To avoid depending on ``unzip`` at build time, we have to repack the +tarball, see ``spkg-src``. We take the opportunity to remove some unnecessary subdirectories, see http://wiki.jmol.org/index.php/Jmol_JavaScript_Object#In_detail diff --git a/build/pkgs/lcalc/SPKG.rst b/build/pkgs/lcalc/SPKG.rst index 2bc6a6ce554..3dd99db88fe 100644 --- a/build/pkgs/lcalc/SPKG.rst +++ b/build/pkgs/lcalc/SPKG.rst @@ -35,29 +35,27 @@ Special Update/Build Instructions --------------------------------- - There is some garbage in the upstream sources which should be - removed: - - src/include/.Lexplicit_formula.h.swp - src/include/.Lvalue.h.swp - src/include/._.DS_Store - src/include/.DS_Store - src/include/Lexplicit_formula.h.swap.crap - src/include/Lvalue.h.bak - src/src/Makefile.old - src/src/.Makefile.old.swp - src/src/._.DS_Store - src/src/.DS_Store - src/src/.Lcommandline.ggo.swp - src/src/libLfunction.a + removed:: + + src/include/.Lexplicit_formula.h.swp + src/include/.Lvalue.h.swp + src/include/._.DS_Store + src/include/.DS_Store + src/include/Lexplicit_formula.h.swap.crap + src/include/Lvalue.h.bak + src/src/Makefile.old + src/src/.Makefile.old.swp + src/src/._.DS_Store + src/src/.DS_Store + src/src/.Lcommandline.ggo.swp + src/src/libLfunction.a - We (and apparently also upstream) currently don't build Lcalc's tests - (see Makefile), hence there's no spkg-check. This might change in newer upstream versions. - The original Makefile uses $(CC) to compile C++ (also using $(CCFLAGS)), - which it defines to 'g++', and hardcodes 'g++' when linking the shared library. (It should use $(CXX) instead, which might \*default\* to @@ -80,22 +78,19 @@ Patches options, locations of headers and libraries etc.). Besides that, we -- put CXXFLAGS into Lcalc's "CCFLAGS" used for compiling C++, -- remove some stuff involving LDFLAGS1 and LDFLAGS2, setting just - LDFLAGS, -- use $(MAKE) instead of 'make' in the crude build receipts, -- use CXXFLAG64 when linking the shared library, -- now use $(CXX) for compiling and linking C++, which \*defaults\* to - 'g++', - - but can be overridden by setting the environment variable of the same - name. ($(CC) now \*defaults\* to 'gcc', although currently not really - used as far as I can see.) - -- $(INSTALL_DIR) can now be overridden by simply setting the - environment - - variable of the same name. + - put CXXFLAGS into Lcalc's "CCFLAGS" used for compiling C++, + - remove some stuff involving LDFLAGS1 and LDFLAGS2, setting just + LDFLAGS, + - use $(MAKE) instead of 'make' in the crude build receipts, + - use CXXFLAG64 when linking the shared library, + - now use $(CXX) for compiling and linking C++, which \*defaults\* to + 'g++', + but can be overridden by setting the environment variable of the same + name. ($(CC) now \*defaults\* to 'gcc', although currently not really + used as far as I can see.) + - $(INSTALL_DIR) can now be overridden by simply setting the + environment + variable of the same name. - Lcommon.h.patch: @@ -124,5 +119,4 @@ Patches This should get reported upstream. - lcalc-1.23_default_parameters_1.patch: Make Lcalc (1.23) build with - GCC 4.9 diff --git a/build/pkgs/libatomic_ops/SPKG.rst b/build/pkgs/libatomic_ops/SPKG.rst index dc743ee01af..131e2629409 100644 --- a/build/pkgs/libatomic_ops/SPKG.rst +++ b/build/pkgs/libatomic_ops/SPKG.rst @@ -15,8 +15,8 @@ License Upstream Contact ---------------- -Webpage: http://www.hboehm.info/gc/ Email List: -bdwgc@lists.opendylan.org +- Webpage: http://www.hboehm.info/gc/ +- Email List: bdwgc@lists.opendylan.org Dependencies ------------ diff --git a/build/pkgs/libffi/SPKG.rst b/build/pkgs/libffi/SPKG.rst index 3b7730a1dc2..33e4e17f4b5 100644 --- a/build/pkgs/libffi/SPKG.rst +++ b/build/pkgs/libffi/SPKG.rst @@ -35,7 +35,7 @@ License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the -\``Software''), to deal in the Software without restriction, including +"Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to @@ -44,7 +44,7 @@ the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED \``AS IS'', WITHOUT WARRANTY OF ANY KIND, +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY @@ -56,4 +56,5 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Upstream Contact ---------------- -https://sourceware.org/libffi/ https://github.com/libffi/libffi +- https://sourceware.org/libffi/ +- https://github.com/libffi/libffi diff --git a/build/pkgs/libogg/SPKG.rst b/build/pkgs/libogg/SPKG.rst index db511888876..8c0da263050 100644 --- a/build/pkgs/libogg/SPKG.rst +++ b/build/pkgs/libogg/SPKG.rst @@ -21,30 +21,27 @@ modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright - -notice, this list of conditions and the following disclaimer. + notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright - -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its - -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -\``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Upstream Contact diff --git a/build/pkgs/libpng/SPKG.rst b/build/pkgs/libpng/SPKG.rst index f562451f78e..583872b5a50 100644 --- a/build/pkgs/libpng/SPKG.rst +++ b/build/pkgs/libpng/SPKG.rst @@ -39,10 +39,9 @@ Special Update/Build Instructions - On old versions of Darwin, the symbolic links libpng.\* created by libpng16 may - interfere with a system-wide libPng.dylib. -- -- the following is very likely to be obsolete in 2014 --- + -- the following is very likely to be obsolete in 2014 --- This system-wide library is likely to be a different version and on top of that, the symbols exported there are prefixed with "_cg" @@ -57,14 +56,13 @@ Special Update/Build Instructions looked for when Sage is being built or run, but that's not the case either; it is at least looked for by the "ImageIO" framework: -- when Python is built with Mac OS extensions, fixed in #4008; -- when Mercurial is built because it uses $EDITOR, cf. #4678; -- when R is built and it finds -lpng, cf. #4409 and #11696. + - when Python is built with Mac OS extensions, fixed in #4008; + - when Mercurial is built because it uses $EDITOR, cf. #4678; + - when R is built and it finds ``-lpng``, cf. #4409 and #11696. -- -- this is no longer done, as of #27186 --- + -- this is no longer done, as of #27186 --- As not all of these problems are easily dealt with and new ones may arise, we chose to delete the $SAGE_LOCAL/lib/libpng.\* symlinks. Therefore, some packages like Tachyon, which by default look for - -- lpng are patched to look for -lpng16 instead. + ``-lpng`` are patched to look for ``-lpng16`` instead. diff --git a/build/pkgs/libtheora/SPKG.rst b/build/pkgs/libtheora/SPKG.rst index 7acecc62466..b964288c8e2 100644 --- a/build/pkgs/libtheora/SPKG.rst +++ b/build/pkgs/libtheora/SPKG.rst @@ -20,30 +20,27 @@ modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright - -notice, this list of conditions and the following disclaimer. + notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright - -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its - -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -\``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Upstream Contact diff --git a/build/pkgs/linbox/SPKG.rst b/build/pkgs/linbox/SPKG.rst index 5f4ff029748..93c854986ed 100644 --- a/build/pkgs/linbox/SPKG.rst +++ b/build/pkgs/linbox/SPKG.rst @@ -50,10 +50,8 @@ Special Update/Build Instructions TODO: - spkg-check is disabled for now, should work in the next release - after 1.3.2. -- Check whether \`make fullcheck\` works/builds, is worth running, and +- Check whether ``make fullcheck`` works/builds, is worth running, and doesn't - take ages. (Version 1.1.6 doesn't seem to have such a target.) diff --git a/build/pkgs/mathjax/SPKG.rst b/build/pkgs/mathjax/SPKG.rst index 1200613ec38..94b165256d2 100644 --- a/build/pkgs/mathjax/SPKG.rst +++ b/build/pkgs/mathjax/SPKG.rst @@ -33,6 +33,5 @@ Patches ------- - nopng_config.patch: prevent font warning messages since png files are - removed. See section "Trimming II -- not strictly necessary" of https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation diff --git a/build/pkgs/mpc/SPKG.rst b/build/pkgs/mpc/SPKG.rst index 81b3cef4f7e..78039c62d3e 100644 --- a/build/pkgs/mpc/SPKG.rst +++ b/build/pkgs/mpc/SPKG.rst @@ -24,7 +24,7 @@ Upstream Contact The MPC website is located at http://www.multiprecision.org/mpc . -The MPC team can be contact via the MPC mailing list: +The MPC team can be contacted via the MPC mailing list: mpc-discuss@lists.gforge.inria.fr @@ -39,6 +39,5 @@ Special Update/Build Instructions --------------------------------- - mpc_mul_faster.patch: Patch from Paul Zimmermann to speed up MPC - multiplication (for small precisions) by reducing overhead in MPFR operations. diff --git a/build/pkgs/mpfr/SPKG.rst b/build/pkgs/mpfr/SPKG.rst index d5a098228da..c2ce702f222 100644 --- a/build/pkgs/mpfr/SPKG.rst +++ b/build/pkgs/mpfr/SPKG.rst @@ -49,20 +49,17 @@ Dependencies Special Update/Build Instructions --------------------------------- -- Make sure MPFR's settings of \`CC\` and \`CFLAGS\` still get properly +- Make sure MPFR's settings of ``CC`` and ``CFLAGS`` still get properly extracted, + currently from its ``config.log`` in the ``src/`` directory. - currently from its \`config.log\` in the \`src/\` directory. - -- We should remove the \`configure\` option \`--disable-thread-safe\` +- We should remove the ``configure`` option ``--disable-thread-safe`` in case - the issues without that have meanwhile been fixed. (Then we should - actually pass \`--enable-thread-safe`.) + actually pass ``--enable-thread-safe``.) TODO ---- -- --disable-thread-safe should be switched to --enable-thread-safe, - +- ``--disable-thread-safe`` should be switched to ``--enable-thread-safe``, need to check that this works on the buildbot machines diff --git a/build/pkgs/mpir/SPKG.rst b/build/pkgs/mpir/SPKG.rst index 7ea2a173059..02d897ef779 100644 --- a/build/pkgs/mpir/SPKG.rst +++ b/build/pkgs/mpir/SPKG.rst @@ -35,12 +35,8 @@ Special Update/Build Instructions - TODO: - Perhaps also modify CXXFLAGS (and/or CPPFLAGS). - We currently don't use anything of GMP's/MPIR's CC setting, and - matching - - with the current compiler (`$CC`) is perhaps suboptimal. - + matching with the current compiler (``$CC``) is perhaps suboptimal. - Remove some files / directories not needed for Sage from upstream: - build.vc\* directories (Microsoft Visual C build files) - 3.0.0-644faf502c56f97d9accd301965fc57d6ec70868 - was created by running the spkg-src script. diff --git a/build/pkgs/normaliz/SPKG.rst b/build/pkgs/normaliz/SPKG.rst index 8e33fabb953..10d945bf913 100644 --- a/build/pkgs/normaliz/SPKG.rst +++ b/build/pkgs/normaliz/SPKG.rst @@ -36,5 +36,4 @@ Special Update/Build Instructions --------------------------------- - The spkg currently disables features that require packages SCIP and - CoCoA, for which we don't have packages (yet). diff --git a/build/pkgs/p_group_cohomology/SPKG.rst b/build/pkgs/p_group_cohomology/SPKG.rst index 5de6d676797..0351bbe752b 100644 --- a/build/pkgs/p_group_cohomology/SPKG.rst +++ b/build/pkgs/p_group_cohomology/SPKG.rst @@ -102,8 +102,8 @@ Note that internet access is required for these tests, as it is attempted to download cohomology rings from a public data base in the web. -The script \``spkg-check`\` calls \`sage -t --force_lib\` on the files -in \`pGroupCohomology`. +The script ``spkg-check`` calls ``sage -t --force_lib`` on the files +in ``pGroupCohomology``. Documentation ------------- diff --git a/build/pkgs/palp/SPKG.rst b/build/pkgs/palp/SPKG.rst index 820646a7be3..d9304000e3b 100644 --- a/build/pkgs/palp/SPKG.rst +++ b/build/pkgs/palp/SPKG.rst @@ -29,11 +29,9 @@ License - When released, GPL 2 was in force. - There is a link to a web page, which now points to GPL 3, but would - have pointed to GPL 2 at the time the package was released. - Therefore one can deduce the authors were happy for this to be - released under GPL 2 or a later version. diff --git a/build/pkgs/pandoc_attributes/SPKG.rst b/build/pkgs/pandoc_attributes/SPKG.rst index 44380586414..a7922004186 100644 --- a/build/pkgs/pandoc_attributes/SPKG.rst +++ b/build/pkgs/pandoc_attributes/SPKG.rst @@ -16,8 +16,8 @@ BSD 2-Clause License Upstream Contact ---------------- -Author: Aaron O'Leary Home page: -https://github.com/aaren/pandoc-attributes +- Author: Aaron O'Leary +- Home page: https://github.com/aaren/pandoc-attributes Dependencies ------------ @@ -31,5 +31,5 @@ Special Update/Build Instructions --------------------------------- There are no release numbers, hence find the latest commit, download -https://github.com/aaren/pandoc-attributes/archive/$%7BCOMMIT%7D.zip and +https://github.com/aaren/pandoc-attributes/archive/${COMMIT}.zip and rename it pandoc_attributes-${COMMIT:0:8}.zip diff --git a/build/pkgs/pexpect/SPKG.rst b/build/pkgs/pexpect/SPKG.rst index 114739b5e1f..85be49569b1 100644 --- a/build/pkgs/pexpect/SPKG.rst +++ b/build/pkgs/pexpect/SPKG.rst @@ -17,8 +17,8 @@ is approved by the OSI and FSF as GPL-compatible. Upstream Contact ---------------- -http://pexpect.readthedocs.org/en/stable/ -https://github.com/pexpect/pexpect +- http://pexpect.readthedocs.org/en/stable/ +- https://github.com/pexpect/pexpect Dependencies ------------ diff --git a/build/pkgs/pillow/SPKG.rst b/build/pkgs/pillow/SPKG.rst index 2ff825c3cb7..a3c2fbac3ca 100644 --- a/build/pkgs/pillow/SPKG.rst +++ b/build/pkgs/pillow/SPKG.rst @@ -18,8 +18,8 @@ Standard PIL License Upstream Contact ---------------- -Author: Alex Clark Homepage: -http://python-imaging.github.io/ +- Author: Alex Clark +- Homepage: http://python-imaging.github.io/ Dependencies ------------ diff --git a/build/pkgs/pip/SPKG.rst b/build/pkgs/pip/SPKG.rst index 7df8cff59fc..92ded395cc5 100644 --- a/build/pkgs/pip/SPKG.rst +++ b/build/pkgs/pip/SPKG.rst @@ -17,12 +17,12 @@ MIT Upstream Contact ---------------- -Project Page: https://github.com/pypa/pip Install howto: -https://pip.pypa.io/en/latest/installing.html Changelog: -https://pip.pypa.io/en/latest/news.html Bug Tracking: -https://github.com/pypa/pip/issues Mailing list: -http://groups.google.com/group/python-virtualenv Docs: -https://pip.pypa.io/ +- Project Page: https://github.com/pypa/pip +- Install howto: https://pip.pypa.io/en/latest/installing.html +- Changelog: https://pip.pypa.io/en/latest/news.html +- Bug Tracking: https://github.com/pypa/pip/issues +- Mailing list: http://groups.google.com/group/python-virtualenv +- Docs: https://pip.pypa.io/ Dependencies ------------ diff --git a/build/pkgs/plantri/SPKG.rst b/build/pkgs/plantri/SPKG.rst index 566ee96bb20..3ae1cc2e1e0 100644 --- a/build/pkgs/plantri/SPKG.rst +++ b/build/pkgs/plantri/SPKG.rst @@ -26,13 +26,13 @@ Upstream Contact Gunnar Brinkmann - University of Ghent - Gunnar.Brinkmann@ugent.be +- University of Ghent +- Gunnar.Brinkmann@ugent.be Brendan McKay - Australian National University - bdm@cs.anu.edu.au +- Australian National University +- bdm@cs.anu.edu.au See http://cs.anu.edu.au/~bdm/plantri diff --git a/build/pkgs/polymake/SPKG.rst b/build/pkgs/polymake/SPKG.rst index adbc9004aad..8bb67899526 100644 --- a/build/pkgs/polymake/SPKG.rst +++ b/build/pkgs/polymake/SPKG.rst @@ -69,6 +69,8 @@ Information on missing Polymake prerequisites after installing polymake:: Debugging polymake install problems ----------------------------------- -#. apt-get install libdevel-trace-perl +:: -$ cd src $ perl -d:Trace support/configure.pl + # apt-get install libdevel-trace-perl + $ cd src + $ perl -d:Trace support/configure.pl diff --git a/build/pkgs/ppl/SPKG.rst b/build/pkgs/ppl/SPKG.rst index cab77c8b0be..e62faa3b989 100644 --- a/build/pkgs/ppl/SPKG.rst +++ b/build/pkgs/ppl/SPKG.rst @@ -35,10 +35,14 @@ GPL v3+ Upstream Contact ---------------- -http://www.cs.unipr.it/ppl/ BUGSENG srl (http://bugseng.com) +- http://www.cs.unipr.it/ppl/ +- BUGSENG srl (http://bugseng.com) -Core Development Team Roberto Bagnara (University of Parma) Patricia M. -Hill (University of Parma) Enea Zaffanella (University of Parma) +Core Development Team + +- Roberto Bagnara (University of Parma) +- Patricia M. Hill (University of Parma) +- Enea Zaffanella (University of Parma) Dependencies ------------ @@ -53,7 +57,6 @@ Patches ~~~~~~~ - ptrdiff_t-ppl-1.1.patch: Fixes to compile with gcc 4.9; C++ name - lookup issue. - weak.patch: disable use of weak symbols on Cygwin64. diff --git a/build/pkgs/pycosat/SPKG.rst b/build/pkgs/pycosat/SPKG.rst index 40181d0c198..d88c7a52998 100644 --- a/build/pkgs/pycosat/SPKG.rst +++ b/build/pkgs/pycosat/SPKG.rst @@ -20,8 +20,8 @@ MIT Upstream Contact ---------------- -PicoSAT: http://fmv.jku.at/picosat/ pycosat: -https://github.com/ContinuumIO/pycosat +- PicoSAT: http://fmv.jku.at/picosat/ +- pycosat: https://github.com/ContinuumIO/pycosat Dependencies ------------ diff --git a/build/pkgs/pygments/SPKG.rst b/build/pkgs/pygments/SPKG.rst index 09c0ce57057..9bf68e5326a 100644 --- a/build/pkgs/pygments/SPKG.rst +++ b/build/pkgs/pygments/SPKG.rst @@ -11,17 +11,14 @@ forums, wikis or other applications that need to prettify source code. Highlights are: - a wide range of over 300 languages and other text formats is - supported - special attention is paid to details, increasing quality by a fair - amount - support for new languages and formats are added easily - a number of output formats, presently HTML, LaTeX, RTF, SVG, all image - formats that PIL supports and ANSI sequences - it is usable as a command-line tool and as a library @@ -35,7 +32,8 @@ Modified BSD Upstream Contact ---------------- -Author: Georg Brandl Home Page: http://pygments.org +- Author: Georg Brandl +- Home Page: http://pygments.org Dependencies ------------ @@ -49,6 +47,5 @@ Special Update/Build Instructions Patches included: - sage_prompt.patch: patch pygments/lexers/agile.py to treat the - "sage:" prompt like Python's ">>>" prompt. This allows a very kludgy patch to be removed from the Sphinx package (see #10118). diff --git a/build/pkgs/pyparsing/SPKG.rst b/build/pkgs/pyparsing/SPKG.rst index a7f497229c9..dcdcae68b90 100644 --- a/build/pkgs/pyparsing/SPKG.rst +++ b/build/pkgs/pyparsing/SPKG.rst @@ -15,7 +15,8 @@ MIT License Upstream Contact ---------------- -Author: Paul McGuire Home page: http://pyparsing.wikispaces.com +- Author: Paul McGuire +- Home page: http://pyparsing.wikispaces.com Dependencies ------------ diff --git a/build/pkgs/ratpoints/SPKG.rst b/build/pkgs/ratpoints/SPKG.rst index 6e6029f0c80..20ff846959f 100644 --- a/build/pkgs/ratpoints/SPKG.rst +++ b/build/pkgs/ratpoints/SPKG.rst @@ -35,6 +35,5 @@ Note on SSE2 instructions - On several architectures, the SSE2 instructions used by ratpoints cause - compiler errors. In the case that ratpoints fails to build with SSE2 instructions enabled, the build is repeated with SSE2 disabled. diff --git a/build/pkgs/readline/SPKG.rst b/build/pkgs/readline/SPKG.rst index d33180ec0b9..8553446ae64 100644 --- a/build/pkgs/readline/SPKG.rst +++ b/build/pkgs/readline/SPKG.rst @@ -45,7 +45,6 @@ Patches https://trac.macports.org/browser/trunk/dports/devel/readline/files/patch-shobj-conf.diff - 0002-ltinfo.patch: We build readline using ncurses, and for that it - needs to be told to link with libtinfo (part of ncurses). - sigsetjmp.patch: Correctly define sigsetjmp and friends on Cygwin. diff --git a/build/pkgs/rubiks/SPKG.rst b/build/pkgs/rubiks/SPKG.rst index 998429217de..b73e508cdb2 100644 --- a/build/pkgs/rubiks/SPKG.rst +++ b/build/pkgs/rubiks/SPKG.rst @@ -11,17 +11,17 @@ info and licensing. In summary the three contributers are: Michael Reid (GPL) http://www.math.ucf.edu/~reid/Rubik/optimal_solver.html - optimal - uses many pre-computed tables to find an optimal +- optimal - uses many pre-computed tables to find an optimal solution to the 3x3x3 Rubik's cube Dik T. Winter (MIT License) - cube - uses Kociemba's algorithm to iteratively find a short +- cube - uses Kociemba's algorithm to iteratively find a short solution to the 3x3x3 Rubik's cube - size222 - solves a 2x2x2 Rubik's cube +- size222 - solves a 2x2x2 Rubik's cube Eric Dietz (GPL) http://www.wrongway.org/?rubiksource - cu2 - A fast, non-optimal 2x2x2 solver - cubex - A fast, non-optimal 3x3x3 solver - mcube - A fast, non-optimal 4x4x4 solver +- cu2 - A fast, non-optimal 2x2x2 solver +- cubex - A fast, non-optimal 3x3x3 solver +- mcube - A fast, non-optimal 4x4x4 solver diff --git a/build/pkgs/sagetex/SPKG.rst b/build/pkgs/sagetex/SPKG.rst index f0d2466e938..c0e9d9ef8e1 100644 --- a/build/pkgs/sagetex/SPKG.rst +++ b/build/pkgs/sagetex/SPKG.rst @@ -41,7 +41,7 @@ Dependencies ------------ To install, nothing more than a standard Sage install. The -\`spkg-check\` script will exit without actually testing anything if it +``spkg-check`` script will exit without actually testing anything if it cannot find "latex" in your path. Notes @@ -53,9 +53,9 @@ needs. Full details are in the Sage installation guide at http://doc.sagemath.org/html/en/installation/ and http://doc.sagemath.org/html/en/tutorial/sagetex.html . -The directory \`$SAGE_ROOT/local/share/doc/sagetex\` contains +The directory ``$SAGE_ROOT/local/share/doc/sagetex`` contains documentation and an example file. See -\`$SAGE_ROOT/local/share/texmf/tex/latex/sagetex\` for the source code +``$SAGE_ROOT/local/share/texmf/tex/latex/sagetex`` for the source code and some possibly useful scripts. If you have problems or suggestions see `the sage-support group `__. diff --git a/build/pkgs/setuptools/SPKG.rst b/build/pkgs/setuptools/SPKG.rst index 78c67111416..182ce736f0d 100644 --- a/build/pkgs/setuptools/SPKG.rst +++ b/build/pkgs/setuptools/SPKG.rst @@ -38,5 +38,4 @@ applied during the build process. - pkg_resources.py.patch: silence warning about permissions. - easy_install_lock.patch: lock the easy_install.pth file to allow - simultaneous installation diff --git a/build/pkgs/singular/SPKG.rst b/build/pkgs/singular/SPKG.rst index 9a33f6781c4..af9574e0afd 100644 --- a/build/pkgs/singular/SPKG.rst +++ b/build/pkgs/singular/SPKG.rst @@ -40,7 +40,6 @@ See spkg-src to create the source tarball. Other notes: - If the environment variable SAGE_DEBUG is set to "yes", then - omalloc will be replaced by xalloc. The resulting Singular executable and libsingular library will be slower than with omalloc, but allow for easier debugging of memory corruptions. diff --git a/build/pkgs/sip/SPKG.rst b/build/pkgs/sip/SPKG.rst index edff1e3649e..d84fbc5cbf6 100644 --- a/build/pkgs/sip/SPKG.rst +++ b/build/pkgs/sip/SPKG.rst @@ -10,15 +10,15 @@ Python extension module generator for C and C++ libraries Upstream contact ---------------- - https://www.riverbankcomputing.com/software/sip/ - https://pypi.python.org/pypi/SIP +- https://www.riverbankcomputing.com/software/sip/ +- https://pypi.python.org/pypi/SIP License ------- - SIP is released under the GPL v2, GPL v3 licenses, and under a - license - similar to the BSD license. +SIP is released under the GPL v2, GPL v3 licenses, and under a +license +similar to the BSD license. - SIP is copyright (c) Riverbank Computing Limited. Its homepage is - https://www.riverbankcomputing.com/software/sip/. +SIP is copyright (c) Riverbank Computing Limited. Its homepage is +https://www.riverbankcomputing.com/software/sip/. diff --git a/build/pkgs/six/SPKG.rst b/build/pkgs/six/SPKG.rst index 2254c78eb8f..8176852b344 100644 --- a/build/pkgs/six/SPKG.rst +++ b/build/pkgs/six/SPKG.rst @@ -15,7 +15,8 @@ MIT License Upstream Contact ---------------- -Author: Benjamin Peterson Home page: http://pypi.python.org/pypi/six/ +- Author: Benjamin Peterson +- Home page: http://pypi.python.org/pypi/six/ Dependencies ------------ diff --git a/build/pkgs/snowballstemmer/SPKG.rst b/build/pkgs/snowballstemmer/SPKG.rst index 33e199a1b26..e1da7151279 100644 --- a/build/pkgs/snowballstemmer/SPKG.rst +++ b/build/pkgs/snowballstemmer/SPKG.rst @@ -9,21 +9,21 @@ stemmer) generated from Snowball algorithms. It includes following language algorithms: - Danish - Dutch - English (Standard, Porter) - Finnish - French - German - Hungarian - Italian - Norwegian - Portuguese - Romanian - Russian - Spanish - Swedish - Turkish +- Danish +- Dutch +- English (Standard, Porter) +- Finnish +- French +- German +- Hungarian +- Italian +- Norwegian +- Portuguese +- Romanian +- Russian +- Spanish +- Swedish +- Turkish This is a pure Python stemming library. If PyStemmer is available, this module uses it to accelerate. diff --git a/build/pkgs/sphinx/SPKG.rst b/build/pkgs/sphinx/SPKG.rst index 2e056b72a12..43f741e9441 100644 --- a/build/pkgs/sphinx/SPKG.rst +++ b/build/pkgs/sphinx/SPKG.rst @@ -20,9 +20,9 @@ Modified BSD; see e.g. its egg-info file for other options Upstream Contact ---------------- -Author: Georg Brandl Home Page: http://sphinx.pocoo.org, - - see also http://pypi.python.org/pypi/Sphinx +- Author: Georg Brandl +- Home Page: http://sphinx.pocoo.org, + see also http://pypi.python.org/pypi/Sphinx Dependencies ------------ @@ -42,7 +42,6 @@ Special Update/Build Instructions --------------------------------- - The script create_grammar_pickle.py creates the file - Grammar2.7.pickle in site-packages/Sphinx-.../sphinx/pycode/. This helps to avoid race conditions when building the documentation in parallel. diff --git a/build/pkgs/suitesparse/SPKG.rst b/build/pkgs/suitesparse/SPKG.rst index 465c76124b3..773d8aebfb4 100644 --- a/build/pkgs/suitesparse/SPKG.rst +++ b/build/pkgs/suitesparse/SPKG.rst @@ -17,8 +17,7 @@ Patches: - The first patch disable the building of package using cmake. - The second patch make sure we use sage's blas/lapack on OS X. By default - -suitesparse discard any configurations to use the accelerate framework. + suitesparse discard any configurations to use the accelerate framework. The building of metis is diabled by passing MY_METIS_LIB=none to make (any value would have done) We also configure cholmod so it doesn't diff --git a/build/pkgs/sympow/SPKG.rst b/build/pkgs/sympow/SPKG.rst index e448e8c66fc..4b3dd774afe 100644 --- a/build/pkgs/sympow/SPKG.rst +++ b/build/pkgs/sympow/SPKG.rst @@ -17,10 +17,10 @@ License Upstream Contact ---------------- - SYMPOW does not appear to be maintained any longer, so there is no - upstream web site. - Mark Watkins, the package author, now works at Magma. - Previous (possibly still usable) email is watkins@maths.usyd.edu.au +SYMPOW does not appear to be maintained any longer, so there is no +upstream web site. +Mark Watkins, the package author, now works at Magma. +Previous (possibly still usable) email is watkins@maths.usyd.edu.au Dependencies ------------ @@ -32,7 +32,6 @@ Special Update/Build Instructions --------------------------------- - Some of the code is very dubious, and it is anyones guess really what - the compiler does with it. For example, the following line exists in src/eulerfactors.c: @@ -45,7 +44,6 @@ Special Update/Build Instructions - This is a difficult package to maintain. A trac ticket (#9758) has been - opened to implement Watkins-Delaunay's algorithm for computing modular degrees in Sage. Once implemented, it should be possible to remove @@ -53,13 +51,12 @@ Special Update/Build Instructions package. - The package is configured such that the data files are in a directory - below where 'sympow' is installed. If Sage is installed globally, then it will be impossible to create the data files without being root. This has been fixed in the Gentoo Linux distribution. Some information - from Christopher can be see on + from Christopher can be seen on http://trac.sagemath.org/sage_trac/ticket/9703 This package will generate binary versions of all shipped datafiles, so these will work. However, creating totally new datafiles from diff --git a/build/pkgs/tachyon/SPKG.rst b/build/pkgs/tachyon/SPKG.rst index e913f921fa9..702a8d92a7d 100644 --- a/build/pkgs/tachyon/SPKG.rst +++ b/build/pkgs/tachyon/SPKG.rst @@ -17,27 +17,31 @@ interface. License ------- -- Copyright (c) 1994-2010 John E. Stone -- All rights reserved. -- - -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- 1. Redistributions of source code must retain the above copyright -- notice, this list of conditions and the following disclaimer. -- 2. Redistributions in binary form must reproduce the above copyright -- notice, this list of conditions and the following disclaimer in the -- documentation and/or other materials provided with the distribution. -- 3. The name of the author may not be used to endorse or promote +Copyright (c) 1994-2010 John E. Stone +All rights reserved. + + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. The name of the author may not be used to endorse or promote products -- derived from this software without specific prior written permission. + derived from this software without specific prior written permission. Upstream Contact ---------------- -http://jedi.ks.uiuc.edu/~johns/raytracer/ John Stone +- http://jedi.ks.uiuc.edu/~johns/raytracer/ +- John Stone Dependencies ------------ @@ -54,23 +58,18 @@ Special Update/Build Instructions - Delete the msvc directory, which is also large and not used within Sage. - The CVS subdirectories are currently (almost) empty, but should - otherwise be deleted. - The upstream files had strange permissions, i.e. some source files - were executable, while almost all files weren't world-readable. -- There's seems to be some crap like \`tachyon.html.tar.gz\` and a few - - \`.#*\` files I haven't [yet] deleted, since they're not that large. +- There's seems to be some crap like ``tachyon.html.tar.gz`` and a few + ``.#*`` files I haven't [yet] deleted, since they're not that large. - TODO: Check whether building multi-threaded versions on MacOS X - meanwhile works. (This was said to fail with an old beta.) -- TODO: Use \`patch\` instead of copying over pre-patched files. +- TODO: Use ``patch`` instead of copying over pre-patched files. - TODO: [Optionally] also install some of the documentation. - TODO: I doubt the CFLAGS set for AIX and HP-UX won't get overridden - by the created Makefile, but that's a minor issue. -leif diff --git a/build/pkgs/tdlib/SPKG.rst b/build/pkgs/tdlib/SPKG.rst index e70d559a272..84034a66e59 100644 --- a/build/pkgs/tdlib/SPKG.rst +++ b/build/pkgs/tdlib/SPKG.rst @@ -23,8 +23,8 @@ Lukas Larisch (larisch@informatik.uni-frankfurt.de) Upstream Contact ---------------- -Lukas Larisch (larisch@informatik.uni-frankfurt.de) git-repo: -git://pholia.tdi.cs.uni-frankfurt.de/git/tdlib +- Lukas Larisch (larisch@informatik.uni-frankfurt.de) +- git-repo: git://pholia.tdi.cs.uni-frankfurt.de/git/tdlib Dependencies ------------ diff --git a/build/pkgs/testpath/SPKG.rst b/build/pkgs/testpath/SPKG.rst index 520b92b07d7..3a0a44b070d 100644 --- a/build/pkgs/testpath/SPKG.rst +++ b/build/pkgs/testpath/SPKG.rst @@ -4,7 +4,5 @@ testpath Description ----------- -Testpath - Testpath is a collection of utilities for testing code which uses and manipulates the filesystem and system commands diff --git a/build/pkgs/thebe/SPKG.rst b/build/pkgs/thebe/SPKG.rst index 2888032505d..39a07327e9f 100644 --- a/build/pkgs/thebe/SPKG.rst +++ b/build/pkgs/thebe/SPKG.rst @@ -20,8 +20,8 @@ MIT Upstream Contact ---------------- -Home page: https://oreillymedia.github.io/thebe/ Source: -https://github.com/oreillymedia/thebe/ +- Home page: https://oreillymedia.github.io/thebe/ +- Source: https://github.com/oreillymedia/thebe/ Dependencies ------------ diff --git a/build/pkgs/topcom/SPKG.rst b/build/pkgs/topcom/SPKG.rst index 6d16dbc37c4..60d53f2f8aa 100644 --- a/build/pkgs/topcom/SPKG.rst +++ b/build/pkgs/topcom/SPKG.rst @@ -24,10 +24,16 @@ GPL v2 Upstream Contact ---------------- -Prof. Dr. Jörg Rambau Lehrstuhl für -Wirtschaftsmathematik Raum FAN-D.1.29 (Sekretariat: FAN-D.1.30) -Universität Bayreuth D-95440 Bayreuth Germany Tel: +49-921-55-7350, Fax: -+49-921-55-7352 http://www.rambau.wm.uni-bayreuth.de +:: + + Prof. Dr. Jörg Rambau + Lehrstuhl für Wirtschaftsmathematik + Raum FAN-D.1.29 (Sekretariat: FAN-D.1.30) + Universität Bayreuth + D-95440 Bayreuth + Germany + Tel: +49-921-55-7350, Fax: +49-921-55-7352 + http://www.rambau.wm.uni-bayreuth.de Dependencies ------------ diff --git a/build/pkgs/zn_poly/SPKG.rst b/build/pkgs/zn_poly/SPKG.rst index 4fd3f655c10..5448fa62620 100644 --- a/build/pkgs/zn_poly/SPKG.rst +++ b/build/pkgs/zn_poly/SPKG.rst @@ -24,7 +24,7 @@ Upstream Contact ---------------- - David Harvey -- E. M. Bray +- \E. M. Bray Dependencies ------------ @@ -41,32 +41,26 @@ Special Update/Build Instructions - Make sure the patches still apply. - Especially changes in \`makemakefile.py\` may also require changes to - \`spkg-install\` (and perhaps also \`spkg-check`). + Especially changes in ``makemakefile.py`` may also require changes to + ``spkg-install`` (and perhaps also ``spkg-check``). -- There's also a \`--use-flint\` option to \`configure`; no idea what +- There's also a ``--use-flint`` option to ``configure``; no idea what it does, - and we currently don't use it either. - TODO: -- Use \`make install\` instead of manually "installing" (copying and - sym- - - linking) the [shared] libraries and header files. This requires +- Use ``make install`` instead of manually "installing" (copying and + symlinking) the [shared] libraries and header files. This requires further - tweaking of \`makemakefile.py`, since it currently only installs a + tweaking of ``makemakefile.py``, since it currently only installs a static library and the headers. - If everything's fine, i.e., no problems arise, some comments and - especial- - - ly some code I currently just commented out can certainly be removed. + especially some code I currently just commented out can certainly be removed. (-leif, 04/2012) - The version number "0.9.p11" is used as a doctest in the function - package_versions in sage/misc/packages.py, so if this package gets upgraded, that doctest needs to be changed. @@ -82,7 +76,7 @@ Patches - profiler.c.patch, zn_poly.h.patch: - Fix potential redefinition of \`ulong\` (in combination with other + Fix potential redefinition of ``ulong`` (in combination with other headers). - mpn_mulmid-tune.c.patch, mulmid-tune.c.patch, mul-tune.c.patch: @@ -99,5 +93,4 @@ Patches - fix_fudge_factor_in_nuss-test.c.patch: As the name says; fix provided by upstream (David Harvey); see - - #. 13947. + #13947. diff --git a/src/sage/tests/cmdline.py b/src/sage/tests/cmdline.py index 8fe82bfcc11..ac34a17edc5 100644 --- a/src/sage/tests/cmdline.py +++ b/src/sage/tests/cmdline.py @@ -216,7 +216,8 @@ def test_executable(args, input="", timeout=100.0, pydebug_ignore_warnings=False sage: out, err, ret = test_executable(["sage", "--info", "sqlite"]) # optional - build sage: print(out) # optional - build Found local metadata for sqlite-... - = SQLite = + SQLite + ====== ... SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. @@ -229,7 +230,8 @@ def test_executable(args, input="", timeout=100.0, pydebug_ignore_warnings=False sage: out, err, ret = test_executable(["sage", "-p", "--info", "--info", "sqlite"]) # optional - build sage: print(out) # optional - build Found local metadata for sqlite-... - = SQLite = + SQLite + ====== ... SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.