File: README

package info (click to toggle)
hwloc-contrib 2.4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 21,976 kB
  • sloc: ansic: 58,129; xml: 12,064; sh: 6,822; makefile: 2,200; javascript: 1,623; perl: 380; cpp: 93; php: 8; sed: 4
file content (19 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This Visual Studio support is experimental.
Thanks to Eloi Gaudry for contributing most of these files.

This may be directly open in VS, or built from the command-line with:
  %MSBUILD_PATH%\MSBuild hwloc.sln /p:Configuration=Release /p:Platform=x64

If the specified platform toolset is too recent for your VS installation:
  "The builds tools for v142 (Platform Toolset = 'v142') cannot be found."
You may force the build using your old one by adding
    /p:PlatformToolset=v110

See contrib/ci.inria.fr/job-1-visualstudio.bat for an example.


hwloc-compress-dir not built because it needs work.

hwloc-gather-topology is Linux specific.

hwloc-ps is not built because it does nothing on Windows anyway (see #367).