File: fabfile_settings.py

package info (click to toggle)
pdb2pqr 2.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 44,396 kB
  • ctags: 8,475
  • sloc: python: 44,146; cpp: 9,839; xml: 9,092; sh: 108; makefile: 50; ansic: 36
file content (26 lines) | stat: -rw-r--r-- 768 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
26

#Host address of OSX machine to build on.
#osx_host = 'osx.host'

#Host address of Linux machine to build on.
#linux_host = 'linux.host'

#Run tests after build.
#run_tests=True


#The remaining setting are for running "install_on_deployed"
#APBS install location (Same as the APBS build setting)
#APBS='/Users/bran780/Programs/apbs-pdb2pqr/apbs/MasterBuild/bin/apbs'

#URL (Same as the URL build setting)
#URL='http://host/pdb2pqr'

#Prefix (Same as the PREFIX build setting)
#PREFIX='/Users/bran780/Programs/Deploy/pdb2pqr/'

#OPAL URL, if any. (Same as the OPAL build setting)
#OPAL='http://nbcr-222.ucsd.edu/opal2/services/pdb2pqr_2.0.0'

#ABPS OPAL URL, if any. (Same as the APBS_OPAL build setting)
#APBS_OPAL='http://nbcr-222.ucsd.edu/opal2/services/apbs_1.3'