1 | |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup ruby 1.0 |
---|
4 | |
---|
5 | ruby.setup {gsl rb-gsl} 1.6.3 setup.rb {README samples html} |
---|
6 | version 1.6.3 |
---|
7 | maintainers yuhei@pop21.odn.ne.jp |
---|
8 | description Ruby interface to the GSL |
---|
9 | long_description RubyGSL is a ruby interface to the \ |
---|
10 | GSL (GNU Scientific Library), for numerical computing with Ruby. |
---|
11 | categories-append math |
---|
12 | checksums md5 cf9b3c0a5cc953ec3a2fc3fe2606a153 |
---|
13 | homepage http://rb-gsl.rubyforge.org/ |
---|
14 | master_sites http://rubyforge.org/frs/download.php/4353/ |
---|
15 | platforms darwin |
---|
16 | depends_lib port:gsl |
---|
17 | |
---|
18 | variant narray { |
---|
19 | depends_lib-append port:rb-narray |
---|
20 | configure.args-append \ |
---|
21 | -- --with-narray-include=${ruby.archlib} |
---|
22 | } |
---|