Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 04bdcdea authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Update dependencies to chameleon v1.3.0

parent e82a54ee
No related branches found
No related tags found
No related merge requests found
Pipeline #1124420 passed
......@@ -11,9 +11,9 @@ RUN apt-get install -y git python-is-python3 cmake build-essential gfortran pkg-
RUN apt-get autoremove -y
#RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN wget https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.2.0/chameleon-1.2.0.tar.gz && \
tar xvf chameleon-1.2.0.tar.gz && \
cd chameleon-1.2.0 && \
RUN wget https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.3.0/chameleon-1.3.0.tar.gz && \
tar xvf chameleon-1.3.0.tar.gz && \
cd chameleon-1.3.0 && \
mkdir build && \
cd build && \
cmake .. -DCHAMELEON_USE_MPI=ON -DBLA_VENDOR=Intel10_64lp -DCHAMELEON_KERNELS_MT=ON -DBUILD_SHARED_LIBS=ON && \
......
......@@ -68,7 +68,7 @@ To get fmr
* Blas/Lapack
* zlib and bzip2
* optional
* [Chameleon-v1.2.0](https://gitlab.inria.fr/solverstack/chameleon), MPI, StarPU
* [Chameleon-v1.3.0](https://gitlab.inria.fr/solverstack/chameleon), MPI, StarPU
* MKL random generators
* HDF5
......@@ -76,7 +76,7 @@ To get fmr
FMR was tested on Linux system and MacosX (10.15) with
* compilers (Intel, clang, GNU)
* Blas/Lapack: openblas and MKL, Chameleon (release v1.2.0)
* Blas/Lapack: openblas and MKL, Chameleon (release v1.3.0)
* MPI and runtime: OpenMPI and StarPU latest release
* zlib and bzip2
* HDF5 1.10 or later (with the `--with-default-api-version=v110` configure flag)
......
class Chameleon < Formula
desc "Dense linear algebra subroutines for heterogeneous and distributed architectures"
homepage "https://gitlab.inria.fr/solverstack/chameleon"
url "https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.2.0/chameleon-1.2.0.tar.gz"
sha256 "b8988ecbff19c603ae9f61441653c21bba18d040bee9bb83f7fc9077043e50b4"
url "https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.3.0/chameleon-1.3.0.tar.gz"
sha256 "2725d2d2a9885e619e0c8d41306b9b9dc6d5df635b710cf8d077a14803ea26cd"
license "CeCILL-C"
depends_on "cmake" => :build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment