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
6666
6767# compiler settings
6868PKG_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)
7171LINK.shared = $(CXX ) -shared
7272
7373# healpix_bare.c isn't ours so we refrain from fixing the warnings in there
7474healpix_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 $@ $^
7676
7777# experimental for spoint3
7878pg_version := $(word 2,$(shell $(PG_CONFIG ) --version) )
You can’t perform that action at this time.
0 commit comments