mirror of https://github.com/BOINC/boinc.git
- setup script: remove old pymw stuff
svn path=/trunk/boinc/; revision=18455
This commit is contained in:
parent
904bb14490
commit
817153c96b
|
@ -5804,3 +5804,9 @@ Rom 18 June 2009
|
|||
|
||||
clientgui/
|
||||
browser.cpp
|
||||
|
||||
David 18 June 2009
|
||||
- setup script: remove old pymw stuff
|
||||
|
||||
py/Boinc/
|
||||
setup_project.py
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
$biomed = array(
|
||||
"Biology and Medicine",
|
||||
array(
|
||||
array(
|
||||
"POEM@HOME",
|
||||
"http://boinc.fzk.de/poem/",
|
||||
"University of Karlsruhe",
|
||||
"Protein structure prediction",
|
||||
"POEM@HOME uses a computational approach to predict the biologically active structure of proteins, to understand the signal-processing mechanisms when the proteins interact with one another, to understand diseases related to protein malfunction or aggregation, and to develop new drugs on the basis of the three-dimensions structure of biologically important proteins.",
|
||||
"poem.jpg"
|
||||
),
|
||||
array(
|
||||
"Docking@Home",
|
||||
"http://docking.cis.udel.edu/",
|
||||
|
|
|
@ -358,13 +358,13 @@ sys.path.insert(0, os.path.join('%s', 'py'))
|
|||
'sample_bitwise_validator', 'sample_trivial_validator',
|
||||
'file_deleter', 'sample_dummy_assimilator',
|
||||
'sample_assimilator', 'sample_work_generator',
|
||||
'single_job_assimilator', 'pymw_assimilator',
|
||||
'single_job_assimilator',
|
||||
'update_stats', 'db_dump', 'db_purge', 'show_shmem', 'census' ])
|
||||
map(lambda (s): install(srcdir('tools',s), dir('bin',s)),
|
||||
[ 'create_work', 'xadd', 'dbcheck_files_exist', 'run_in_ops',
|
||||
'update_versions', 'parse_config', 'grep_logs', 'db_query',
|
||||
'watch_tcp', 'sign_executable', 'dir_hier_move',
|
||||
'pymw_setup', 'dir_hier_path' ])
|
||||
'dir_hier_path' ])
|
||||
map(lambda (s): install(srcdir('lib',s), dir('bin',s)),
|
||||
[ 'crypt_prog' ])
|
||||
map(lambda (s): install(srcdir('sched',s), dir('',s)),
|
||||
|
|
Loading…
Reference in New Issue