[Pkg-ruby-extras-maintainers] r592 - in packages: . libgsl-ruby libgsl-ruby/branches libgsl-ruby/branches/upstream libgsl-ruby/branches/upstream/current libgsl-ruby/branches/upstream/current/include libgsl-ruby/branches/upstream/current/lib

Lucas Nussbaum lucas-guest at costa.debian.org
Tue Jun 6 21:02:04 UTC 2006


Author: lucas-guest
Date: 2006-06-06 21:02:03 +0000 (Tue, 06 Jun 2006)
New Revision: 592

Added:
   packages/libgsl-ruby/
   packages/libgsl-ruby/branches/
   packages/libgsl-ruby/branches/upstream/
   packages/libgsl-ruby/branches/upstream/current/
   packages/libgsl-ruby/branches/upstream/current/include/
   packages/libgsl-ruby/branches/upstream/current/include/rb_gsl_config.h
   packages/libgsl-ruby/branches/upstream/current/lib/
   packages/libgsl-ruby/branches/upstream/current/lib/gsl.rb
   packages/libgsl-ruby/branches/upstream/current/lib/rbgsl.rb
   packages/libgsl-ruby/tags/
Log:
[svn-inject] Installing original source of libgsl-ruby

Added: packages/libgsl-ruby/branches/upstream/current/include/rb_gsl_config.h
===================================================================
--- packages/libgsl-ruby/branches/upstream/current/include/rb_gsl_config.h	2006-06-06 19:33:58 UTC (rev 591)
+++ packages/libgsl-ruby/branches/upstream/current/include/rb_gsl_config.h	2006-06-06 21:02:03 UTC (rev 592)
@@ -0,0 +1,47 @@
+#ifndef ___RB_GSL_CONFIG_H___
+#define ___RB_GSL_CONFIG_H___
+
+#ifndef GSL_VERSION
+#define GSL_VERSION "1.8"
+#endif
+#ifndef GSL_0_9_4_LATER
+#define GSL_0_9_4_LATER
+#endif
+#ifndef GSL_1_0_LATER
+#define GSL_1_0_LATER
+#endif
+#ifndef GSL_1_1_LATER
+#define GSL_1_1_LATER
+#endif
+#ifndef GSL_1_1_1_LATER
+#define GSL_1_1_1_LATER
+#endif
+#ifndef GSL_1_2_LATER
+#define GSL_1_2_LATER
+#endif
+#ifndef GSL_1_3_LATER
+#define GSL_1_3_LATER
+#endif
+#ifndef GSL_1_4_LATER
+#define GSL_1_4_LATER
+#endif
+#ifndef GSL_1_4_9_LATER
+#define GSL_1_4_9_LATER
+#endif
+#ifndef GSL_1_6_LATER
+#define GSL_1_6_LATER
+#endif
+#ifndef GSL_1_8_LATER
+#define GSL_1_8_LATER
+#endif
+#ifndef RUBY_GSL_VERSION
+#define RUBY_GSL_VERSION "1.8.0"
+#endif
+#ifndef RUBY_1_8_LATER
+#define RUBY_1_8_LATER
+#endif
+#ifndef HAVE_GNU_GRAPH
+#define HAVE_GNU_GRAPH
+#endif
+
+#endif

Added: packages/libgsl-ruby/branches/upstream/current/lib/gsl.rb
===================================================================
--- packages/libgsl-ruby/branches/upstream/current/lib/gsl.rb	2006-06-06 19:33:58 UTC (rev 591)
+++ packages/libgsl-ruby/branches/upstream/current/lib/gsl.rb	2006-06-06 21:02:03 UTC (rev 592)
@@ -0,0 +1,4 @@
+require("narray")
+require("rb_gsl")
+include GSL
+require("gsl/oper.rb")

Added: packages/libgsl-ruby/branches/upstream/current/lib/rbgsl.rb
===================================================================
--- packages/libgsl-ruby/branches/upstream/current/lib/rbgsl.rb	2006-06-06 19:33:58 UTC (rev 591)
+++ packages/libgsl-ruby/branches/upstream/current/lib/rbgsl.rb	2006-06-06 21:02:03 UTC (rev 592)
@@ -0,0 +1,3 @@
+require("narray")
+require("rb_gsl")
+require("gsl/oper.rb")




More information about the pkg-ruby-extras-maintainers mailing list