Difference: CemNumPySciPy (3 vs. 4)

Revision 422 Jun 2009 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents
Changed:
<
<

Installation of NumPy? and SciPy? on CentOS systems

>
>

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
    • 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.
Deleted:
<
<
    • 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