Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/pipermail/sas-uploads/2010-January/011801.html
Дата изменения: Wed Jan 27 21:03:12 2010
Дата индексирования: Wed Apr 7 18:49:28 2010
Кодировка:

Поисковые слова: п п п п п п п п п п п
[sas-uploads] sas-1.510.tgz

[sas-uploads] sas-1.510.tgz

SAS Builds - xmmls11 Eduardo Ojero Pascual (SAS Integration - XMM-Newton SOC) <eduardo.ojero@sciops.esa.int>
Wed, 27 Jan 2010 17:40:25 GMT


Package: sas-1.510.tgz - 404183 B
MD5: c493178d8fe5cc308a3ffb3240e65ab9
Uploaded by: Eduardo Ojero Pascual (SAS Integration - XMM-Newton SOC) <eduardo.ojero@sciops.esa.int>
Accepted on: Wed Jan 27 17:40:25 2010 UTC
The most recent ChangeLog entry says:

Version 1.510 - 2010-01-27 (EO)
-------------
	+ Changes in configure.in:
	  - Moved ahead of script the checking of basic tools (cut, whoami, strings, awk, head). 
	  - Moved ahead of script the TARGET_OS determination.
	  - Added new option --with-gfortran to use GNU Fortran as alternative to NAG Fortran. 
	    . Default: --with-gfortran=no (--without-gfortran). USEGFORTRAN=no, USENAGFORTRAN=yes
	    . Alternative: --with-gfortran=yes. USEGFORTRAN=yes, USENAGFORTRAN=no.
	  - USENAGFORTRAN and USEGFORTRAN, together with remaining options, showed in output. 
	  - Improved checking GNU tools (GNU make).
	  - Fixed checking GNU and non-GNU ar tool (Mac OS X).
	  - Removed checking of f2c.
	  - Improved fversion checking.
	  - Enhanced gfortran, f95, nagfor checking. Included test for --with-gfortran option.
	  - Added Fortran compiler selection in F90 varaible.
	  - Removed obslete check for freg-struct-return.
	  - F90_PIC_FLAG set always to -Wc,-fPIC
	  - Added new values of SASF90FLAGS and SASFFLAGS for GNUFORTRAN.
	  - Enhanced definition of SASCXXFLAGS and SASCFLAGS for SLOPPY=yes/no.
	  - Enhanced C/C++ for ~GNU C/C++ GCC determination.
	  - Enhanced definition of Optimization levels.
	  - Enhanced library checking.
	  - Check for NAG Fortran library only when USENAGFORTRAN = yes.
	  - Check compile and link of a small f90/f95 program only when USENAGFORTRAN = yes.
	  - Fixed bug in libgfortran inclussion into pgplot small program compile/link.
	  - Removed pgopen/pgclos obsolete checking in pgplot.
	  - Provide code to check for compilation&linking of a small pgplot program when 
	    USEGFORTRAN = yes. New functions AC_TRY_LINK_GFORTRAN and AC_TRY_COMPILE_GFORTRAN.
	+ Successful test of new configure.in on all supported platforms.
	+ Changes to aclocal.m4:
	  - New function AC_TRY_LINK_GFORTRAN to compile and link a conftest.f90 program with gfortran.
	  - New function AC_TRY_COMPILE_GFORTRAN to compile only a conftest.f90 program with gfortran.
 	+ Changes to Make.include.in:
	  - Add to procedure the new variables USENGAFORTRAN and USEGFORTRAN.
	  - F90FLAGS and FFLAGS set to only -g90 for NAG Fortran (removed -g to be in agreement with NAG 
	    recommendation).
	  - F90FLAGS and FFLAGS set to -g only for GNU Fortran.
	  - Restrict NAGSUPMODS use to USENAGFORTRAN=yes. This is different for GNU Fortran.