~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to doc/manual/R-admin.texi

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-20 09:26:38 UTC
  • mfrom: (1.2.6 upstream)
  • mto: (2.1.32 jaunty)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20081220092638-i4p6po0hndi24ri5
* Updated to Dec 19 release candidate of R 2.8.1 expected for Dec 22

* r-doc-pdf expected to be empty due to the tex/texinfo bug below

* debian/control: Change Build-Depends: on openjdk-6-jdk to 
  'openjdk-6-jdk [!arm !hppa]' as arm and hppa do not have one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3626
3626
@end example
3627
3627
 
3628
3628
@noindent
3629
 
@command{configure} will add @samp{-c99} to @code{CC} for C99-compliance.
3630
 
@R{} will add @samp{-mp} in @code{R_XTRA_@{C,F,CXX@}FLAGS} to maintain
3631
 
correct @acronym{IEC}@tie{}60559 arithmetic.  The flag @option{-wd188}
 
3629
@command{configure} will add @samp{-c99} to @code{CC} for
 
3630
C99-compliance.  This causes warnings with @code{icc} 10, so use
 
3631
@code{CC="icc -std=c99"} there.  @R{} will add @samp{-mp} in
 
3632
@code{R_XTRA_@{C,F,CXX@}FLAGS} to maintain correct
 
3633
@acronym{IEC}@tie{}60559 arithmetic.  The flag @option{-wd188}
3632
3634
suppresses a large number of warnings about the enumeration type
3633
3635
@samp{Rboolean}.  Because the Intel C compiler sets @samp{__GNUC__}
3634
3636
without complete emulation of @command{gcc}, we suggest adding