File: make_release.py

package info (click to toggle)
lapackpp 2024.10.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,500 kB
  • sloc: cpp: 80,181; ansic: 27,660; python: 4,838; xml: 182; perl: 99; makefile: 53; sh: 23
file content (4 lines) | stat: -rwxr-xr-x 105 bytes parent folder | download
1
2
3
4
#!/usr/bin/env python3

import release
release.make( 'lapackpp', 'include/lapack.hh', 'src/version.cc' )