File: rdeps.xml

package info (click to toggle)
hipblas 6.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,548 kB
  • sloc: cpp: 209,856; f90: 49,800; python: 4,680; ansic: 1,141; sh: 799; makefile: 50; xml: 23
file content (15 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

<dependencies>
  <fileversion>0.1</fileversion>
  <os names="Windows">
    <vcpkg>
      <pkg name="google test">gtest:x64-windows</pkg>
      <pkg name="OpenBLAS">openblas:x64-windows</pkg>
    </vcpkg>
  </os>
  <os names="all">
    <pip>
      <req name="Python for Clients">deps/requirements.txt</req>
    </pip>
  </os>
</dependencies>