Update Documentation authored by Camille Coti's avatar Camille Coti
...@@ -19,7 +19,7 @@ Configure and compile it: ...@@ -19,7 +19,7 @@ Configure and compile it:
``` ```
./autogen.sh ./autogen.sh
./configure --prefix=$PWD/install --with-cuda-dir=/$CUDA --disable-socl --disable-opencl --enable-blas-lib=openblas --disable-mpi --disable-build-doc ./configure --prefix=$PWD/install --with-cuda-dir=$CUDA --disable-socl --disable-opencl --enable-blas-lib=openblas --disable-mpi --disable-build-doc
make -j install make -j install
``` ```
...@@ -37,8 +37,6 @@ with this line: ...@@ -37,8 +37,6 @@ with this line:
PKG_CHECK_MODULES([OPENBLAS], [openblas], PKG_CHECK_MODULES([OPENBLAS], [openblas],
``` ```
- Since I cannot build the documentation on Voltar, I disable it with `--disable-build-doc`. However, `make install` seems to try to go into directories related to this documentation that do not exist. I `mkdir` them when make complains and that's it.
## Apex ## Apex
Clone it. The StarPU support is on my fork: Clone it. The StarPU support is on my fork:
... ...
......