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
16 lines
484 B
Diff
16 lines
484 B
Diff
--- sar_tools/Makefile.orig 2017-06-30 08:24:34.000000000 +0200
|
|
+++ sar_tools/Makefile 2017-06-30 08:26:23.000000000 +0200
|
|
@@ -23,10 +23,10 @@
|
|
|
|
### Installdirdef should exist!
|
|
#INSTALL_DIR = /usr/local/bin
|
|
-INSTALL_DIR = /home/dlevelt/src/Doris_s1_git/bin
|
|
+INSTALL_DIR = ${INSTALLDIR}
|
|
|
|
### GCC compiler
|
|
-CC = g++
|
|
+CC = ${CXX}
|
|
CFLAGS = -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE #-m32 to force 32bit on 64bit platform
|
|
|
|
### Intel compiler
|