Opened 19 years ago

Closed 19 years ago

#2419 closed defect (fixed)

R port update to 2.0.1

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.1 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 fb47b1fdef4323031e24d541a2f36b2b 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 19 years ago by toby@…

Resolution: fixed
Status: newclosed

Committed!

Note: See TracTickets for help on using tickets.