Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96ca3b6

Browse files
committed
remove -fopenmp as unused
1 parente7d241c commit96ca3b6

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-
overrideCPPFLAGS +=$(shell$(PKG_CONFIG) --cflags healpix_cxx ) -fopenmp
70-
SHLIB_LINK =$(shell$(PKG_CONFIG) --libs healpix_cxx) -fopenmp
69+
overrideCPPFLAGS +=$(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)

[8]ページ先頭

©2009-2025 Movatter.jp