A list for the developers of CellML tools

Text archives Help


[cellml-dev] CellML build scripts, and snapshots URL


Chronological Thread 
  • From: r.britten at auckland.ac.nz (Randall Britten)
  • Subject: [cellml-dev] CellML build scripts, and snapshots URL
  • Date: Thu, 25 Jun 2009 10:01:51 +1200

Hi



I noticed that the URL's for the binaries were in error, though this is
probably because this is still a work-in-progress.



I think the snapshots are generated by scripts in
http://bitbucket.org/a1kmm/physiome-build/. I would like to suggest we move
this to a project on SF, called cellml-build.



Anyway, I fixed two of the URL's by hand, and I suggest the following
change:



diff -r a705937994a5 scripts/run-platform-command.py

--- a/scripts/run-platform-command.py Wed Jun 24 17:09:59 2009 +1200

+++ b/scripts/run-platform-command.py Thu Jun 25 09:57:46 2009 +1200

@@ -165,7 +165,7 @@ elif command == "package":

cellml_api = os.getcwd().replace('package_opencell',
'clean_build_api') + '/cellml-api-build'

opencell = os.getcwd().replace('package_opencell',
'clean_build_opencell') + '/opencell-build'



- pathInSVN = 'snapshots/' + project + '/' + snapshot_branch + '/'

+ pathInSVN = 'snapshots/' + project + '/' + snapshot_branch + '/' +
platform + '/'



os.chdir('/tmp/' + project + platform)

if project == 'cellml-api':





Regards,

Randall

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.cellml.org/pipermail/cellml-tools-developers/attachments/20090625/4333e3ff/attachment.htm>



  • [cellml-dev] CellML build scripts, and snapshots URL, Randall Britten, 06/25/2009

Archive powered by MHonArc 2.6.18.

Top of page