CellML Discussion List

Text archives Help


Re: [cellml-discussion] Install Python Bindings for OpenCMISS


Chronological Thread 
  • From: Hugh Sorby <h.sorby AT auckland.ac.nz>
  • To: cellml-discussion Mailing List <cellml-discussion AT lists.cellml.org>
  • Subject: Re: [cellml-discussion] Install Python Bindings for OpenCMISS
  • Date: Mon, 2 Apr 2018 09:24:27 +0000
  • Accept-language: en-US, en-NZ


Hi Arioli,


If you have built the OpenCMISS libraries under a directory called
'opencmiss' then you can determine if you have already built the Python
bindings by looking in the directory:


opencmiss/install/lib/pythonX.Y


where X and Y are the major and minor version numbers the Python bindings
were built against.


If you don't have this directory then you will need to make sure that
'python' is available in the system, the Python development files are
install, and the Python package numpy is importable in the Python
environment. One of these three dependencies is missing and all three are
required for the Python bindings.


If you install these dependencies then remove the directory


opencmiss/build/iron


then go to the directory


opencmiss/build/manage/release


and execute the command


make redo_config


You should have bindings created and installed into the directory given at
the top of this email.



________________________________
From:
cellml-discussion-request AT lists.cellml.org

<cellml-discussion-request AT lists.cellml.org>
on behalf of Aroli Marcellinus
<aroli.marcellinus AT gmail.com>
Sent: Monday, April 2, 2018 3:08 PM
To: cellml-discussion Mailing List
Subject: [cellml-discussion] Install Python Bindings for OpenCMISS

Good Morning Everyone,


I just want to know about how to install the Python bindings for OpenCMISS,
since in the website the Python bindings built is not explained. I need that
to execute some of the examples from the OpenCMISS-examples GitHub
Repositories.

Thank you.

Aroli Marcellinus
Kumoh Institute of Technology
Computational Medicine Laboratory
61 Daehak-ro (Sinpyeong-dong), Gumi, Gyeongbuk
+82 10 9724 3957
KTalk ID: vondarkness



Archive powered by MHonArc 2.6.18.

Top of page