fletch icon indicating copy to clipboard operation
fletch copied to clipboard

Computer Vision Software Development Environment

Results 67 fletch issues
Sort by recently updated
recently updated
newest added

/home/matt/Dev/viame/build/build/src/fletch-build/build/src/GDAL/.libs/libgdal.so: undefined reference to `TIFFSetTagExtender@LIBTIFF_4.0' /home/matt/Dev/viame/build/build/src/fletch-build/build/src/GDAL/.libs/libgdal.so: undefined reference to `TIFFWriteRawStrip@LIBTIFF_4.0' /home/matt/Dev/viame/build/build/src/fletch-build/build/src/GDAL/.libs/libgdal.so: undefined reference to `TIFFErrorExt@LIBTIFF_4.0' /home/matt/Dev/viame/build/build/src/fletch-build/build/src/GDAL/.libs/libgdal.so: undefined reference to `TIFFReadDirectory@LIBTIFF_4.0' /home/matt/Dev/viame/build/build/src/fletch-build/build/src/GDAL/.libs/libgdal.so: undefined reference to `TIFFGetFieldDefaulted@LIBTIFF_4.0' /home/matt/Dev/viame/build/build/src/fletch-build/build/src/GDAL/.libs/libgdal.so: undefined reference to `TIFFClientdata@LIBTIFF_4.0'...

1) Start with a clean build area. Run ccmake and select fletch_BUILD_CXX11=OFF and fletch_ENABLE_ALL_PACKAGES= ON. 2) configure and get error ``` CMake Error at CMake/External_pybind11.cmake:2 (message): CXX11 must be enabled...

Applies the pattern used in #339 to define variables relevant to a package in their `External_*.cmake`. This PR just defines the variables (so I can use them in my caffe2...

OpenCV 3.4 has an option `OpenBLAS_LIB`. I'm not sure if it exists in previous versions. ~~I need to check that in order to correctly set the version if statement~~ (...

Build fletch VXL turned on, ffmpeg off everything is okay Turn on ffmpeg after being off, VXL doesn't get rebuilt with ffmpeg support turned on

It gets put in install/lib instead of install/bin like all of the other DLLs

Create a build target to generate the list of enabled packages, their version number and license. This target will be very useful for submitting SWAP information to customers and during...

Now I need to specify a CUDA_TOOLKIT_ROOT_DIR with a fresh fletch, even when CUDA is installed in the default location @aaron-bray I don't think this is desirable