File: make_release.py

package info (click to toggle)
blaspp 2025.05.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,808 kB
  • sloc: cpp: 31,661; ansic: 8,671; python: 2,208; xml: 253; perl: 101; makefile: 59; sh: 7
file content (4 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/usr/bin/env python3

import release
release.make( 'blaspp', 'include/blas.hh', 'src/version.cc' )