Difference: CemNumPySciPy (1 vs. 5)

Revision 522 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
Changed:
<
<
  • Redhat / CentOS? does not have scipy in it's main repository
>
>
  • Redhat / CentOS does not have scipy in its 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.

  • Set ALLOWTOPICVIEW =

-- BillRice - 22 Jun 2009

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

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

Revision 222 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

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

      * install numpy: sudo yum install num</verbatim>
<nop>
 
  • Set ALLOWTOPICVIEW =

-- BillRice - 22 Jun 2009

Revision 122 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

  • 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