blob: 1e6efe71ca6ae0da856499edfbadf600f2f2a8a6 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
<maintainer type="person">
<email>lockalsash@gmail.com</email>
<name>Sv. Lockal</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/oneapi-src/oneDNN/issues</bugs-to>
<remote-id type="github">oneapi-src/oneDNN</remote-id>
</upstream>
<use>
<flag name="mkl">Use sci-libs/mkl for sgemm routines</flag>
<flag name="cblas">Use virtual/cblas for sgemm routines</flag>
</use>
</pkgmetadata>
|