File: README.source

package info (click to toggle)
scipy 1.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 235,016 kB
  • sloc: cpp: 503,720; python: 345,298; ansic: 195,677; javascript: 89,566; fortran: 56,210; cs: 3,081; f90: 1,150; sh: 857; makefile: 791; pascal: 284; csh: 135; lisp: 134; xml: 56; perl: 51
file content (25 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=== submodule source ===

According to https://github.com/scipy/scipy/issues/16331
some git submodules are needed to build scipy since version 1.9.x

The script debian/get-submodules clones the scipy repository
initialises the submodules and creates a submodules tarball.

Note, the script requires rsync.

The scipy version used for the submodules is extracted from
debian/changelog, or alternatively may be specified as a argument to
this script (gbp import-orig, for instance, needs the submodule source
to be already downloaded)

Submodule source is generated strictly for the indicated version
if the git tag v$VERSION is available, otherwise git HEAD is used.

Script Usage:  get-submodules [VERSION]


=== debian/scipy_doc ===

version_switcher.json is used to build docs and is downloaded from
https://scipy.github.io/devdocs/_static/version_switcher.json