You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wish to use pachi cpu version under mac OS.
So first I install:
brew install openblas
export LDFLAGS="-L/usr/local/opt/openblas/lib"
export CPPFLAGS="-I/usr/local/opt/openblas/include"
and then modified Makefile.mac
SYS_LIBS := -lm -lrt -ldl
Use this command line to build make MAC=1 DCNN=0, but got
The text was updated successfully, but these errors were encountered:
I just wish to use pachi cpu version under mac OS.
So first I install:
brew install openblas
export LDFLAGS="-L/usr/local/opt/openblas/lib"
export CPPFLAGS="-I/usr/local/opt/openblas/include"
and then modified Makefile.mac
SYS_LIBS := -lm
-lrt-ldlUse this command line to build
make MAC=1 DCNN=0, but got
The text was updated successfully, but these errors were encountered: