[Build] unified tests code libs missing in references
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- cmake, cpp
- Domain
- build-system, testing-qa
Research direction
Locate the CMake target definitions for test_xxx_unified and compare their references with test_xxx_cpu, test_xxx_opencl, and test_xxx_cuda. Configure and build the unified tests for a selected platform, then verify that the platform-specific backend library is linked and that debugger changes use the current library rather than an older one.
Written by the indexing model from the issue text.
Description
For the unified test versions, the afcpu, afopencl, afcuda and afoneapi are missing as reference, depending on selected platforms, since these contain the real code.
Description
test_xxx_opencl has afopencl, arrayfire_test, mmio & ZERO_CHECK as references
test_xxx_cuda has afcuda, arrayfire_test, mmio & ZERO_CHECK as references
test_xxx_cpu has afcpu, arrayfire_test, mmio & ZERO_CHECK as references
test_xxx_unified has only af, arrayfire_test, mmio & ZERO_CHECK as references, af is only a pass-through.
This has as result that during a debug session when code in project afcuda is changed, and called through af, that the old library still is linked.
This behavior is confusing while debugging.
Build Environment
Compiler version: MSVC 2019, 16.11.41
Operating system: Windows 10
Build environment:
CMake variables:
D:\github\willyborn\arrayfire>CreateBuildDirs.bat
D:\github\willyborn\arrayfire>SETLOCAL
D:\github\willyborn\arrayfire>SET "AF_BUILD_ONEAPI=OFF"
D:\github\willyborn\arrayfire>SET "AF_COMPUTE_LIBRARY=FFTW/LAPACK/BLAS"
D:\github\willyborn\arrayfire>IF EXIST .vs (RD /S /Q .vs )
D:\github\willyborn\arrayfire>IF EXIST "C:\Users\Papa\AppData\Local\Temp\ArrayFire" (DEL /Q "C:\Users\Papa\AppData\Local\Temp\ArrayFire\*.*" )
D:\github\willyborn\arrayfire>RD /S build
build, Are you sure (Y/N)? y
D:\github\willyborn\arrayfire>IF NOT EXIST build (MKDIR build )
D:\github\willyborn\arrayfire>IF EXIST CMakeCache.txt (DEL /Q CMakeCache.txt )
D:\github\willyborn\arrayfire>IF EXIST CMakeFiles (DEL /Q CMakeFiles/*.* )
D:\github\willyborn\arrayfire>CD build
D:\github\willyborn\arrayfire\build>IF EXIST .vs (RD /S /Q .vs )
D:\github\willyborn\arrayfire\build>CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.41
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
-- Running vcpkg install
Detecting compiler hash for triplet x64-windows...
Compiler found: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
The following packages will be built and installed:
* blas:x64-windows@2023-03-25 -- D:\github\vcpkg\buildtrees\versioning_\versions\blas\0fe7611c8bb3098083440074a6c59f35bfee4f99
* boost-algorithm:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-algorithm\1fbb6d9a02e64aaa4c3f61605b2fac87f8dd8347
* boost-align:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-align\b1e1ddf5d00f6698be329c809d1a29e59742a7e2
* boost-any:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-any\e1ee12b057e7762b98a5bd7fdd190480e1f51b0f
* boost-array:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-array\58b11354551eb994ef8636b3ade5447ae6524a3c
* boost-assert:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-assert\9ab1404e2abab757e8c136c9fcd89fbca14e3696
* boost-atomic:x64-windows@1.82.0#3 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-atomic\05f82c6b7fe3a31ffb4f16f25eb98473131f201a
* boost-bind:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-bind\9c07d5ea417668fe7606ace4749f1577c7c2a8c1
* boost-build:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-build\c9cbed98f75a402e9f61689754e78e237f44988e
* boost-chrono:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-chrono\6e35fba1cfd226e9ae4e4a4b54a5b88c4103e440
boost-compute:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-compute\b303d9b14bc148147d90600791358321c8f95c3f
* boost-concept-check:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-concept-check\e3db560953c33956f9ba0b19303f99e37d2c6486
* boost-config:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-config\b4dcdf4527bb037a6b6d2973176e4a662c9853e6
* boost-container:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-container\7d7b26fb8d896742162db28bca0f3aa2c4bf5fa5
* boost-container-hash:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-container-hash\ce9e91e833ca8eb5ddb0a19df8eb7fa5c809359c
* boost-conversion:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-conversion\42db7c7d2cd967a8602ccbecd50d17ecc45c0f9b
* boost-core:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-core\fc2d558e972d703d21819dc33f5178d6bf529a22
* boost-date-time:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-date-time\6deadcbe773d183966325ed291aecaba15da86dc
* boost-describe:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-describe\57b9e703cb64af9391eb2410ef649a94cb34e4fb
* boost-detail:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-detail\e6869735032c72f50cd3e5cfdfd08a317fbe1efd
* boost-dynamic-bitset:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-dynamic-bitset\5ef863abb9f1f4ca201881743fffe4f47930b472
* boost-endian:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-endian\02c550779838f584656e52ce62aa84913040be26
* boost-exception:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-exception\8eb353034a1a470c5168e00c6d97e5912f7c4cdf
* boost-filesystem:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-filesystem\0ce33f60fe1f1bca7cabdf40085a6f9fc50d7609
* boost-format:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-format\82fdf64c7a6daccebb04097c2264eccd4b753447
* boost-function:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-function\9dec477afa8d43d2a95ff257974e703a5fe7835d
* boost-function-types:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-function-types\bf2f0ad26a4cfe85854392e5579bc75d7a4a60d3
* boost-functional:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-functional\fd5a2fb579f798abd7b8b0c118543c92ee0f0774
* boost-fusion:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-fusion\b150ab085d5b818a169fc105e3b096bf7493e5b0
* boost-integer:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-integer\46935203002bae9d52b70d217abde7758c21d2ba
* boost-intrusive:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-intrusive\9c1632e270e737c9f035585137c26841952c337f
* boost-io:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-io\2e824cb312fdf8d4b782b625053595e9bb13dc3c
* boost-iterator:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-iterator\32b20eaa8ec0539f484ba8dc1a08fd163757d48d
* boost-lexical-cast:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-lexical-cast\27cd4bbb12ad5a785f7e32723dbb72c4e4bf023a
boost-math:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-math\7c52621d3f785a3aee44d5a741597a0a4ffd8912
* boost-modular-build-helper:x64-windows@1.82.0#4 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-modular-build-helper\2d374869ba7aa60ab439300ed4d032f95c9b88a7
* boost-move:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-move\bda03863857c818ffb310f45d2d148553a5de381
* boost-mp11:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-mp11\a90f12d1eca80483d10bbd93deccf5439f904e04
* boost-mpl:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-mpl\f2d9b906b09ffd6317c9de5f97537688cde482bd
* boost-multi-index:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-multi-index\6fe88d1349bd1ddf78ded3e786a539514d285835
* boost-numeric-conversion:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-numeric-conversion\00e6f269cd4fab6986205b397e46394795941f31
* boost-optional:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-optional\26a359b912dd2fb42978ddf8ae39fbbccc1e34bb
* boost-phoenix:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-phoenix\c68391dd87698c5d288e7e6f937d72597e0e749f
* boost-pool:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-pool\f31154b251747a951b5100f83cff4c065eb1295f
* boost-predef:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-predef\a7efd1a99c14c79b469d86bbf9d39898ffde1858
* boost-preprocessor:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-preprocessor\11fa54ebde61dcf9ca2e18a42aa7445b76ce9400
* boost-property-tree:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-property-tree\ba292d3a56bdcbc9be58eba676f68c604e16e6ea
* boost-proto:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-proto\a88c491de292efd0f32b41b78f69d5da1baf53f7
* boost-random:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-random\c440ed1d17008e8a77ff3cdcc495af47103f05be
* boost-range:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-range\1b034bcdf929c6bc7cfd900580907fd1ca6620fd
* boost-ratio:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-ratio\fb8691f0340e091213aff8763edb106d19d132c4
* boost-rational:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-rational\27a8384584574ad32bd6daed2a7454bd0d3c6fcb
* boost-regex:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-regex\fc3fcb5815c297112283b9fd5eabab3106f6e93e
* boost-serialization:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-serialization\13b68c431b9c906d036a83aa17358f0778de6a97
* boost-smart-ptr:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-smart-ptr\890abd9cae8fc0c9a3a6f9a6b67a4cfab375a775
* boost-spirit:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-spirit\292c5391f0b78b7009740961762e199aa33d5a0a
boost-stacktrace:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-stacktrace\d9ec91eb7e104db3c699004fee94ffecbb09a827
* boost-static-assert:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-static-assert\bb7f6ee1209b0760b458727da129653965e7e98a
* boost-system:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-system\b1bea82cc5898b04f9f797eb47026b667a03de00
* boost-thread:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-thread\183d7fba1820b773404a6ea7351f4da539612367
* boost-throw-exception:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-throw-exception\3416e3ed72a0b469169cc290cafeabafe2bc4859
* boost-tokenizer:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-tokenizer\8d3578a014b8545ce2e4be7e6243c50e3fe2f41b
* boost-tti:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-tti\6fbbc2a47d406102ec479ff755beab26984a20be
* boost-tuple:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-tuple\005084a92857215f3e0db64c3a7a1d1d70c91850
* boost-type-index:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-type-index\af9dcc786a5ca7717b4d2d04471b7ee12288080c
* boost-type-traits:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-type-traits\16673cfc230fda05b63868f9cbf21d0e0a206b53
* boost-typeof:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-typeof\3a15a938616612d49b404940a26fbf8f518816d8
* boost-uninstall:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-uninstall\dcca7487581acb01e55bddd3ec306ff543c24ce6
* boost-unordered:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-unordered\53a764549e3664798aad8a1cb9bc3e74669c7f6a
* boost-utility:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-utility\353c3edd45cc926548492197f73164d5831728f0
* boost-uuid:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-uuid\d98133d8840363483b9f34baeec1b32696bbbd8b
* boost-variant:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-variant\7951625567bf2413827f614a1ee917035a5e59ec
* boost-variant2:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-variant2\dd3e6bcf37179efe2425ffb104be151a9f1133f8
* boost-vcpkg-helpers:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-vcpkg-helpers\9a0f2ba2f59ce1040abe835b1e5adcd0a6dbc8af
* boost-winapi:x64-windows@1.82.0#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\boost-winapi\4fb732247dac823b0563bd50e4fc518c25eb9334
cuda:x64-windows@10.1#13 -- D:\github\vcpkg\buildtrees\versioning_\versions\cuda\d7709c275f8ce58e6d1b4c71b8d37fba4a9a0377
* egl-registry:x64-windows@2022-09-20 -- D:\github\vcpkg\buildtrees\versioning_\versions\egl-registry\e596b6c29ad16da764aab6f2fef830a3a884f14b
fftw3[core,threads]:x64-windows@3.3.10#7 -- D:\github\vcpkg\buildtrees\versioning_\versions\fftw3\5b1eac37609e9187b1ddf4666cc564ce6e07e891
* fmt:x64-windows@8.1.1 -- D:\github\vcpkg\buildtrees\versioning_\versions\fmt\9748716da169977423d02b3c3f0de7b7f274e34e
* freeglut:x64-windows@3.4.0 -- D:\github\vcpkg\buildtrees\versioning_\versions\freeglut\51a55df4538f3ecdeeb6d9846afd156ec3255630
freeimage:x64-windows@3.18.0#25 -- D:\github\vcpkg\buildtrees\versioning_\versions\freeimage\423daf86bc904882a1fa9c68d56d56d7c52ac35f
freetype:x64-windows@2.12.1#3 -- D:\github\vcpkg\buildtrees\versioning_\versions\freetype\db92ea87ff12339808263710675221df6a06ac15
glad[core,loader]:x64-windows@0.1.36 -- D:\github\vcpkg\buildtrees\versioning_\versions\glad\fa93b14c1581057e1d14650f5f15c9b0757dd548
glfw3:x64-windows@3.3.8#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\glfw3\308cd3ebdf6752e9d5eeb2933f33972c784aa8bd
gtest:x64-windows@1.13.0 -- D:\github\vcpkg\buildtrees\versioning_\versions\gtest\3f70f42192aacc5f8242c14d959d02a802f7559c
* imath:x64-windows@3.1.9 -- D:\github\vcpkg\buildtrees\versioning_\versions\imath\1853273c56448fff5ec5e2c9133895922df682bd
* jasper[core,default-features,opengl]:x64-windows@4.2.0 -- D:\github\vcpkg\buildtrees\versioning_\versions\jasper\e7c4fac8db3b39fcce348be5b8d1140a753197ed
* jxrlib:x64-windows@2019.10.9#6 -- D:\github\vcpkg\buildtrees\versioning_\versions\jxrlib\3a114c06061c6e5a6e1dcc40eaadb21cecb7ac99
lapack:x64-windows@2022-02-22#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\lapack\7c892b58c70ebc7d83444c4e727272cad40e28c2
* lapack-reference[blas-select,core,noblas]:x64-windows@3.10.1 -- D:/github/willyborn/arrayfire/CMakeModules/vcpkg/ports\lapack-reference
* lcms:x64-windows@2.14 -- D:\github\vcpkg\buildtrees\versioning_\versions\lcms\d5fb3c46f4b60d45e67444591a83d80c08100871
* libjpeg-turbo:x64-windows@2.1.5.1#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\libjpeg-turbo\a54bb2bec4dfc177249e2c10b31a665c249c660c
* liblzma:x64-windows@5.4.3#1 -- D:\github\vcpkg\buildtrees\versioning_\versions\liblzma\3f97f6a0904a3add9c3273f8ab1993902d75d5ef
* libpng:x64-windows@1.6.39#1 -- D:\github\vcpkg\buildtrees\versioning_\versions\libpng\af144fe56e6e4c08cd8089d2e1dd46bae60a5062
* libraw:x64-windows@0.21.1#1 -- D:\github\vcpkg\buildtrees\versioning_\versions\libraw\1b27d2a7401506c017a98e896c3dee2db0a01bfa
* libwebp[core,libwebpmux,nearlossless,simd,unicode]:x64-windows@1.3.0#1 -- D:\github\vcpkg\buildtrees\versioning_\versions\libwebp\519daa6213a5995a860ed724c465adf9ff83b52a
openblas[core,threads]:x64-windows@0.3.23#1 -- D:\github\vcpkg\buildtrees\versioning_\versions\openblas\d701021ccf4a0729f77788b2d90da377bfdd1486
opencl:x64-windows@v2023.02.06#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\opencl\c55e82e4ec70906ec28b692d2625584025de4725
* openexr:x64-windows@3.1.8 -- D:\github\vcpkg\buildtrees\versioning_\versions\openexr\36064f5fe46f2399a9a532fdb6d7542dae7faede
* opengl:x64-windows@2022-12-04#3 -- D:\github\vcpkg\buildtrees\versioning_\versions\opengl\c3ae71738f88449ebcd781cef60d9a253fa091d4
* opengl-registry:x64-windows@2022-09-29#1 -- D:\github\vcpkg\buildtrees\versioning_\versions\opengl-registry\367e1502c966f1df0656bdea115989650d01a781
* openjpeg:x64-windows@2.5.0 -- D:\github\vcpkg\buildtrees\versioning_\versions\openjpeg\3451436f9bb5f5ad8946b45868929488fe2c39dd
span-lite:x64-windows@0.10.3 -- D:\github\vcpkg\buildtrees\versioning_\versions\span-lite\9fdf6960d9eab8dfdd0a03ef8e7d3db09a50defb
spdlog:x64-windows@1.9.2 -- D:\github\vcpkg\buildtrees\versioning_\versions\spdlog\1f4916f57dae6db50491857c063970d811beb33a
* tiff[core,jpeg,lzma,zip]:x64-windows@4.5.1#2 -- D:\github\vcpkg\buildtrees\versioning_\versions\tiff\68f4ecc87b5ddce6c328c0f600a4c8b81d967d4c
* vcpkg-cmake:x64-windows@2023-05-04 -- D:\github\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake\88a7058fc7fa73a9c4c99cfcae9d79e2abf87a5a
* vcpkg-cmake-config:x64-windows@2022-02-06#1 -- D:\github\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-config\8d54cc4f487d51b655abec5f9c9c3f86ca83311f
* vcpkg-cmake-get-vars:x64-windows@2023-03-02 -- D:\github\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-get-vars\2e624c2cf12a97a7a802e31ff1d28b9fa6ba9bde
* vcpkg-gfortran:x64-windows@3#3 -- D:\github\vcpkg\buildtrees\versioning_\versions\vcpkg-gfortran\1af46bd54a9156a9f24fc7c8715488699522b382
* zlib:x64-windows@1.2.13 -- D:\github\vcpkg\buildtrees\versioning_\versions\zlib\ad5a49006f73b45b715299515f31164131b51982
Additional packages (*) will be modified to complete this operation.
Restored 110 package(s) from D:\github\vcpkg\archives in 34 s. Use --debug to see more details.
Installing 1/110 vcpkg-cmake:x64-windows@2023-05-04...
Elapsed time to handle vcpkg-cmake:x64-windows: 65.7 ms
vcpkg-cmake:x64-windows package ABI: e9e1ba223f295d80ece60de7124497c207ee08931b33e0b6dfef107204569cc2
Installing 2/110 boost-uninstall:x64-windows@1.82.0#2...
Elapsed time to handle boost-uninstall:x64-windows: 1.2 s
boost-uninstall:x64-windows package ABI: e7bd0d5a0e10cd6ceacaf9bcb1e0fafbf9753c6295dbd824e052919b554c4342
Installing 3/110 boost-vcpkg-helpers:x64-windows@1.82.0#2...
Elapsed time to handle boost-vcpkg-helpers:x64-windows: 30.2 ms
boost-vcpkg-helpers:x64-windows package ABI: 6ff2eb4fcc35d58f8424bb95b3cda7ec1b710e9a48f856c135f401beae50672e
Installing 4/110 boost-config:x64-windows@1.82.0#2...
Elapsed time to handle boost-config:x64-windows: 973 ms
boost-config:x64-windows package ABI: b24bd8a49f3cad041d7407ff93293dff27a806166d3c56b5a5f221098db8414a
Installing 5/110 boost-assert:x64-windows@1.82.0#2...
Elapsed time to handle boost-assert:x64-windows: 7.04 ms
boost-assert:x64-windows package ABI: 2622d5d7d5cefea45a428e4b2eb27eada1a8861e41771bab31b1888b16964081
Installing 6/110 boost-throw-exception:x64-windows@1.82.0#2...
Elapsed time to handle boost-throw-exception:x64-windows: 6.07 ms
boost-throw-exception:x64-windows package ABI: 43cc5e570ee59ebe4443f34b8b0b0aedcbc2bf0d2d925ace039a443281116f99
Installing 7/110 boost-static-assert:x64-windows@1.82.0#2...
Elapsed time to handle boost-static-assert:x64-windows: 6.24 ms
boost-static-assert:x64-windows package ABI: e2ad2315ec9bc006c0192877f0cf8ace9a4ec6c11cdb38793d0725a9d56cec11
Installing 8/110 boost-type-traits:x64-windows@1.82.0#2...
Elapsed time to handle boost-type-traits:x64-windows: 65 ms
boost-type-traits:x64-windows package ABI: 8ff6775ce9d51ac70717070903f875c0103f6a64782858305a4a52b24f9183a0
Installing 9/110 boost-preprocessor:x64-windows@1.82.0#2...
Elapsed time to handle boost-preprocessor:x64-windows: 145 ms
boost-preprocessor:x64-windows package ABI: 6bc7f1dc2ea6c00c2f985901196afef627b7fbeeaf1aa154753ad6dd01a0014d
Installing 10/110 boost-io:x64-windows@1.82.0#2...
Elapsed time to handle boost-io:x64-windows: 12.4 ms
boost-io:x64-windows package ABI: 162f84b2615460d5ff51fb2aac340aa964b117186a0b028be4d89ec183fa022e
Installing 11/110 boost-core:x64-windows@1.82.0#2...
Elapsed time to handle boost-core:x64-windows: 27.3 ms
boost-core:x64-windows package ABI: dc8f6eb15f24ab7e7bc72350563156919b4641beba9717088e05d12590374f36
Installing 12/110 boost-utility:x64-windows@1.82.0#2...
Elapsed time to handle boost-utility:x64-windows: 17.2 ms
boost-utility:x64-windows package ABI: 33f5d6c1d221b840784ca2b60a8748b26739f8451a6b0f8133e073f325c52200
Installing 13/110 boost-predef:x64-windows@1.82.0#2...
Elapsed time to handle boost-predef:x64-windows: 60.9 ms
boost-predef:x64-windows package ABI: a213dc1abb511175211ffd54866fcd927d09423685e24202da8a9beac392b349
Installing 14/110 boost-winapi:x64-windows@1.82.0#2...
Elapsed time to handle boost-winapi:x64-windows: 43.2 ms
boost-winapi:x64-windows package ABI: 2a87b496e65ca9a685df9713f3993f4218aa648f0f221c38b134cc45cd438f06
Installing 15/110 boost-mp11:x64-windows@1.82.0#2...
Elapsed time to handle boost-mp11:x64-windows: 20.3 ms
boost-mp11:x64-windows package ABI: 8379ddca9fed6808f137cd69ce9008bbe0ef150be3f2b12ed86d927d123917fc
Installing 16/110 boost-variant2:x64-windows@1.82.0#2...
Elapsed time to handle boost-variant2:x64-windows: 7.81 ms
boost-variant2:x64-windows package ABI: 58b1e263a7f02adba257867d5f9f20971cae9c46e3efc8665ee5c877642bfd0e
Installing 17/110 vcpkg-cmake-get-vars:x64-windows@2023-03-02...
Elapsed time to handle vcpkg-cmake-get-vars:x64-windows: 8.99 ms
vcpkg-cmake-get-vars:x64-windows package ABI: a7475e3f940e3e31cd445cbbfee7909bef58542191f0a7f7ff3b08e0689646f7
Installing 18/110 boost-modular-build-helper:x64-windows@1.82.0#4...
Elapsed time to handle boost-modular-build-helper:x64-windows: 9.23 ms
boost-modular-build-helper:x64-windows package ABI: 917c2c9a57e9b5a033a3ce2d9b6d38214182aa732a6c5e1bda2cfc8cb71eebc0
Installing 19/110 boost-build:x64-windows@1.82.0#2...
Elapsed time to handle boost-build:x64-windows: 658 ms
boost-build:x64-windows package ABI: 535bba163cd29bcd1b27429416068ab08d7320993601058d0976e75b26d1b8ad
Installing 20/110 boost-system:x64-windows@1.82.0#2...
Elapsed time to handle boost-system:x64-windows: 28.5 ms
boost-system:x64-windows package ABI: b2815bbb640b2add6ebda32883006d28ca9a93e0ec7e2a6eefc82e987abe9220
Installing 21/110 boost-tuple:x64-windows@1.82.0#2...
Elapsed time to handle boost-tuple:x64-windows: 10.9 ms
boost-tuple:x64-windows package ABI: e80b5cea9ae2ad97a30dbfcba589b9682d261da5af9c8cc31c8631883449b136
Installing 22/110 boost-move:x64-windows@1.82.0#2...
Elapsed time to handle boost-move:x64-windows: 27.4 ms
boost-move:x64-windows package ABI: 8c36c6d8f88959f91bacce0ef995ad64792d22bcbdcc8ac218e58dfc4bb67ee8
Installing 23/110 boost-smart-ptr:x64-windows@1.82.0#2...
Elapsed time to handle boost-smart-ptr:x64-windows: 41 ms
boost-smart-ptr:x64-windows package ABI: 6763e38cff125a3af36f86d114edd9642eadd3a6a3c7432132f6b1f737f67ebe
Installing 24/110 boost-mpl:x64-windows@1.82.0#2...
Elapsed time to handle boost-mpl:x64-windows: 319 ms
boost-mpl:x64-windows package ABI: f028d231b7ac2fc0dd1a1ba68271ebda169e8098ee767dfd2e11b7c19339cdbc
Installing 25/110 boost-integer:x64-windows@1.82.0#2...
Elapsed time to handle boost-integer:x64-windows: 15.8 ms
boost-integer:x64-windows package ABI: 361cb7fb5fffc5a48b911c18d1563e01478fe582cf0193bc65fd4f85b9f98234
Installing 26/110 boost-describe:x64-windows@1.82.0#2...
Elapsed time to handle boost-describe:x64-windows: 19.3 ms
boost-describe:x64-windows package ABI: 20d0aa0ccff2ab4db8b5157c9811d98aa0d51ce5ae3a9b50756ef630e0b17911
Installing 27/110 boost-container-hash:x64-windows@1.82.0#2...
Elapsed time to handle boost-container-hash:x64-windows: 19.7 ms
boost-container-hash:x64-windows package ABI: a8a47cc94b27b0f08d8b93e931b7e1daf5f4c0ea1f9cd93dfabfcf7ed7147a5c
Installing 28/110 boost-concept-check:x64-windows@1.82.0#2...
Elapsed time to handle boost-concept-check:x64-windows: 17.5 ms
boost-concept-check:x64-windows package ABI: bbe21cbde0b8b67aa2783b006adbcf144c70cef75ba6532244dc8cf3b97005ea
Installing 29/110 boost-regex:x64-windows@1.82.0#2...
Elapsed time to handle boost-regex:x64-windows: 46.5 ms
boost-regex:x64-windows package ABI: 95fbde8815b86817db20b35c2061c98697a039a47b375488813d6e22a31688ca
Installing 30/110 boost-detail:x64-windows@1.82.0#2...
Elapsed time to handle boost-detail:x64-windows: 21.1 ms
boost-detail:x64-windows package ABI: 93030aac0d30a16fd2f9dd6d87ee930e9452f3e9887ace929845bd27c2284e5b
Installing 31/110 boost-optional:x64-windows@1.82.0#2...
Elapsed time to handle boost-optional:x64-windows: 19.4 ms
boost-optional:x64-windows package ABI: 55e061c2d1823d1297de570b6917779426c6840fcf4b88094bfd68a88b95c00f
Installing 32/110 boost-typeof:x64-windows@1.82.0#2...
Elapsed time to handle boost-typeof:x64-windows: 28.6 ms
boost-typeof:x64-windows package ABI: 6ff1b16416a6c06fa5e28b932b7467e1fd2562edf42c3f50f238947f51de3d7e
Installing 33/110 boost-function-types:x64-windows@1.82.0#2...
Elapsed time to handle boost-function-types:x64-windows: 37.2 ms
boost-function-types:x64-windows package ABI: 80121b4363403ff306c0594b082895d8344acd6090705fa4f1ddb3f5df53adf5
Installing 34/110 boost-bind:x64-windows@1.82.0#2...
Elapsed time to handle boost-bind:x64-windows: 18.1 ms
boost-bind:x64-windows package ABI: b8eda760c8b5002491839c36dea83e20bb68f43fd1c4f0ae1da66ddf6b08add5
Installing 35/110 boost-function:x64-windows@1.82.0#2...
Elapsed time to handle boost-function:x64-windows: 21.1 ms
boost-function:x64-windows package ABI: 0e44ad3194e3a30409f6a2f34fc8cd412e8b9637d78cede0405f79b8adc076a1
Installing 36/110 boost-functional:x64-windows@1.82.0#2...
Elapsed time to handle boost-functional:x64-windows: 16.4 ms
boost-functional:x64-windows package ABI: 0fa36ad2310eace8ef48b6c7965694ca51513206d35e901d7099ec922b20a1bf
Installing 37/110 boost-fusion:x64-windows@1.82.0#2...
Elapsed time to handle boost-fusion:x64-windows: 9.2 s
boost-fusion:x64-windows package ABI: e8b110ff24dc187b78db41fa7382e78ec5be683a9516710f38ce392c702cb699
Installing 38/110 boost-conversion:x64-windows@1.82.0#2...
Elapsed time to handle boost-conversion:x64-windows: 14.3 ms
boost-conversion:x64-windows package ABI: 7db18a1ef0ba946bd46ec5f51ebec51245dc949e776816c40b834a1bb6cccca6
Installing 39/110 boost-iterator:x64-windows@1.82.0#2...
Elapsed time to handle boost-iterator:x64-windows: 28.4 ms
boost-iterator:x64-windows package ABI: 76c78a1fe9d1846768d5318d881ad3b46fddb28392629fdc129c651a9544e7ac
Installing 40/110 boost-array:x64-windows@1.82.0#2...
Elapsed time to handle boost-array:x64-windows: 16 ms
boost-array:x64-windows package ABI: 26dfc1a791af71b8c1156af1dde5e9af2cf40908de3f4567e98d6b4abcd947c8
Installing 41/110 boost-range:x64-windows@1.82.0#2...
Elapsed time to handle boost-range:x64-windows: 61.1 ms
boost-range:x64-windows package ABI: 3dcab10665ec1f0dae9240f634ad3da4bae36580688f4f41c3bac35e9fe2bef4
Installing 42/110 boost-dynamic-bitset:x64-windows@1.82.0#2...
Elapsed time to handle boost-dynamic-bitset:x64-windows: 19 ms
boost-dynamic-bitset:x64-windows package ABI: 055de1ec9699e666d3dd39757aa71cd06b762b834d09a97a28cf7b4d03d3d803
Installing 43/110 boost-random:x64-windows@1.82.0#2...
Elapsed time to handle boost-random:x64-windows: 41.2 ms
boost-random:x64-windows package ABI: 3c6d91779519ff99a703b89591033ee72f9f12f393dff335f15d937413a8e7b0
Installing 44/110 boost-numeric-conversion:x64-windows@1.82.0#2...
Elapsed time to handle boost-numeric-conversion:x64-windows: 26.5 ms
boost-numeric-conversion:x64-windows package ABI: 0a4d065e739bef607d14fd9c9c299b7c9b210b11541af8f27021a938d72f821b
Installing 45/110 boost-intrusive:x64-windows@1.82.0#2...
Elapsed time to handle boost-intrusive:x64-windows: 43.7 ms
boost-intrusive:x64-windows package ABI: 3e8884ddae302fd9065a5b12eeea45cf6bcbb592ab2756a919c3dcb084eadede
Installing 46/110 boost-container:x64-windows@1.82.0#2...
Elapsed time to handle boost-container:x64-windows: 51.4 ms
boost-container:x64-windows package ABI: 584dbb28d0021c3ff5c8db4f85410b57145b47ce36138e107363b57164d0889e
Installing 47/110 boost-lexical-cast:x64-windows@1.82.0#2...
Elapsed time to handle boost-lexical-cast:x64-windows: 22 ms
boost-lexical-cast:x64-windows package ABI: a1fc612000a99a5517743cdf0d80234e13b79a82fc9c74fc3ee655e0a149000f
Installing 48/110 boost-math:x64-windows@1.82.0#2...
Elapsed time to handle boost-math:x64-windows: 177 ms
boost-math:x64-windows package ABI: 3d2b43953a9b74c64ba74ccea5fc4b77c87d4906c35688c591e33f0b9763594d
Installing 49/110 boost-stacktrace:x64-windows@1.82.0#2...
Elapsed time to handle boost-stacktrace:x64-windows: 32.2 ms
boost-stacktrace:x64-windows package ABI: 1d93135763c26471b3960e6ba299bbba8df94c33cbd70cee41db2c4c2aac0e88
Installing 50/110 zlib:x64-windows@1.2.13...
Elapsed time to handle zlib:x64-windows: 21.3 ms
zlib:x64-windows package ABI: 59a1fd4d07d31011f06666fba9463bcd9ebdc549ada94f03d917046c064f0d23
Installing 51/110 vcpkg-cmake-config:x64-windows@2022-02-06#1...
Elapsed time to handle vcpkg-cmake-config:x64-windows: 17.6 ms
vcpkg-cmake-config:x64-windows package ABI: 6a4d0f88d38f9e84c8490403ba617f7066638eac36d34dcb8e96b9b25b8d4650
Installing 52/110 liblzma:x64-windows@5.4.3#1...
Elapsed time to handle liblzma:x64-windows: 26.5 ms
liblzma:x64-windows package ABI: 1a8d75e31ef5a657cd0819dae72c4878dd53bc3da50e24d5e9db6bd2053b8450
Installing 53/110 libjpeg-turbo:x64-windows@2.1.5.1#2...
Elapsed time to handle libjpeg-turbo:x64-windows: 28.5 ms
libjpeg-turbo:x64-windows package ABI: 2dd9fd1a3557562745feb503c6509b0c354d6fb55a58ab186922cf37c5f47c61
Installing 54/110 tiff[core,jpeg,lzma,zip]:x64-windows@4.5.1#2...
Elapsed time to handle tiff:x64-windows: 26.5 ms
tiff:x64-windows package ABI: 34faddb9e45ee45fc7f50933ec5250a12b3cc09d8b59f26b99d6d19a280d9802
Installing 55/110 openjpeg:x64-windows@2.5.0...
Elapsed time to handle openjpeg:x64-windows: 23.6 ms
openjpeg:x64-windows package ABI: c7ed9141d0649313ae61e1e7d5f75278783ede10ae4e9b9f47420bf35557e0cd
Installing 56/110 imath:x64-windows@3.1.9...
Elapsed time to handle imath:x64-windows: 32.2 ms
imath:x64-windows package ABI: f8d025ee1c99b7e7703020bbf7600d911f2e99251c935ef5340e003bed46134e
Installing 57/110 openexr:x64-windows@3.1.8...
Elapsed time to handle openexr:x64-windows: 69.9 ms
openexr:x64-windows package ABI: 6b2f72cc9131aea4f611001a86e851eb5778e015f1bbc417283f7b96e10c980b
Installing 58/110 libwebp[core,libwebpmux,nearlossless,simd,unicode]:x64-windows@1.3.0#1...
Elapsed time to handle libwebp:x64-windows: 40.1 ms
libwebp:x64-windows package ABI: acb685e9b5f6ca320c41f93c3c2d16ae2b75b05664c4ddc2f668a60eb387cbfa
Installing 59/110 lcms:x64-windows@2.14...
Elapsed time to handle lcms:x64-windows: 25 ms
lcms:x64-windows package ABI: bfe6a442123fc2f1b7cce0a650f7465afd712fcef102881fe2bf1cba6a840baf
Installing 60/110 egl-registry:x64-windows@2022-09-20...
Elapsed time to handle egl-registry:x64-windows: 20 ms
egl-registry:x64-windows package ABI: f4e405aeefedba198d395404c3c9c4a26a37148e384df15e1935c5220195e469
Installing 61/110 opengl-registry:x64-windows@2022-09-29#1...
Elapsed time to handle opengl-registry:x64-windows: 28.3 ms
opengl-registry:x64-windows package ABI: a788e12745d713d924527589bbd6248b3daec3a3bedc653d79125b1bc3958550
Installing 62/110 opengl:x64-windows@2022-12-04#3...
Elapsed time to handle opengl:x64-windows: 24 ms
opengl:x64-windows package ABI: 82635353be80b580202b53b9a841ef31a40d6c16daadd1e1c18207875fa201ff
Installing 63/110 freeglut:x64-windows@3.4.0...
Elapsed time to handle freeglut:x64-windows: 27.5 ms
freeglut:x64-windows package ABI: c7b9f3242992fba95898a89736486a94e2229b707d4f061efbb4336069b49428
Installing 64/110 jasper[core,default-features,opengl]:x64-windows@4.2.0...
Elapsed time to handle jasper:x64-windows: 31.3 ms
jasper:x64-windows package ABI: 1c91dcb4ade3d8ae3457eaeb394ded971c2581c22168d855d31db7e36689baa1
Installing 65/110 libraw:x64-windows@0.21.1#1...
Elapsed time to handle libraw:x64-windows: 30.9 ms
libraw:x64-windows package ABI: e0d4c14c15bb7a56c0d43b6387454f3c53f34a8e21e0919eb6f80c9c847ffebc
Installing 66/110 libpng:x64-windows@1.6.39#1...
Elapsed time to handle libpng:x64-windows: 25.5 ms
libpng:x64-windows package ABI: d042fcb2ee229e51ee2d9be9f63b14702c53eacc8d4c8cc0aecdac7dbdd5fa93
Installing 67/110 jxrlib:x64-windows@2019.10.9#6...
Elapsed time to handle jxrlib:x64-windows: 24.1 ms
jxrlib:x64-windows package ABI: e1fa97ab3f5af5434d7159377ec31d84fdf1feebad87e6f05abe6a0bc2cfce6a
Installing 68/110 freeimage:x64-windows@3.18.0#25...
Elapsed time to handle freeimage:x64-windows: 25.4 ms
freeimage:x64-windows package ABI: 898175cd297d25d29daf16770212acfd5d6b389b84a1db284b9fb5b463255f87
Installing 69/110 span-lite:x64-windows@0.10.3...
Elapsed time to handle span-lite:x64-windows: 21 ms
span-lite:x64-windows package ABI: 796eafe5f22f7ff09e495cbf81e33976771a009a2c04a6898439a6a3b1d715fe
Installing 70/110 fmt:x64-windows@8.1.1...
Elapsed time to handle fmt:x64-windows: 26.6 ms
fmt:x64-windows package ABI: eef8d8119443f6458b01fce1d45af5354d8b528ffc924e13a57317a48ac2a4f0
Installing 71/110 spdlog:x64-windows@1.9.2...
Elapsed time to handle spdlog:x64-windows: 51 ms
spdlog:x64-windows package ABI: 12d9cd004d21d3db201e6e6dc33489bff72caada7081af5ad83dedea8c967ed2
Installing 72/110 cuda:x64-windows@10.1#13...
Elapsed time to handle cuda:x64-windows: 19.4 ms
cuda:x64-windows package ABI: 842c7a9532c4c159726923486aedc888614a0efcbe29b402ab059f8f9373f6f1
Installing 73/110 freetype:x64-windows@2.12.1#3...
Elapsed time to handle freetype:x64-windows: 38.6 ms
freetype:x64-windows package ABI: 8486ea2beadb4b3e4657a057f080c1e93658060a2e7cfb49ffb3e7f5e7551eab
Installing 74/110 glad[core,loader]:x64-windows@0.1.36...
Elapsed time to handle glad:x64-windows: 23.8 ms
glad:x64-windows package ABI: b1ca34296e4961a27db23474d1372209da8889f518966d7d81afe23287c5e64b
Installing 75/110 glfw3:x64-windows@3.3.8#2...
Elapsed time to handle glfw3:x64-windows: 39.5 ms
glfw3:x64-windows package ABI: 225f5223fcb582ab43d98b9971f282e03205679fbcfea6919ed833234cfa266f
Installing 76/110 fftw3[core,threads]:x64-windows@3.3.10#7...
Elapsed time to handle fftw3:x64-windows: 181 ms
fftw3:x64-windows package ABI: fab1eebc95d943118446074343c887b6e0d0bab1436b48f081c9cf60e33bd4cb
Installing 77/110 openblas[core,threads]:x64-windows@0.3.23#1...
Elapsed time to handle openblas:x64-windows: 32.3 ms
openblas:x64-windows package ABI: 5f99fa9ef96ecf77104c7f0b0cce59645c1cfa70a1bddcb569296b6617ab3d5d
Installing 78/110 blas:x64-windows@2023-03-25...
Elapsed time to handle blas:x64-windows: 26.8 ms
blas:x64-windows package ABI: 78876ba07ae7313b3691b58b5d66e74c6e9862aae5ea81fd2536b4fa170c318d
Installing 79/110 vcpkg-gfortran:x64-windows@3#3...
Elapsed time to handle vcpkg-gfortran:x64-windows: 39.7 ms
vcpkg-gfortran:x64-windows package ABI: 15a6a247967ac790c6c253407da85029a749950292c7eda0056718c539cda275
Installing 80/110 lapack-reference[blas-select,core,noblas]:x64-windows@3.10.1...
Elapsed time to handle lapack-reference:x64-windows: 32.5 ms
lapack-reference:x64-windows package ABI: b39860d67d92e19115cda1e5a07a790841beca4b54eedbe919c7252524345a63
Installing 81/110 lapack:x64-windows@2022-02-22#2...
Elapsed time to handle lapack:x64-windows: 21.8 ms
lapack:x64-windows package ABI: 93c0b50fdf2b980374bf0d73f9c79df668fe305ee0c9a6ce99fd16d5868e1cca
Installing 82/110 boost-tti:x64-windows@1.82.0#2...
Elapsed time to handle boost-tti:x64-windows: 43 ms
boost-tti:x64-windows package ABI: 375c21e81380964258dfaa87101575f813559abac967681144b4a333956973d1
Installing 83/110 boost-uuid:x64-windows@1.82.0#2...
Elapsed time to handle boost-uuid:x64-windows: 31.1 ms
boost-uuid:x64-windows package ABI: d3455924b079c63aae49a41d14400bf7be79b39204a40b6a35b0e766c2928659
Installing 84/110 boost-exception:x64-windows@1.82.0#2...
Elapsed time to handle boost-exception:x64-windows: 32.3 ms
boost-exception:x64-windows package ABI: c059bd163c44962e34163ffdefdf4ede0c0ed8f8215cbb89e921648a134a5cee
Installing 85/110 boost-tokenizer:x64-windows@1.82.0#2...
Elapsed time to handle boost-tokenizer:x64-windows: 22.6 ms
boost-tokenizer:x64-windows package ABI: cce2ca939666dd3f1f1ee82dee81ebe058a77de9f686758e5b28d885ee602cfc
Installing 86/110 boost-unordered:x64-windows@1.82.0#2...
Elapsed time to handle boost-unordered:x64-windows: 31.6 ms
boost-unordered:x64-windows package ABI: 07cc09956e6323794d5f85c600774313472fbb09ee408787edcbf379a3be26d7
Installing 87/110 boost-algorithm:x64-windows@1.82.0#2...
Elapsed time to handle boost-algorithm:x64-windows: 51.9 ms
boost-algorithm:x64-windows package ABI: 54ee2dbecbb35bebee1eaa2c4b9dde39e3967c462ec96d8f25ad2abf5d7179ab
Installing 88/110 boost-date-time:x64-windows@1.82.0#2...
Elapsed time to handle boost-date-time:x64-windows: 63.9 ms
boost-date-time:x64-windows package ABI: 1884857182bd3552e6b3cde2fcb924282a577a70a580c35dcc6232548686a4e7
Installing 89/110 boost-rational:x64-windows@1.82.0#2...
Elapsed time to handle boost-rational:x64-windows: 23.7 ms
boost-rational:x64-windows package ABI: 8342b1084d11922b9194cd9bb916ef7f85a91e8320bdbe780ac64137211947ac
Installing 90/110 boost-ratio:x64-windows@1.82.0#2...
Elapsed time to handle boost-ratio:x64-windows: 40.8 ms
boost-ratio:x64-windows package ABI: 68560fef8196b1c2ef953c5cf4939a9b90641af548f7e50f8ada8a8371931570
Installing 91/110 boost-chrono:x64-windows@1.82.0#2...
Elapsed time to handle boost-chrono:x64-windows: 49 ms
boost-chrono:x64-windows package ABI: 171416a6d8f9523558b373027c14e4c8283f0e520ac2972549e3001147340466
Installing 92/110 boost-align:x64-windows@1.82.0#2...
Elapsed time to handle boost-align:x64-windows: 48 ms
boost-align:x64-windows package ABI: ea0c97b5e6fa55646a45489fabf2e8a487b8a2c6cac0b70dbe389ae70cc2ed49
Installing 93/110 boost-atomic:x64-windows@1.82.0#3...
Elapsed time to handle boost-atomic:x64-windows: 78.1 ms
boost-atomic:x64-windows package ABI: 2dda0e0d3372e428f6c61f3b3373574788325b8242e1a06db9416746d5ea1d25
Installing 94/110 boost-thread:x64-windows@1.82.0#2...
Elapsed time to handle boost-thread:x64-windows: 90.8 ms
boost-thread:x64-windows package ABI: 453bdb3596b1afd24482dc8833a27efea78dc13d217d5c18dc423c0a81309f40
Installing 95/110 boost-proto:x64-windows@1.82.0#2...
Elapsed time to handle boost-proto:x64-windows: 70.3 ms
boost-proto:x64-windows package ABI: a593e2496e63ea052f85826a898c777a4df46a5eaa572a6c620951123f2e1d23
Installing 96/110 boost-type-index:x64-windows@1.82.0#2...
Elapsed time to handle boost-type-index:x64-windows: 30.1 ms
boost-type-index:x64-windows package ABI: c67c0e38e538c793c989b5b6773067614f3b9cb4a939b4ead61560c79b47ba17
Installing 97/110 boost-variant:x64-windows@1.82.0#2...
Elapsed time to handle boost-variant:x64-windows: 39.5 ms
boost-variant:x64-windows package ABI: 64324fbda1ff60f800a56bac83c887dbf5a808b762d74f222b015552fceb3171
Installing 98/110 boost-pool:x64-windows@1.82.0#2...
Elapsed time to handle boost-pool:x64-windows: 31.9 ms
boost-pool:x64-windows package ABI: 6568ddd5b02b965d1bf93b7b4e54b87512d0fe993cac350f7b13750b9ec6e5a6
Installing 99/110 boost-phoenix:x64-windows@1.82.0#2...
Elapsed time to handle boost-phoenix:x64-windows: 140 ms
boost-phoenix:x64-windows package ABI: 7499353cb4b40781a8d093f6e296c92271275e0d0bce24fcc187f3210c7d305f
Installing 100/110 boost-endian:x64-windows@1.82.0#2...
Elapsed time to handle boost-endian:x64-windows: 30.1 ms
boost-endian:x64-windows package ABI: aa7f4dc943d25b35b28fca364c86e407e9f9469d2520fb526f684c890ba3e4fd
Installing 101/110 boost-spirit:x64-windows@1.82.0#2...
Elapsed time to handle boost-spirit:x64-windows: 2.9 s
boost-spirit:x64-windows package ABI: 359d1e9a514736764bb6f932653d7ba20de2e70f252603a1135277982a5df062
Installing 102/110 boost-serialization:x64-windows@1.82.0#2...
Elapsed time to handle boost-serialization:x64-windows: 89.4 ms
boost-serialization:x64-windows package ABI: 80558e80a8f1eae349b181fd7488594b21bbe80e5fba049ad42fa3d42538d3dd
Installing 103/110 boost-multi-index:x64-windows@1.82.0#2...
Elapsed time to handle boost-multi-index:x64-windows: 50.7 ms
boost-multi-index:x64-windows package ABI: 63cc71c45633b0eb621cd06bf37bb47dd16709b8654c647785584b8894840520
Installing 104/110 boost-format:x64-windows@1.82.0#2...
Elapsed time to handle boost-format:x64-windows: 31.5 ms
boost-format:x64-windows package ABI: 3897491fed40359362feda4255a067ed2f1d45ebbe9aa0062bd93bb34b7e5a3b
Installing 105/110 boost-any:x64-windows@1.82.0#2...
Elapsed time to handle boost-any:x64-windows: 27.9 ms
boost-any:x64-windows package ABI: 333ae0f872d3e82165783fb83d7b863597d982054c979a73f28eb43d82e61d5b
Installing 106/110 boost-property-tree:x64-windows@1.82.0#2...
Elapsed time to handle boost-property-tree:x64-windows: 37.8 ms
boost-property-tree:x64-windows package ABI: f8b1c0c6b28fb547b10ad05f1dd02e2760ceee8fcff81aefbc5613c07ed202aa
Installing 107/110 boost-filesystem:x64-windows@1.82.0#2...
Elapsed time to handle boost-filesystem:x64-windows: 33.1 ms
boost-filesystem:x64-windows package ABI: be8f69f63ddf8dfa2dd92913fc578a4c77354af64021b4a111e54cc4c2907ddb
Installing 108/110 boost-compute:x64-windows@1.82.0#2...
Elapsed time to handle boost-compute:x64-windows: 123 ms
boost-compute:x64-windows package ABI: ac2b9c8ec530e6fbe58827b0fa8ba6480887f1a0378484b50bb1ec47d59283a1
Installing 109/110 opencl:x64-windows@v2023.02.06#2...
Elapsed time to handle opencl:x64-windows: 33.7 ms
opencl:x64-windows package ABI: 4c989de27de16c639ae015168b6ee726150b49176e6e1fe4da9d89cbb32ca26c
Installing 110/110 gtest:x64-windows@1.13.0...
Elapsed time to handle gtest:x64-windows: 55.4 ms
gtest:x64-windows package ABI: 03de2c08778cb2fced6caa0103e32337efa6149167fe7993c06209f07c00dd71
Total install time: 19 s
The package boost is compatible with built-in CMake targets:
find_package(Boost REQUIRED [COMPONENTS <libs>...])
target_link_libraries(main PRIVATE Boost::boost Boost::<lib1> Boost::<lib2> ...)
freeimage provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(freeimage CONFIG REQUIRED)
target_link_libraries(main PRIVATE freeimage::FreeImage freeimage::FreeImagePlus)
span-lite provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(span-lite CONFIG REQUIRED)
target_link_libraries(main PRIVATE nonstd::span-lite)
spdlog provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(spdlog CONFIG REQUIRED)
target_link_libraries(main PRIVATE spdlog::spdlog spdlog::spdlog_header_only)
spdlog provides pkg-config modules:
# Fast C++ logging library.
spdlog
freetype is compatible with built-in CMake targets:
find_package(Freetype REQUIRED)
target_link_libraries(main PRIVATE Freetype::Freetype) # since CMake 3.10
glad provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(glad CONFIG REQUIRED)
target_link_libraries(main PRIVATE glad::glad)
glfw3 provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(glfw3 CONFIG REQUIRED)
target_link_libraries(main PRIVATE glfw)
glfw3 provides pkg-config modules:
# A multi-platform library for OpenGL, window and input
glfw3
fftw3 provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(FFTW3 CONFIG REQUIRED)
target_link_libraries(main PRIVATE FFTW3::fftw3)
find_package(FFTW3f CONFIG REQUIRED)
target_link_libraries(main PRIVATE FFTW3::fftw3f)
find_package(FFTW3l CONFIG REQUIRED)
target_link_libraries(main PRIVATE FFTW3::fftw3l)
fftw3 provides pkg-config modules:
# fast Fourier transform library
fftw3
# fast Fourier transform library
fftw3f
# fast Fourier transform library
fftw3l
openblas provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(OpenBLAS CONFIG REQUIRED)
target_link_libraries(main PRIVATE OpenBLAS::OpenBLAS)
openblas provides pkg-config modules:
# OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
openblas
The package opencl is compatible with built-in CMake targets via CMake v3.6 and prior syntax
find_package(OpenCL REQUIRED)
target_link_libraries(main PRIVATE ${OpenCL_LIBRARIES})
target_include_directories(main PRIVATE ${OpenCL_INCLUDE_DIRS})
and the CMake v3.7 and beyond imported target syntax
find_package(OpenCL REQUIRED)
target_link_libraries(main PRIVATE OpenCL::OpenCL)
This package is only an OpenCL SDK. To actually run OpenCL code you also need to install an implementation.
WINDOWS: implementations typically ship with the drivers of you CPU/GPU vendors.
LINUX: implementations may be installed from your distro's repo or manually. There are too many to count.
APPLE: consult your distribution vendor on the state of OpenCL support: https://support.apple.com/en-us/HT202823
The package gtest is compatible with built-in CMake targets:
enable_testing()
find_package(GTest CONFIG REQUIRED)
target_link_libraries(main PRIVATE GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)
add_test(AllTestsInMain main)
-- Running vcpkg install - done
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
-- The C compiler identification is MSVC 19.29.30156.0
-- The CXX compiler identification is MSVC 19.29.30156.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test cplusplus_define
-- Performing Test cplusplus_define - Success
-- Performing Test cxx_compliance
-- Performing Test cxx_compliance - Success
-- Performing Test has_cxx_fast_math
-- Performing Test has_cxx_fast_math - Failed
-- Performing Test has_cxx_fp_model
-- Performing Test has_cxx_fp_model - Failed
-- Performing Test has_cxx_no_errno_math
-- Performing Test has_cxx_no_errno_math - Failed
-- Performing Test has_cxx_no_trapping_math
-- Performing Test has_cxx_no_trapping_math - Failed
-- Performing Test has_cxx_no_signed_zeros
-- Performing Test has_cxx_no_signed_zeros - Failed
-- Performing Test has_cxx_no_ieee_fp
-- Performing Test has_cxx_no_ieee_fp - Failed
-- Performing Test has_cxx_unqualified_std_cast_call
-- Performing Test has_cxx_unqualified_std_cast_call - Failed
-- Performing Test has_cxx_error_reorder_ctor
-- Performing Test has_cxx_error_reorder_ctor - Failed
-- Performing Test has_cxx_debug-disables-optimization
-- Performing Test has_cxx_debug-disables-optimization - Failed
-- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8 (found suitable version "11.8", minimum required is "10.2")
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found cuDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/lib/x64/cudnn.lib (found suitable version "8.7", minimum required is "4.0")
-- Looking for CL_VERSION_3_0
-- Looking for CL_VERSION_3_0 - found
-- Found OpenCL: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/OpenCL.lib (found suitable version "3.0", minimum required is "1.2")
-- Found OpenGL: opengl32
-- Found FreeImage: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/include
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found FFTW: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/include
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Checking for [Accelerate]
-- Checking for [vecLib]
-- Checking for [cblas - atlas]
-- Includes found
-- Checking for [openblas]
-- Includes found
-- Looking for cblas_dgemm
-- Looking for cblas_dgemm - found
-- CBLAS Symbols FOUND
-- CBLAS library found
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found LAPACKE: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/lapacke.lib
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Check size of int
-- Check size of int - done
-- MKL: Thread Layer(Intel OpenMP) Interface(4-byte Integer)
-- Found MKL_Shared: D:/Intel/oneAPI/2024.2/include (found version "2024.0.2")
-- Found MKL_Static: D:/Intel/oneAPI/2024.2/include (found version "2024.0.2")
-- Found GTest: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/share/gtest/GTestConfig.cmake (found version "1.13.0")
-- Found Boost: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/include (found suitable version "1.82.0", minimum required is "1.70")
CMake Warning at D:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package):
Could not find a configuration file for package "MKL" that is compatible
with requested version "2023.1".
The following configuration files were considered but not accepted:
D:/Intel/oneAPI/2024.2/lib/cmake/mkl/MKLConfig.cmake, version: 2024.2.0
D:/Intel/oneAPI/mkl/2024.2/lib/cmake/mkl/MKLConfig.cmake, version: 2024.2.0
Call Stack (most recent call first):
CMakeLists.txt:144 (find_package)
-- Looking for a CUDA compiler
-- Looking for a CUDA compiler - C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/bin/nvcc.exe
-- The CUDA compiler identification is NVIDIA 11.8.89
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/bin/nvcc.exe - skipped
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: D:/Intel/oneAPI/2024.2/lib/mkl_intel_lp64_dll.lib;D:/Intel/oneAPI/2024.2/lib/libiomp5md.lib;D:/Intel/oneAPI/2024.2/lib/mkl_intel_thread_dll.lib;D:/Intel/oneAPI/2024.2/lib/mkl_core_dll.lib
-- Using VCPKG FindLAPACK from package 'lapack-reference'
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found Boost: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/include (found version "1.82.0")
-- Found Freetype: optimized;D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/lib/freetype.lib;debug;D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/freetyped.lib (found version "2.12.1")
-- Autodetected CUDA architecture(s): 5.0
-- Found OpenCL: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/OpenCL.lib (found version "3.0")
-- UNICODE build
-- 64bit build - FIND_LIBRARY_USE_LIB64_PATHS TRUE
CMake Warning at C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:1354 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:1477 (_Boost_COMPONENT_DEPENDENCIES)
C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:2087 (_Boost_MISSING_DEPENDENCIES)
build/vcpkg_installed/x64-windows/share/boost/vcpkg-cmake-wrapper.cmake:11 (_find_package)
D:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:813 (include)
build/extern/ocl_clfft-src/src/CMakeLists.txt:129 (find_package)
-- Could NOT find Boost (missing: program_options) (found suitable version "1.82.0", minimum required is "1.33.0")
CMake Warning at build/extern/ocl_clfft-src/src/CMakeLists.txt:133 (message):
Try setting Boost_DEBUG and Boost_DETAILED_FAILURE_MSG for more information
-- Found OpenCL: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/OpenCL.lib
-- Found FFTW: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/fftw3f.lib;D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/fftw3.lib
-- Detected MSVS Ver: 1929
-- CMAKE_CXX_COMPILER flags: /DWIN32 /D_WINDOWS /GR /EHsc
-- CMAKE_CXX_COMPILER debug flags: /Zi /Ob0 /Od /RTC1
-- CMAKE_CXX_COMPILER release flags: /O2 /Ob2 /DNDEBUG
-- CMAKE_CXX_COMPILER relwithdebinfo flags: /Zi /O2 /Ob1 /DNDEBUG
-- CMAKE_EXE_LINKER link flags: /machine:x64
FFT clients will NOT be built
GoogleTest unit tests will NOT be built
FFT callback client will NOT be built
-- Performing Test has_ignored_attributes_flag
-- Performing Test has_ignored_attributes_flag - Failed
-- Found OpenCL: D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/debug/lib/OpenCL.lib (found version "3.0")
-- Performing Test group_flags
-- Performing Test group_flags - Failed
-- Performing Test has_all_warnings_flag
-- Performing Test has_all_warnings_flag - Success
-- Autodetected CUDA architecture(s): 5.0
-- Performing Test pthread_flag
-- Performing Test pthread_flag - Failed
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CUDA_NVCC_FLAGS
-- Build files have been written to: D:/github/willyborn/arrayfire/build
-- Cache values
AF_BUILD_CPU:BOOL=ON
AF_BUILD_CUDA:BOOL=ON
AF_BUILD_DOCS:BOOL=OFF
AF_BUILD_EXAMPLES:BOOL=ON
AF_BUILD_FORGE:BOOL=ON
AF_BUILD_ONEAPI:BOOL=OFF
AF_BUILD_OPENCL:BOOL=ON
AF_BUILD_UNIFIED:BOOL=ON
AF_COMPUTE_LIBRARY:STRING=FFTW/LAPACK/BLAS
AF_CTEST_SEPARATED:BOOL=OFF
AF_STACKTRACE_TYPE:STRING=Windbg
AF_WITH_CUDNN:BOOL=ON
AF_WITH_EXTERNAL_PACKAGES_ONLY:BOOL=OFF
AF_WITH_FAST_MATH:BOOL=OFF
AF_WITH_FMT_HEADER_ONLY:BOOL=OFF
AF_WITH_SPDLOG_HEADER_ONLY:BOOL=OFF
AF_WITH_STATIC_CUDA_NUMERIC_LIBS:BOOL=OFF
BUILD_TESTING:BOOL=ON
CLBlast_DIR:PATH=CLBlast_DIR-NOTFOUND
CLFFT_UNICODE:BOOL=ON
CMAKE_CONFIGURATION_TYPES:STRING=Debug;MinSizeRel;Release;RelWithDebInfo
CMAKE_INSTALL_PREFIX:PATH=D:/github/willyborn/arrayfire/build/extern/ocl_clfft-build/package
GTest_DIR:PATH=D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/share/gtest
MKL_DIR:PATH=MKL_DIR-NOTFOUND
MKL_THREAD_LAYER:STRING=Intel OpenMP
NVPRUNE:FILEPATH=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/bin/nvprune.exe
VCPKG_INSTALLED_DIR:PATH=D:/github/willyborn/arrayfire/build/vcpkg_installed
VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF
VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON
VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF
cl2hpp_header_file_path:PATH=D:/github/willyborn/arrayfire/build/vcpkg_installed/x64-windows/include
D:\github\willyborn\arrayfire>
- Dominant language
- C++
- Stars
- 4.9k
- Forks
- 555
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from arrayfire/arrayfire
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
All issues in arrayfire/arrayfire
Similar issues
-
enhancement
Difficulty 1/5 Under an hour Newbie friendliness 88/100
QuantStack/git2cpp#187 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
mlcommons/mobile_app_open#1182 ·
-
Needs-Triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
microsoft/winget-cli#6547 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·