We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente7d241c commit96ca3b6Copy full SHA for 96ca3b6
Makefile
@@ -66,13 +66,13 @@ endif
66
67
# compiler settings
68
PKG_CONFIG = pkg-config
69
-overrideCPPFLAGS +=$(shell$(PKG_CONFIG) --cflags healpix_cxx ) -fopenmp
70
-SHLIB_LINK =$(shell$(PKG_CONFIG) --libs healpix_cxx) -fopenmp
+overrideCPPFLAGS +=$(shell$(PKG_CONFIG) --cflags healpix_cxx )
+SHLIB_LINK =$(shell$(PKG_CONFIG) --libs healpix_cxx)
71
LINK.shared =$(CXX) -shared
72
73
# healpix_bare.c isn't ours so we refrain from fixing the warnings in there
74
healpix_bare/healpix_bare.o : healpix_bare/healpix_bare.c
75
-$(COMPILE.c) -fopenmp -Wno-declaration-after-statement -o$@$^
+$(COMPILE.c) -Wno-declaration-after-statement -o$@$^
76
77
# experimental for spoint3
78
pg_version :=$(word 2,$(shell$(PG_CONFIG) --version))