Sha256: ab8648fd705a818c554b23687191e401cf9ae5776a1a55b75ce17475a169653f

Contents?: true

Size: 186 Bytes

Versions: 4

Compression:

Stored size: 186 Bytes

Contents

require 'mkmf'

dir_config("mpfr")
dir_config("gmp")
if have_header('mpfr.h') && have_library('mpfr') && have_header('gmp.h') && have_library('gmp')
  create_makefile("mpfr/matrix")
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-mpfr-0.0.7 ext/mpfr_matrix/mpfr/extconf.rb
ruby-mpfr-0.0.6 ext/mpfr_matrix/mpfr/extconf.rb
ruby-mpfr-0.0.5 ext/mpfr_matrix/mpfr/extconf.rb
ruby-mpfr-0.0.4 ext/mpfr_matrix/mpfr/extconf.rb