Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96ca3b6

Browse files
committed
remove -fopenmp as unused
1 parent e7d241c commit 96ca3b6

File tree

4 files changed

+718
-1784
lines changed

4 files changed

+718
-1784
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ endif
6666

6767
# compiler settings
6868
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)
7171
LINK.shared = $(CXX) -shared
7272

7373
# healpix_bare.c isn't ours so we refrain from fixing the warnings in there
7474
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 $@ $^
7676

7777
# experimental for spoint3
7878
pg_version := $(word 2,$(shell $(PG_CONFIG) --version))

0 commit comments

Comments
 (0)