Sha256: 52782f75eb49d46590fc0d932f987e06b1119b28718f61c7d4f55dd20c6bf378

Contents?: true

Size: 234 Bytes

Versions: 16

Compression:

Stored size: 234 Bytes

Contents

# frozen_string_literal: true

require 'mkmf'

abort 'libstdc++ is not found.' unless have_library('stdc++')

$CXXFLAGS << ' -std=c++14'
$INCFLAGS << " -I$(srcdir)/src"
$VPATH << "$(srcdir)/src"

create_makefile('hnswlib/hnswlibext')

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hnswlib-0.9.0 ext/hnswlib/extconf.rb
hnswlib-0.8.1 ext/hnswlib/extconf.rb
hnswlib-0.8.0 ext/hnswlib/extconf.rb
hnswlib-0.7.0 ext/hnswlib/extconf.rb
hnswlib-0.6.2 ext/hnswlib/extconf.rb
hnswlib-0.6.1 ext/hnswlib/extconf.rb
hnswlib-0.6.0 ext/hnswlib/extconf.rb
hnswlib-0.5.3 ext/hnswlib/extconf.rb
hnswlib-0.5.2 ext/hnswlib/extconf.rb
hnswlib-0.5.1 ext/hnswlib/extconf.rb
hnswlib-0.5.0 ext/hnswlib/extconf.rb
hnswlib-0.4.0 ext/hnswlib/extconf.rb
hnswlib-0.3.0 ext/hnswlib/extconf.rb
hnswlib-0.2.0 ext/hnswlib/extconf.rb
hnswlib-0.1.1 ext/hnswlib/extconf.rb
hnswlib-0.1.0 ext/hnswlib/extconf.rb