... | @@ -10,13 +10,12 @@ We need the following packages : |
... | @@ -10,13 +10,12 @@ We need the following packages : |
|
* Scalapack ( version >= 2, from AUR)
|
|
* Scalapack ( version >= 2, from AUR)
|
|
* Superlu (version 4, from AUR)
|
|
* Superlu (version 4, from AUR)
|
|
* parmetis
|
|
* parmetis
|
|
* metis4 (from AUR)
|
|
|
|
* openblas (from AUR)
|
|
* openblas (from AUR)
|
|
|
|
|
|
## Compile Taucs
|
|
## Compile Taucs
|
|
Unfortunately, we need to compile Taucs (which is not maintained anymore). We can follow the installation README from softserver.
|
|
Unfortunately, we need to compile Taucs (which is not maintained anymore). We can follow the installation README from softserver.
|
|
|
|
|
|
The associated config file is attached: [linux_Arch.mk](/uploads/505b27976080af42b7adeace9af4fa8e/linux_Arch.mk)
|
|
The associated config file is attached: [linux_Arch.mk](/uploads/d23c065688858d74668876a0a46279a3/linux_Arch.mk)
|
|
|
|
|
|
In order to work with gcc >= 6, `src/taucs.h` must be modified. You must comment `extern int isnan(double);` and `extern int isinf(double);`
|
|
In order to work with gcc >= 6, `src/taucs.h` must be modified. You must comment `extern int isnan(double);` and `extern int isinf(double);`
|
|
|
|
|
... | | ... | |