I am currently trying to build OpenBLAS on my machine. For it, I am following this.
After downloading miniconda, I followed the steps given there (which are not resulting in a successful build), but now after opening the Anaconda Prompt, I always see this.
C:\Users\a>set "_LIB="
C:\Users\a>set "_CPATH="
C:\Users\a>if "C:\Users\a\miniconda3" == "" set "LIB=;\Library\lib"
C:\Users\a>if "C:\Users\a\miniconda3" == "" set "CPATH=;\Library\include"
C:\Users\a>if not "C:\Users\a\miniconda3" == "" set "LIB=;C:\Users\a\miniconda3\Library\lib"
C:\Users\a>if not "C:\Users\a\miniconda3" == "" set "CPATH=;C:\Users\a\miniconda3\Library\include"
What does this error signify? What can be done to solve it?