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
/unigdPublic

Commite20ae32

Browse files
committed
Do not set c++ std (CRAN requirement)
1 parentefe4e41 commite20ae32

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

‎src/Makevars.in‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CXX_STD = CXX14
2-
31
PKG_CPPFLAGS = @cflags@ -Ilib -I../inst/include -DFMT_HEADER_ONLY
42

53
#PKG_CXXFLAGS=$(C_VISIBILITY)
@@ -9,4 +7,4 @@ PKG_LIBS = @libs@ -lpng -lz
97
all: clean
108

119
clean:
12-
rm -f $(SHLIB) $(OBJECTS)
10+
rm -f $(SHLIB) $(OBJECTS)

‎src/Makevars.ucrt‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CXX_STD = CXX14
2-
31
PKG_CPPFLAGS = -Ilib \
42
-DFMT_HEADER_ONLY \
53
-I../inst/include
@@ -16,7 +14,7 @@ else
1614
PKG_CPPFLAGS += $(shell pkg-config --cflags cairo libtiff-4)
1715
endif
1816

19-
all: clean
17+
all: clean
2018

2119
clean:
22-
rm -f $(OBJECTS)
20+
rm -f $(OBJECTS)

‎src/Makevars.win‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CXX_STD = CXX14
2-
31
VERSION_HARFBUZZ = 2.7.4
42
VERSION_CAIRO = 1.16.0
53

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp