yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

> Could you please share your CMakeCache.txt [...] Since the failure occurs on remote build server with ARM64 architecture I don't have access to CMakeCache.txt. It succeeds on amd64.

There is no build script. The failure occurs when the FreeBSD port is built on arm64. The ports framework supplies cmake arguments and environment.

[CMakeError.log](https://github.com/projectchrono/chrono/files/5973412/CMakeError.log) [CMakeOutput.log](https://github.com/projectchrono/chrono/files/5973413/CMakeOutput.log)

The latest rev. c4921ab from ```feature/clang``` still builds with these SIMD flags: ```-msse4.2 -mfpmath=sse -mavx2 -mfma```.

> You are not cross-compiling, right? Not ctoss-compiling. > Could you maybe print a message somewhere in the elseif branch at lines 38-41 of cmake/FindAVX.cmake in the feature/clang branch code...

I have opencascade-7.6.0 and it doesn't install ```BRepAdaptor_HSurface.hxx```. It does install a similarly named ```BRepAdaptor_Surface.hxx``` though.

Do you have a branch that supports the latest Open Cascade? The FreeBSD port for Open Cascade has been updated a while ago and now Chrono fails to build.

FYI: OpenCascade-7.4.0 doesn't even build with current cmake. I tried to resurrect the old version and found that it fails to build now.