[Rpa-base-devel] r1229 - trunk/ports/narray-0.5.7p4

commitlog at rubyarchive.org commitlog at rubyarchive.org
Mon Jan 10 05:56:40 EST 2005


Author: batsman
Date: 2005-01-10 03:56:36 -0700 (Mon, 10 Jan 2005)
New Revision: 1229

Added:
   trunk/ports/narray-0.5.7p4/install.rb
Log:
RPAfied.


Added: trunk/ports/narray-0.5.7p4/install.rb
===================================================================
--- trunk/ports/narray-0.5.7p4/install.rb	2005-01-10 10:46:40 UTC (rev 1228)
+++ trunk/ports/narray-0.5.7p4/install.rb	2005-01-10 10:56:36 UTC (rev 1229)
@@ -0,0 +1,23 @@
+require 'rpa/install'
+
+class Install_narray < RPA::Install::FullInstaller
+    name "narray"
+    version "0.5.7-1"
+    classification Library
+    build do
+        installdocs %w[ChangeLog README.en README.ja SPEC.en SPEC.ja]
+        installexamples "test"
+        buildextensions [], "."
+        installextensions "."
+        skip_default Installtests
+    end
+    description <<EOF
+NArray - Numerical N-dimensional Array class
+
+NArray is a class for Numerical N-dimensional arrays, providing fast
+and efficient operations on large data arrays. Element types:
+Integer, Float, Complex and Ruby Object. Methods: array manipulation,
+arithmetic operators and mathematical functions (including FFTW and LU
+factorization). 
+EOF
+end



More information about the Rpa-base-devel mailing list