I'm searching for the devel version of the lapack rpm that comes with centos 4.8, i.e. the development version of this:
lapack-3.0-25.1.x86_64.rpm
presumably would be called
lapack-devel-3.0-25.1.x86_64.rpm
No problem getting it for Centos 5.x but I couldn't find a trace of it for Centos 4?
Thanks!
Development rpm for lapack
-
- Retired Moderator
- Posts: 18276
- Joined: 2006/12/13 20:15:34
- Location: Tidewater, Virginia, North America
- Contact:
Development rpm for lapack
Looks to me like the development libraries are included in the lapack RPM for 4.x. What are you missing?
Re: Development rpm for lapack
Thanks for the response, I was hunting for the various .h files to allow someone to compile a program that uses lapack. I'll download the source tarball for them instead & they can use that.
-
- Retired Moderator
- Posts: 18276
- Joined: 2006/12/13 20:15:34
- Location: Tidewater, Virginia, North America
- Contact:
Re: Development rpm for lapack
Since Lapack is FORTRAN, you may want to look at the Atlas library available from EPEL. Did not check to see if a RHEL/CentOS-4 version is available.
http://seehuhn.de/pages/linear
# yum info atlas-devel
Loaded plugins: allowdowngrade, downloadonly, fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: serverbeach1.fedoraproject.org
* rpmforge: fr2.rpmfind.net
Excluding Packages from Extra Packages for Enterprise Linux 5 - x86_64
Finished
Excluding Packages from Red Hat Enterprise 5 - RPMforge.net - dag
Finished
2124 packages excluded due to repository priority protections
Available Packages
Name : atlas-devel
Arch : x86_64
Version : 3.8.3
Release : 1.el5
Size : 5.3 M
Repo : epel
Summary : Development libraries for ATLAS
URL : http://math-atlas.sourceforge.net/
License : BSD
Description: This package contains the static libraries and headers for development
: with ATLAS (Automatically Tuned Linear Algebra Software).
http://seehuhn.de/pages/linear
# yum info atlas-devel
Loaded plugins: allowdowngrade, downloadonly, fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: serverbeach1.fedoraproject.org
* rpmforge: fr2.rpmfind.net
Excluding Packages from Extra Packages for Enterprise Linux 5 - x86_64
Finished
Excluding Packages from Red Hat Enterprise 5 - RPMforge.net - dag
Finished
2124 packages excluded due to repository priority protections
Available Packages
Name : atlas-devel
Arch : x86_64
Version : 3.8.3
Release : 1.el5
Size : 5.3 M
Repo : epel
Summary : Development libraries for ATLAS
URL : http://math-atlas.sourceforge.net/
License : BSD
Description: This package contains the static libraries and headers for development
: with ATLAS (Automatically Tuned Linear Algebra Software).