summaryrefslogtreecommitdiff
blob: c09d9fca5ec981ea1630d6be9aba9446986e0062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
  BOINC (Berkeley Open Infrastructure for Network Computing) is a software
  platform for distributed computing using volunteered computer resources.
</longdescription>
<use>
  <flag name="cuda">
  Use nvidia cuda toolkit for speeding up computations.
  NOTE: works only for subset of nvidia graphic cards so make sure your card
  is supported before opening bug about it.
  </flag>
  <flag name="client">
  Build client part of the boinc. Not only the manager but also the computation
  unit. With +X only you will have only manager which can connect to remote
  clients.
  </flag>
</use>
</pkgmetadata>