Sha256: 18a5b720727d7cd8b15c60eb37be72ab29fe136a672cffd452e31e0ffaef508e

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

require 'mkmf'

unless have_const('linux') || RbConfig::CONFIG['arch'].to_s[/linux/]
	abort('Platform is not linux')
end

unless have_header('sched.h') && have_header('ruby.h')
	abort('Missing header')
end

$CFLAGS << ' -O3 -march=native -mtune=native'

create_makefile 'linux_stat/nproc'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
linux_stat-2.7.0 ext/nproc/extconf.rb