Changeset 2c47b73 for GNUmakefile
- Timestamp:
- 06/15/18 15:41:53 (6 years ago)
- Branches:
- master, pympi
- Children:
- eeacdad
- Parents:
- 6461f57
- git-author:
- Hal Finkel <hfinkel@…> (06/15/18 15:41:53)
- git-committer:
- Hal Finkel <hfinkel@…> (06/15/18 15:41:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GNUmakefile
r6461f57 r2c47b73 64 64 65 65 FEDIR = frontend 66 FE_CFLAGS := -g -fPIC -O3 -fopenmp 66 FE_CFLAGS := -g -fPIC -O3 -fopenmp -std=gnu99 67 67 FE_CPPFLAGS := $(BASE_CPPFLAGS) -Ithirdparty/sqlite -DGENERICIO_NO_MPI 68 68 69 69 MPIDIR = mpi 70 MPI_CFLAGS := -g -O3 -fopenmp 70 MPI_CFLAGS := -g -O3 -fopenmp -std=gnu99 71 71 MPI_CPPFLAGS := $(BASE_CPPFLAGS) 72 72 … … 170 170 thirdparty/SZ/sz/src/sz_double_pwr.o \ 171 171 thirdparty/SZ/sz/src/szd_float_pwr.o \ 172 thirdparty/SZ/sz/src/szd_double_pwr.o 172 thirdparty/SZ/sz/src/szd_double_pwr.o \ 173 thirdparty/SZ/sz/src/sz_double_ts.o \ 174 thirdparty/SZ/sz/src/sz_float_ts.o \ 175 thirdparty/SZ/sz/src/szd_double_ts.o \ 176 thirdparty/SZ/sz/src/szd_float_ts.o 173 177 174 178 FE_BLOSC_O := $(addprefix $(FEDIR)/,$(BLOSC_O))
Note: See TracChangeset
for help on using the changeset viewer.