source: issm/trunk-jpl/externalpackages/scotch/configs/6.0/linux/Makefile.inc.linux-parallel-static@ 24593

Last change on this file since 24593 was 24593, checked in by jdquinn, 5 years ago

CHG: Added new configurations for Linux binaries, including support for Python bindings under Dakota, shipping of dynamic copy of libgfortran; external package configurations; cleanup of m4/issm_options.m4, Makefile.am’s, Jenkins configuration files; addition of Linux binaries packaging and testing scripts

File size: 490 bytes
Line 
1EXE =
2LIB = .a
3OBJ = .o
4
5MAKE = make
6AR = ar
7ARFLAGS = -ruv
8CAT = cat
9CCS = gcc
10CCP = ${ISSM_DIR}/externalpackages/mpich/install/bin/mpicc
11CCD = gcc
12CFLAGS = -O3 -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -Drestrict=__restrict -DIDXSIZE64
13CLIBFLAGS =
14LDFLAGS = -lz -lm -lrt -pthread
15CP = cp
16LEX = flex -Pscotchyy -olex.yy.c
17LN = ln
18MKDIR = mkdir -p
19MV = mv
20RANLIB = ranlib
21YACC = bison -pscotchyy -y -b y
Note: See TracBrowser for help on using the repository browser.