wblangdon
wblangdon
Quick reply some progress: hope to send full update next week Message ID: ***@***.***
Last week our technical support added the missing symbolic link /opt/cuda/cuda-12.6/include -> targets/x86_64-linux/include and I reran build.sh from scratch on 4 December (see script_paul_taylor_5.txt) Even though I used ./build.sh clean...
Many thanks for your help. To confirm I have run the 54 cuspatial/cpp/build/gtests/ [script_gtests_ok.txt](https://github.com/user-attachments/files/18078227/script_gtests_ok.txt) tests ok (for completeness script output attached)
Yip that has worked.-) New code T tolerance = std::is_same_v ? T{1e-6} : T{10}; cout
CUSPATIAL_EXPECT_VECTORS_EQUIVALENT contains multiple type checks. It would be nice if either it worked with cuproj or it also included a check that its arguments were indeed of type cuspatial::vec_2d Thanks...