Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1779 closed defect (fixed)

R port updated to version 1.9.0

Reported by: konis@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

# $Id: Portfile,v 1.3 2004/02/02 14:06:46 toby Exp $

PortSystem 1.0 name R version 1.9.0 revision 3 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/ extract.suffix .tgz master_sites http://cran.us.r-project.org/src/base/ \

http://cran.au.r-project.org/src/base/ \ http://cran.at.r-project.org/src/base/ \ http://cran.hu.r-project.org/src/base/ \ http://cran.za.r-project.org/src/base/

checksums md5 79ae9d20a7bed94d7c92504c8c130310 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 blb@…

Resolution: fixed
Status: newclosed

Update checked in with one change: revision removed (only need to use/update revision when the version remains the same but something in the installation of the port has changed). Thanks.

Note: See TracTickets for help on using tickets.