mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: g/GTK+/GTK+-3.24.8-GCCcore-8.2.0.eb new file: m/Meld/Meld-3.20.1-Python-3.7.2.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb new file: r/RSPt/RSPTmake.inc new file: r/RSPt/RSPt-1.1-intel-2017c.eb new file: r/RSPt/RSPt-1.1-intel-2017c.patch new file: s/SPRKKR/SPRKKR-7.7.2-intel-2017c.eb new file: s/SPRKKR/SPRKKR-7.7.2-intel-2017c.patch deleted: p/PyGTK/PyGTK-2.24.0-Python-2.7.13.eb
23 lines
1007 B
Diff
23 lines
1007 B
Diff
--- RSPTmakes/RSPTautomake/RSPTautomake.sh.orig 2019-08-09 13:45:12.038398676 +0200
|
|
+++ RSPTmakes/RSPTautomake/RSPTautomake.sh 2019-08-09 13:48:37.184735110 +0200
|
|
@@ -168,8 +168,8 @@
|
|
echo "#RSPTautomake: " $FCOMPILER $FCPPFLAGS > ../../RSPTmake.inc
|
|
if [ -n "$FCPPFLAGS" ]
|
|
then
|
|
- CCOMPILER="mpicc"
|
|
- FCOMPILER="mpif90"
|
|
+ CCOMPILER="mpiicc"
|
|
+ FCOMPILER="mpiifort"
|
|
fi
|
|
echo "#FORTRAN:">> ../../RSPTmake.inc
|
|
echo "FCOMPILER =" $FCOMPILER >> ../../RSPTmake.inc
|
|
@@ -185,7 +185,7 @@
|
|
echo "LAPACKLIB =" $LAPACKLIB >> ../../RSPTmake.inc
|
|
echo "BLASLIB =" $BLASLIB >> ../../RSPTmake.inc
|
|
echo "FFTWLIB =" $FFTWLIB >> ../../RSPTmake.inc
|
|
- echo "EXTRALIBS =" $EXTRALIBS >> ../../RSPTmake.inc
|
|
+# echo "EXTRALIBS =" $EXTRALIBS >> ../../RSPTmake.inc
|
|
echo "INCLUDEDIRS =" $INCLUDEDIRS >> ../../RSPTmake.inc
|
|
else
|
|
echo "RSPTautomake failed to find a suitable FCOMPILER. Please load the appropriate modules and try again."
|