File tree Expand file tree Collapse file tree 4 files changed +718
-1784
lines changed Expand file tree Collapse file tree 4 files changed +718
-1784
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ endif
66
66
67
67
# compiler settings
68
68
PKG_CONFIG = pkg-config
69
- override CPPFLAGS += $(shell $(PKG_CONFIG ) --cflags healpix_cxx ) -fopenmp
70
- SHLIB_LINK = $(shell $(PKG_CONFIG ) --libs healpix_cxx) -fopenmp
69
+ override CPPFLAGS += $(shell $(PKG_CONFIG ) --cflags healpix_cxx )
70
+ SHLIB_LINK = $(shell $(PKG_CONFIG ) --libs healpix_cxx)
71
71
LINK.shared = $(CXX ) -shared
72
72
73
73
# healpix_bare.c isn't ours so we refrain from fixing the warnings in there
74
74
healpix_bare/healpix_bare.o : healpix_bare/healpix_bare.c
75
- $(COMPILE.c ) -fopenmp - Wno-declaration-after-statement -o $@ $^
75
+ $(COMPILE.c ) -Wno-declaration-after-statement -o $@ $^
76
76
77
77
# experimental for spoint3
78
78
pg_version := $(word 2,$(shell $(PG_CONFIG ) --version) )
You can’t perform that action at this time.
0 commit comments