File: build.sh

package info (click to toggle)
python-pymbar 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,828 kB
  • sloc: python: 5,326; makefile: 154; ansic: 59; perl: 52; sh: 46
file content (9 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (53)
1
2
3
4
5
6
7
8
9
#!/bin/bash

$PYTHON setup.py install

# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.