summaryrefslogtreecommitdiff
blob: 23aa888d863fa282efb1553b1de22b21ebfcdd27 (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<maintainer>
  <email>scarabeus@gentoo.org</email>
</maintainer>
<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>