VIPQualityPost
VIPQualityPost
This used to work, not sure what changed. CMake can't find libOMP on apple silicon clang. I added this : ``` if(CMAKE_C_COMPILER_ID MATCHES "Clang") set(OpenMP_C_FLAGS "-Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include") set(OpenMP_C_LIB_NAMES "omp")...
If you have some schematic with Qucsator mode, and one with Ngspice mode, it's only possible to open these files "correctly" if you set the simulator mode in advance of...
I can see in the Makefile that it should grab all the python dependencies from the requirements file, but for some reason my installation did not seem to use this...