starpu-runtime / starpu

This is a mirror of https://gitlab.inria.fr/starpu/starpu where our development happens, but contributions are welcome here too!
https://starpu.gitlabpages.inria.fr/
GNU Lesser General Public License v2.1
58 stars 13 forks source link

Incorrect installation instructions #53

Closed athas closed 1 month ago

athas commented 1 month ago

I am trying to install StarPU via the starpu-nightly-latest.tar.gz tarball (unpacks to starpu-1.4.7.99) via the instructions in the README. However, these instructions seem wrong:

$ mkdir build && cd build
$ ./configure
$ make
$ make install

If I createa a new build directory and immediately cd into it, then there is no way it can contain a configure script.

nfurmento commented 1 month ago

Thanks, i just fixed the configure call.

The update will be available in github tomorrow.