Hello everyone, I'm pretty new to QE and Unix environment in general.

Wanting to explore QE I downloaded the source code from their site. The configuration was successfuls but when trying to compile the program with make I get this error:

Initialised empty Git repository in /home/qe/external/lapack/.git/ usage: git remote add [] -f, --fetch fetch the remote branches --tags import all tags and associated objects when fetching or do not fetch any tag at all (--no-tags) -t, --track branch(es) to track -m, --master master branch --mirror[=(push|fetch)] set up remote as a mirror to push to or fetch from fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: 'FETCH_HEAD' is not a commit and a branch 'recorded_HEAD' cannot be created from it make[1]: *** [extlibs_makefile:23: liblapack] Error 128 make[1]: Leaving directory '/home/qe/install' make: *** [Makefile:228: liblapack] Error 2

I tried on a windows machine using minGW/msys2, with a VM, and on a Linux machine running Ubuntu.

Does anyone know How to solve this? Thank you so much!

Similar questions and discussions