aboutsummaryrefslogtreecommitdiff
blob: 967edec67655c19a13d859b6b37c2cfa9148477f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# Copyright 2017-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# Auto-Generated by cargo-ebuild 0.1.5

EAPI=7

CRATES="
aho-corasick-0.7.6
ansi_term-0.11.0
argon2rs-0.2.5
arrayref-0.3.5
arrayvec-0.4.11
atty-0.2.13
autocfg-0.1.6
backtrace-0.3.35
backtrace-sys-0.1.31
base64-0.10.1
bitflags-1.1.0
blake2b_simd-0.5.7
blake2-rfc-0.2.18
byteorder-1.3.2
capstone-0.6.0
capstone-sys-0.10.0
cc-1.0.40
cfg-if-0.1.9
chrono-0.4.7
clap-2.33.0
clicolors-control-1.0.0
cloudabi-0.0.3
cmake-0.1.41
console-0.7.7
constant_time_eq-0.1.4
cranelift-0.40.0
cranelift-bforest-0.40.0
cranelift-codegen-0.40.0
cranelift-codegen-meta-0.40.0
cranelift-entity-0.40.0
cranelift-faerie-0.40.0
cranelift-frontend-0.40.0
cranelift-module-0.40.0
cranelift-native-0.40.0
cranelift-preopt-0.40.0
cranelift-reader-0.40.0
cranelift-simplejit-0.40.0
cranelift-wasm-0.40.0
crossbeam-utils-0.6.6
dirs-2.0.2
dirs-sys-0.3.4
encode_unicode-0.3.5
env_logger-0.6.2
errno-0.2.4
errno-dragonfly-0.1.1
faerie-0.10.1
failure-0.1.5
failure_derive-0.1.5
file-per-thread-logger-0.1.2
filecheck-0.4.0
fuchsia-cprng-0.1.1
gcc-0.3.55
glob-0.2.11
goblin-0.0.23
goblin-0.0.24
hashbrown-0.5.0
hashmap_core-0.1.11
heck-0.3.1
humantime-1.2.0
indexmap-1.1.0
indicatif-0.11.0
itoa-0.4.4
lazy_static-1.3.0
libc-0.2.62
lock_api-0.3.1
log-0.4.8
mach-0.2.3
memchr-2.2.1
memmap-0.7.0
nodrop-0.1.13
num-integer-0.1.41
num-traits-0.2.8
num_cpus-1.10.1
number_prefix-0.2.8
parking_lot-0.9.0
parking_lot_core-0.6.2
plain-0.2.3
pretty_env_logger-0.3.1
proc-macro2-0.4.30
proc-macro2-1.0.1
quick-error-1.2.2
quote-0.6.13
quote-1.0.2
rand_core-0.3.1
rand_core-0.4.2
rand_os-0.1.3
raw-cpuid-6.1.0
rdrand-0.4.0
redox_syscall-0.1.56
redox_users-0.3.1
regex-1.2.1
regex-syntax-0.6.11
region-2.1.2
rust-argon2-0.5.1
rustc-demangle-0.1.15
rustc_version-0.2.3
ryu-1.0.0
scopeguard-1.0.0
scoped_threadpool-0.1.9
scroll-0.9.2
scroll_derive-0.9.5
semver-0.9.0
semver-parser-0.7.0
serde-1.0.99
serde_derive-1.0.99
serde_json-1.0.40
smallvec-0.6.10
string-interner-0.6.3
strsim-0.8.0
structopt-0.2.18
structopt-derive-0.2.18
syn-0.15.44
syn-1.0.3
synstructure-0.10.2
target-lexicon-0.4.0
term-0.6.1
termcolor-1.0.5
termios-0.3.1
textwrap-0.11.0
thread_local-0.3.6
time-0.1.42
ucd-util-0.1.5
unicode-segmentation-1.3.0
unicode-width-0.1.6
unicode-xid-0.1.0
unicode-xid-0.2.0
utf8-ranges-1.0.3
vec_map-0.8.1
wabt-0.9.1
wabt-sys-0.6.1
wasmparser-0.36.0
winapi-0.3.7
winapi-i686-pc-windows-gnu-0.4.0
winapi-util-0.1.2
winapi-x86_64-pc-windows-gnu-0.4.0
wincolor-1.0.2
"

inherit cargo

DESCRIPTION="Binaries for testing the Cranelift libraries"
HOMEPAGE="https://github.com/CraneStation/cranelift"

SRCHASH=5534fd2c2f411dcdb981f992239fc0e96790312b

SRC_URI="https://github.com/CraneStation/cranelift/archive/${SRCHASH}.tar.gz -> ${P}.tar.gz
	$(cargo_crate_uris ${CRATES})"
RESTRICT="mirror"
LICENSE="Apache-2.0-with-LLVM-exceptions"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cpu_flags_x86_sse2 test"

DEPEND=">=virtual/rust-1.35.0"
RDEPEND=""
REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )"

S="${WORKDIR}"/cranelift-${SRCHASH}

src_configure() {
	# Do nothing
	echo "Configuring cranelift..."
}

src_compile() {
	export CARGO_HOME="${ECARGO_HOME}"
	cargo build -j$(makeopts_jobs) --release || die
}

src_test() {
	export RUST_BACKTRACE=1 
	cargo test --all -j$(makeopts_jobs) || die "tests failed"
}

src_install() {
	dobin target/release/clif-util
}