File: README.source

package info (click to toggle)
scipy 1.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284,824 kB
  • sloc: cpp: 2,176,247; python: 253,822; ansic: 151,905; fortran: 93,071; javascript: 32,693; f90: 1,092; makefile: 630; cs: 534; sh: 516; pascal: 466; csh: 135; xml: 56; perl: 54
file content (19 lines) | stat: -rw-r--r-- 707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
=== 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]