Dear experts,
I have downloaded the package *spanlib-1.1* from sourceforge.net.
I thank you for the contribution first. I installed this package as
suggestions in the installation URL:
*./configure --with-blas-lib=/usr/local/lib
--with-netcdf-lib=/usr/local/lib --with-netcdf-inc=/usr/local/include
FC=ifort
make*
But in this step, error came out as follows:
/make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/src'
ifort -O3 -mp -tpp6 -132 -ip -ftz- -c -o spanlib.o spanlib.f90
ifort: command line remark #10010: option '-mp' is deprecated and will
be removed in a future release. See '-help deprecated'
ifort: command line remark #10148: option '-tpp6' not supported
rm -f libspanlib.a
ar cru libspanlib.a spanlib.o
ranlib libspanlib.a
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/src'
Making all in lib
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/lib'
Making all in scripts
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/scripts'
Making all in doc
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/doc'
Generating xml documentations from code sources...
Can't use string ("7") as an ARRAY ref while "strict refs" in use at
../scripts/gendoc.pl line 338, <F90_LIBRARY> line 72.
make[1]: *** [src_f90_lib_inc.xml] Error 25
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/doc'
make: *** [all-recursive] Error 1/
Can you fix this issue for me ? Thanks to you again.
your alex
|