- 论坛徽章:
- 6
|
翻译人3{:3_193:}
- PDL::Slatec does not have a separate installation file but comes with the main PDL distribution.
- PDL::Slatec没有一个独立的安装文件,它集成在PDL发布中。
- In the PDL distribution, in the DEPENDENCIES file, at the very end it tells you what is needed to get PDL::Slatec--mainly a fortran compiler and the perl module ExtUtils::F77.
- 在PDL发布中名叫DEPENDENCIES文件的最后告知了需要什么来安装PDL::Slatec -- 主要是一个fortran编译器和Perl模块ExtUtils::F77.
- This is a build-time dependency, so if you did not have a fortran compiler when you installed PDL (or the CentOS package is not set up for it) then you will have to rebuild PDL (possibly outside the CentOS package manager) in order to get PDL::Slatec.
- 因为这是一个构建时的依赖项,所以如果你在安装PDL的时候没有fortran编译器(或者CentOS包没有为fortran编译器安装),你需要重新安装PDL来获得PDL:Slatec模块(很可能在不使用CentOS包管理器的情况下)
- Make sure ExtUtils::F77 works first (finds a fortran compiler) then start the PDL build, paying attention to the output of the 'perl Makefile.PL' step, which will tell if if Slatec will be built
- 首先确保ExtUtils::F77安装正确(准备一个fortran编译器)然后开始安装 PDL. 留意'perl Makefile.PL'这一步的输出,它会告诉你Slatec模块是否要被安装
复制代码 |
|