
Installation of NumPy and SciPy on CentOS systemsIssues
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Installation instructions
sudo cp /cem03data/rice/home:ashigabou.repo yum.repos.d/ashigabou.repo
sudo yum install lapack3-devel
sudo yum install python-numpy --nogpgcheck sudo yum install python-scipy --nogpgcheck
| ||||||||
| ||||||||
| Changed: | ||||||||
| < < | Installation of NumPy? and SciPy? on CentOS systems | |||||||
| > > | Installation of NumPy and SciPy on CentOS systems | |||||||
Issues
Installation instructions
sudo cp /cem03data/rice/home:ashigabou.repo yum.repos.d/ashigabou.repo
sudo yum install lapack3-devel
sudo yum install python-numpy --nogpgcheck sudo yum install python-scipy --nogpgcheck
| ||||||||
| Deleted: | ||||||||
| < < |
| |||||||
| ||||||||
Installation of NumPy? and SciPy? on CentOS systemsIssues
Installation instructions
sudo cp /cem03data/rice/home:ashigabou.repo yum.repos.d/ashigabou.repo | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | ||||||||
sudo yum install lapack3-devel
sudo yum install python-numpy --nogpgcheck sudo yum install python-scipy --nogpgcheck
| ||||||||
Installation of NumPy? and SciPy? on CentOS systemsIssues
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>
| |||||||
| ||||||||
Installation of NumPy? and SciPy? on CentOS systemsIssues
Installation instructions
|