Sha256: acf3455580c64dbc2defd402430279a8e4c4ad096e78ec3d5a7e23af295a3986
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
require 'mkmf' # have_library("stdc++") have_library('mkldnn') have_library('protobuf') menoh_dir = dir_config('menoh') $INCFLAGS << " -I#{menoh_dir[0]}/menoh" have_library('menoh') # $CPPFLAGS << " -std=c++14" $DLDFLAGS << ' -rdynamic' create_makefile('menoh/menoh_native')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
menoh-1.0.1 | ext/menoh_native/extconf.rb |
menoh-1.0.0 | ext/menoh_native/extconf.rb |