#2278 closed defect (fixed)
R port updated to 2.0.0
Reported by: | konis@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
# $Id: Portfile,v 1.5 2004/06/28 17:11:56 toby Exp $
PortSystem 1.0 name R version 2.0.0 categories math science maintainers konis@… description R is GNU S - an interpreted language for statistical computing long_description \
R is a language and environment for statistical computing and graphics. \ R provides a wide variety of statistical (linear and nonlinear modelling, \ classical statistical tests, time-series analysis, classification, \ clustering, ...) and graphical techniques, and is highly extensible.
homepage http://www.r-project.org/ master_sites http://cran.r-project.org/src/base/R-2/ \
http://cran.us.r-project.org/src/base/R-2/ \ http://cran.au.r-project.org/src/base/R-2/ \ http://cran.at.r-project.org/src/base/R-2/ \ http://cran.hu.r-project.org/src/base/R-2/
checksums md5 3900bca37cabb4b76b8d736d51cc9251 depends_lib lib:libdl:dlcompat lib:libreadline:readline depends_build bin:g77:g77 bin:latex:teTeX configure.env CPPFLAGS="-I${prefix}/include" \
LDFLAGS="-L${prefix}/lib"
configure.args --with-blas="-framework vecLib" --with-lapack \
--enable-R-framework=no
destroot.destdir prefix=${destroot}${prefix}
post-destroot {
reinplace "s|R_HOME_DIR=${destroot}|R_HOME_DIR=|" \
"${destroot}${prefix}/bin/R"
reinplace "s|R_HOME_DIR=${destroot}|R_HOME_DIR=|" \
"${destroot}${prefix}/lib/R/bin/R"
}
Change History (1)
comment:1 Changed 20 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
committed