From 9531048fd75bc5defa0766bb57a118704e55033a Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Wed, 13 Sep 2023 09:50:28 +0200 Subject: [PATCH] Add fftw dependency and add sections in config files (petsc, fftw); add compilation script for petsc 3.19.4 and fftw 3.3.10 --- applications/SALOME-master.pyconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/SALOME-master.pyconf b/applications/SALOME-master.pyconf index 535654f..06e4b28 100644 --- a/applications/SALOME-master.pyconf +++ b/applications/SALOME-master.pyconf @@ -61,6 +61,7 @@ APPLICATION : FMILibrary : '2.0.3' fftw : {tag : '3.3.10', section: 'version_3_3_10', base: 'no'} fonttools : '4.48.1' + fftw : {tag : '3.3.10', section: 'version_3_3_10', base: 'no'} freeimage : '3.16.0' freetype : '2.9.1' gcc : '8.5.0' @@ -109,7 +110,7 @@ APPLICATION : patsy : '0.5.4' ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'} PERSALYS: 'v14.1' - petsc : {tag : '3.16.0', base: 'no', section: 'version_3_16_0', hpc: 'yes'} + petsc : {tag : '3.19.4', base: 'no', section: 'version_3_19_4', hpc: 'yes'} Pillow : '8.4.0' planegcs : '0.18-3cb6890' psutil : '5.9.8' -- 2.39.2