Sha256: 20335bbf29fef2b4a97f0d630f76e9d3383ec78833510944fe4cd257d30a1c8d

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

#!/bin/bash

git clone https://github.com/SciRuby/nmatrix.git
cd nmatrix
gem build nmatrix.gemspec
gem install nmatrix-0.1.0.gem
cd ..
rm -rf nmatrix
# git clone https://github.com/v0dro/gsl-nmatrix
# cd gsl-nmatrix
# gem build gsl-nmatrix.gemspec
# gem install gsl-nmatrix-1.17.gem
# cd ..
# rm -rf gsl-nmatrix

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
daru-0.1.1 .build.sh