Changeset e7b1f5b for GNUmakefile
- Timestamp:
- 09/28/18 12:53:22 (6 years ago)
- Branches:
- master, pympi
- Children:
- 0654f4c
- Parents:
- b060d3c (diff), be75350 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Hal Finkel <hfinkel@…> (09/28/18 12:53:22)
- git-committer:
- Hal Finkel <hfinkel@…> (09/28/18 12:53:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GNUmakefile
r2c47b73 re7b1f5b 63 63 BASE_CPPFLAGS := $(BLOSC_CPPFLAGS) -I. -D__STDC_CONSTANT_MACROS 64 64 65 UNAME_S := $(shell uname -s) 66 ifeq ($(UNAME_S),Linux) 67 OPENMPFLAG=-fopenmp 68 endif 69 65 70 FEDIR = frontend 66 FE_CFLAGS := -g -fPIC -O3 -fopenmp-std=gnu9971 FE_CFLAGS := -g -fPIC -O3 $(OPENMPFLAG) -std=gnu99 67 72 FE_CPPFLAGS := $(BASE_CPPFLAGS) -Ithirdparty/sqlite -DGENERICIO_NO_MPI 68 73 69 74 MPIDIR = mpi 70 MPI_CFLAGS := -g -O3 -fopenmp-std=gnu9975 MPI_CFLAGS := -g -O3 $(OPENMPFLAG) -std=gnu99 71 76 MPI_CPPFLAGS := $(BASE_CPPFLAGS) 72 77
Note: See TracChangeset
for help on using the changeset viewer.