I'm beginning to feel like a complete idiot. I'm trying to build plaidML from scratch following these instructions.
First step, install Anaconda. Already installed. No problem.
Second, install bazelisk. Took me a while to successfully install wget so I could then follow these instructions, but OK. Got bazelisk installed.
Third, "Configure the Build". WHA????
It's asking me to run a script called ./configure. Where in the above steps was that created? There's no such script. Looking at the sample output, it appears that at this point I'm supposed to have a plaidML source directory, $HOME/src/plaidml. When in the instructions was that supposed to have been created?
The first line of the sample output mentions PlaidML, so it seems that this configure script is PlaidML-specific, and that it must have come with the source. But nowhere on this page does it actually tell me where the source is.
I have been searching for any page that tells me where to actually download the source and create this directory, but so far to no avail. What am I missing?
Edit: Are these instructions assuming that I have cloned the entire plaidML master github repository? This thing?