Difference: CemNumPySciPy (2 vs. 3)

Revision 322 Jun 2009 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Installation of NumPy? and SciPy? on CentOS systems

Issues

  • numpy and scipy are required by several systems, such as shape from Imod and leginon
  • Redhat / CentOS? does not have scipy in it's main repository
  • in additon, blas and lapack are required, and the official versions have bugs which make them unusable

Installation instructions

sudo cp /cem03data/rice/home:ashigabou.repo yum.repos.d/ashigabou.repo
Changed:
<
<
>
>
 
    • install lapack2-devel:
sudo yum install lapack3-devel
    • install numpy and scipy:
sudo yum install python-numpy --nogpgcheck
sudo yum install python-scipy --nogpgcheck
      • --nogpgcheck is needed as packages are not properly signed.

    • install numpy: sudo yum install num

  • Set ALLOWTOPICVIEW =

-- BillRice - 22 Jun 2009

 
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this intranet, Send feedback