Good day,
I installed Cygwin with gcc-core (C-compiler); gcc-g++ (C++ compiler); gdb (GNU debugger) and make (make utility ). The folder is 'C:\cygwin64'
Also I cloned itensor in folder 'C:\itensor'.
Tell me plz what I should modify or add in the file 'options.make' in order to install itensor?
when I use commands 'cp options.mk.sample options.mk' in itensor folder and
'make' I get an error:
Configure: Writing current dir to this_dir.mk
Building ITensor library
make[1]: enter to directory «/cygdrive/c/itensor/itensor»
Compiling itensor/tensor/lapackwrap.cc with optimizations
In file included from tensor/lapackwrap.cc:1:0:
/cygdrive/c/itensor/itensor/tensor/lapackwrap.h:73:10: fatal error: Accelerate/Accelerate.h: No such file or directory
#include <Accelerate/Accelerate.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
Compilation stops.
Failure while executing command: g++ -m64 -std=c++11 -fPIC -c -I/cygdrive/c/itensor -O2 -DNDEBUG -Wall -DPLATFORMmacos -D__ASSERTMACROSDEFINEVERSIONSWITHOUTUNDERSCORES=0 -o tensor/lapackwrap.o tensor/lapackwrap.cc
make[1]: *** [Makefile:59: tensor/lapackwrap.o] Error 1
make[1]: exit from directory «/cygdrive/c/itensor/itensor»
make: *** [Makefile:14: itensor] Error 2