summaryrefslogtreecommitdiff
blob: d1a45d2c7fa923abca3ba4a7688f0423e6a225ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>martin@mvath.de</email>
		<name>Martin Väth</name>
	</maintainer>
	<upstream>
		<maintainer>
			<email>martin@mvath.de</email>
			<name>Martin Väth</name>
		</maintainer>
		<bugs-to>mailto:martin@mvath.de</bugs-to>
		<remote-id type="github">vaeth/chessproblem</remote-id>
	</upstream>
	<use>
		<flag name="debug">Build with upstream's CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use.</flag>
		<flag name="multithreading">Install multithreading version</flag>
		<flag name="optimization">Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS</flag>
		<flag name="propagate-signal">Use signal propagation for thread pruning. Requires more memory; it is faster in some cases, but slower in others</flag>
		<flag name="strong-optimization">Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS</flag>
	</use>
</pkgmetadata>