Amin Ya

Results 1114 comments of Amin Ya

setup-cpp uses the cache where possible (e.g. apt packages are already installed, or brew package is already installed), but there's still room for improvement. If you're using Linux, you can...

I am adding LLVM installation via brew in #367. This should speed up the LLVM installation on Macs

I wonder if it's because the LLVM installation via brew doesn't include OpenMP. I'll try to test. Could you pin setup-cpp to 1.1.1 meanwhile?

You can pass the version `4.0.3` to use CMake 4 without waiting for the default version to get updated ```yaml - name: Setup Cpp uses: aminya/setup-cpp@v1 with: cmake: 4.0.3 ```...

Please clear the GitHub Actions cache so that the build passes on Windows.

I wonder if it's because the LLVM installation via brew doesn't include OpenMP. I'll try to test. Could you pin setup-cpp meanwhile?

If the issue still happens, the problem is somewhere else. Needs more investigation. I disabled the export of the library path due to the conflicts with the system libraries, as...

@DiamonDinoia I could configure the project with this. CMake doesn't automatically pick up the homebrew libs. ``` brew install libomp ``` ``` cmake -S . -B ./build -G 'Ninja Multi-Config'...

I'll add OpenMP by default to the LLVM installations in the next release. The inconsistency between the platforms is not ideal