Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15424

Added Files:
        r-base.info r-base.patch rpy-py.info rpy-py.patch 
Log Message:
GCC:4.0 version


--- NEW FILE: r-base.patch ---
--- R/Makefile.in.orig  Tue Jul 12 10:13:50 2005
+++ R/Makefile.in       Tue Jul 12 10:15:21 2005
@@ -85,7 +85,7 @@
          $(INSTALL_DATA) $${f} "$(rhome)"; \
        done
 @WANT_R_FRAMEWORK_TRUE@                $(MAKE) install-R-framework
[EMAIL PROTECTED]@              @(sed 's/^LIBR =.*/LIBR = -framework R/' \
[EMAIL PROTECTED]@              @(sed 's|^LIBR =.*|LIBR = -F$(prefix) 
-framework R|' \
 @WANT_R_FRAMEWORK_TRUE@                  $(top_builddir)/etc/Makeconf > 
"$(rhome)/etc/Makeconf")
 @WANT_R_FRAMEWORK_TRUE@                @(sed 
's/Versions\/$(VERSION)\/Resources/Resources/' \
 @WANT_R_FRAMEWORK_TRUE@                  $(R_FRAMEWORK_DIR)/Resources/bin/R > \
--- R/configure.orig    Tue Jul 12 10:20:37 2005
+++ R/configure Tue Jul 12 10:21:54 2005
@@ -29327,7 +29327,8 @@
     DYLIB_EXT=".dylib"
     dylib_ldflags="-dynamiclib"
     MAJR_VERSION=`echo "${PACKAGE_VERSION}" | sed  -e "s/[\.][1-9]$/.0/"`
-    LIBR_LDFLAGS="-dynamiclib -install_name libR.dylib -compatibility_version 
${MAJR_VERSION}  -current_version ${PACKAGE_VERSION}  
-headerpad_max_install_names"
+#   LIBR_LDFLAGS="-dynamiclib -install_name libR.dylib -compatibility_version 
${MAJR_VERSION}  -current_version ${PACKAGE_VERSION}  
-headerpad_max_install_names"
+    LIBR_LDFLAGS="-dynamiclib -install_name 
${prefix}/R.framework/Versions/${PACKAGE_VERSION}/Resources/lib/libR.dylib 
-compatibility_version ${MAJR_VERSION}  -current_version ${PACKAGE_VERSION}  
-headerpad_max_install_names"
     RLAPACK_LDFLAGS="-install_name \$(Rexeclibdir)/libRlapack.dylib"
     ;;
   hpux*)

--- NEW FILE: rpy-py.patch ---
--- rpy/setup.py.orig   Fri Nov 12 09:08:08 2004
+++ rpy/setup.py        Fri Nov 12 09:08:21 2004
@@ -99,7 +99,7 @@
                     os.path.join(RSRC.strip(), 'src', 'include'),
                     'src' ]
     libraries=['R']
-    library_dirs=[os.path.join(RHOME.strip(), 'Frameworks')]
+    library_dirs=[os.path.join(RHOME.strip(), 'lib')]
     extra_compile_args=[]
     runtime_libs = []
 elif sys.platform=='osf1V5':

--- NEW FILE: rpy-py.info ---
Info2: <<

Package: rpy-py%type_pkg[python]
Version: 0.4.2.1
Revision: 1002
GCC: 4.0
Type: python (2.3 2.4)
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
BuildDepends: texinfo
Depends: python%type_pkg[python], numeric-py%type_pkg[python], r-base (>= 
2.1.1-1001) | r-i18n
Source: mirror:sourceforge:rpy/rpy-%v.tar.gz
Source-MD5: b879ebef95220e308115501efd7d2e69
CompileScript: %p/bin/python%type_raw[python] setup.py build
#Patch: %{ni}.patch
PatchScript: <<
 #!/bin/sh -e
 mv R-2.1.0 R-2.1.1
 patch -p1 < %a/%{ni}.patch
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
 cd doc; make html
 mkdir -p %i/share/doc/%n
 cp -R examples tests %i/share/doc/%n
 cp -R doc/manual_html %i/share/doc/%n
