public
Description: New development on the Ruby bindings for the GNU Scientific Library
Clone URL: git://github.com/codahale/ruby-gsl.git
Added lib directory, GSL module with version, and renamed bundle to 
gsl_functions.
codahale (author)
Mon Feb 25 16:37:15 -0800 2008
commit  4bcbceeae334f5fb39450dd79c159a7ff9def69f
tree    c1d7f12a0fbd8d491b87c12938f4dcb8c916b4f7
parent  f3c761a529dc0fffe02154f3002c4d47b7da90d1
...
18
19
20
21
 
...
18
19
20
 
21
0
@@ -18,4 +18,4 @@ if CONFIG["host_os"] == "cygwin"
0
   $CFLAGS << " -DCYGWIN"
0
 end
0
 
0
-create_makefile "GSL"
0
+create_makefile "gsl_functions"

Comments

    No one has commented yet.