MCPcopy Create free account
hub / github.com/daniel-e/rustml / main

Function main

build.rs:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28fn main() {
29 try_gcc("-lblas", "BLAS not found. On Ubuntu try 'sudo apt-get install libblas3' before continuing.");
30 try_gcc("-lopencv_highgui", "OpenCV not found. On Ubuntu try 'sudo apt-get install libopencv-highgui2.4' before continuing.");
31 try_gcc("-lopencv_core", "OpenCV not found. On Ubuntu try 'sudo apt-get install libopencv-core2.4' before continuing.");
32 try_gcc("-lopencv_imgproc", "OpenCV not found. On Ubuntu try 'sudo apt-get install libopencv-imgproc2.4' before continuing.");
33}
34

Callers

nothing calls this directly

Calls 1

try_gccFunction · 0.85

Tested by

no test coverage detected