<<
License: GPL
DocFiles: README COPYING NEWS ChangeLog
Description: Python module to access R functions
DescDetail: <<
 RPy is a very simple, yet robust, interface to the R Programming Language.
 It can manage all kinds of R objects and can execute arbitrary R functions
 (including the graphic functions). All the errors from the R language are 
 converted to Python exceptions. 

 Doesn't work with quartz graphics device (need a Framework build of python 
 for that).
<<
Homepage: http://rpy.sourceforge.net/

<<

--- NEW FILE: r-base.info ---
Package: r-base
Version: 2.1.1
Revision: 1001
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Depends: tcltk, tcltk-shlibs, readline-shlibs (>= 4.3-1028), libjpeg-shlibs, 
libpng3-shlibs, pcre-shlibs
BuildDepends: readline (>= 4.3-1028), libjpeg, libpng3, tcltk-dev, g77, 
texinfo, pcre, bzip2-dev, libncurses5 (>= 5.4-20041023-1006), tetex-base
Source:  http://cran.r-project.org/src/base/R-2/R-%v.tar.gz
Source-MD5: e755b0ba5851ec261000af6b5c510335
GCC: 4.0
Patch: %n.patch
SourceDirectory: R-%v
ConfigureParams: --without-gnome --mandir='${prefix}/share/man' 
--with-tcl-config=%p/lib/tclConfig.sh --with-tk-config=%p/lib/tkConfig.sh 
--with-blas="-framework vecLib" --with-lapack --with-aqua  
--enable-R-framework=%p/Library/Frameworks
Conflicts: r-recommended
CompileScript: <<
 #!/bin/sh -e
 export F77=%p/bin/g77
 ./configure %c
 make
<<
InstallScript: <<
 #!/bin/sh -e
 make install prefix=%i/Library/Frameworks
 perl -pi.bak -e 's|%i|%p|g' %i/Library/Frameworks/R.framework/Resources/bin/R
 perl -pi.bak -e 's|%i|%p|g' 
%i/Library/Frameworks/R.framework/Resources/bin/RAqua
 perl -pi.bak -e 's|%i|%p|g' 
%i/Library/Frameworks/R.framework/Resources/etc/Makeconf
 mkdir -p %i/bin
 ln -s %p/Library/Frameworks/R.framework/Resources/bin/R %i/bin/R
 mkdir -p %i/share/man/man1
 ln -s %p/Library/Frameworks/R.framework/Versions/%v/Resources/man1/R.1 
%i/share/man/man1/R.1
 # fix install_name in libR.dylib
 install_name_tool -id 
"%p/Library/Frameworks/R.framework/Versions/%v/Resources/lib/libR.dylib" 
%i/Library/Frameworks/R.framework/Versions/%v/Resources/lib/libR.dylib
<<
Description: Environment for statistical computing
DescDetail: <<
R is similar to S, which was developed at Bell Laboratories
by John Chambers et al. It provides a wide variety of statistical and
graphical techniques (linear and nonlinear modelling, statistical
tests, time series analysis, classification, clustering, ...).
R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C and Fortran code can be linked and
called at run time.

The "recommended" R packages are now included in the distribution, so there
is no longer a need for a r-recommended package.  If you already have installed
an earlier version of r-recommended, remove it before installing this package.

Builds R Framework, installs in %p/Library/Frameworks.

R.app no longer included in the R source distribution.  To install, go 
to http://www.rosuda.org/R/nightly, download and install R-GUI.dmg.
You will then need to edit Info.plist inside the app bundle to point
to %p/Library/R.Framework (instead of /Library/R.Framework).
<<
DescPort: <<
 R_HOME_DIR variable in wrapper scripts must be re-set to installation
 directory after make install.
 Patch to Makefile.in to add %p to framework path when building extensions.
<<
License: GPL
Homepage: http://cran.R-project.org/



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to