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

new file: d/Doris/core_configure.patch new file: d/Doris/envisat_Makefile.patch new file: d/Doris/sartools_Makefile.patch new file: l/LAPACK/LAPACK-3.7.1-gompi-2017a.eb modified: p/Python/Python-2.7.9-intel-2015b.eb new file: p/phonopy/phonopy-1.11.12.5-intel-2015b-Python-2.7.9.eb modified: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11.eb modified: t/Trilinos/Trilinos-12.4.2-intel-2017a-Python-2.7.11.eb modified: t/Trilinos/Trilinos-12.8.1-intel-2017a-Python-2.7.11.eb
17 lines
534 B
Diff
17 lines
534 B
Diff
--- envisat_tools/Makefile.orig 2017-06-30 08:23:02.000000000 +0200
|
|
+++ envisat_tools/Makefile 2017-06-30 08:26:54.000000000 +0200
|
|
@@ -17,11 +17,11 @@
|
|
### Check if you agree with the options below (install_dir OK?)
|
|
### then simply type: "make install"
|
|
SHELL = /bin/sh
|
|
-CC = gcc
|
|
+CC = ${CC}
|
|
#CFLAGS = -O3
|
|
#CFLAGS = -m32 # for 64-bit systems, it requires compatibility lib32, no need for epr_api v2.2
|
|
LFLAGS = -lm
|
|
-INSTALL_DIR = /home/gertmulder/bin/doris/doris_v5_wu_branch
|
|
+INSTALL_DIR = ${INSTALLDIR}
|
|
|
|
|
|
|