bryanloz-xilinx

Results 14 comments of bryanloz-xilinx

I agree here with @keryell. I also think its strange that the existing `xrt.h` is included by `xrt/xrt_device.h` it should be the other way around.

Just a note from stuff I've learned in CMake. Instead of directly calling a platform's Make or NMake command, you can use cmake platform independent commands. i.e. instead of: https://github.com/conda-forge/staged-recipes/pull/19324/files#diff-8685d56953fcb189f1586b6ea5a55849672e0dac80945a3aa4d360028f4e46f8R4...

It seems not so possible... I did succeed at a nasty hack (conftest.py): ```python # Reference https://pytest-xprocess.readthedocs.io/en/latest/ import pytest, os, py from xprocess import XProcess, ProcessStarter @pytest.fixture(scope="session") def myxprocess(request): rootdir...

Had a shower thought today about optimizing our separate Linux/Windows conda flows by using such a feature… Looks like I’m not the first.