Sha256: 047089709e7b7422abb18dea5b14825a3c54be41fc894d193dd4932d2d93b7e9

Contents?: true

Size: 407 Bytes

Versions: 4

Compression:

Stored size: 407 Bytes

Contents

require 'thermite/tasks'

# This runs the cargo build project on libpasta-capi and produces
# lib/pasta.so (kind of annoyingly)
# If we already have a system lib we don't need this I guess
project_dir = File.dirname(File.dirname(__FILE__))
Thermite::Tasks.new(cargo_project_path: "#{project_dir}/ext/pasta-bindings/libpasta/libpasta-capi/", ruby_project_path: project_dir)
task default: %w(thermite:build)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libpasta-0.1.0.pre.rc0-x86_64-linux ext/Rakefile
libpasta-0.0.6-x86_64-linux ext/Rakefile
libpasta-0.0.5 ext/Rakefile
libpasta-0.0.5-x86_64-linux ext/Rakefile