File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- CXX_STD = CXX11
21GCC_VERSION = ${subst gcc,,${COMPILED_BY}}
32RWINLIB = ../windows/zeromq-4.3.4
43
5- PKG_CXXFLAGS = -Wno-deprecated-declarations
4+ # PKG_CXXFLAGS = -Wno-deprecated-declarations
65
76PKG_CPPFLAGS = -DZMQ_STATIC \
87 -I${RWINLIB}/include -I../inst
98
109PKG_LIBS = \
1110 -L${RWINLIB}/lib${GCC_VERSION}${R_ARCH} \
12- -L${RWINLIB}/lib${R_ARCH}${CRT} \
11+ -L${RWINLIB}/lib${R_ARCH} \
1312 -lzmq -lsodium -liphlpapi -lws2_32
1413
1514all: clean winlibs
Original file line number Diff line number Diff line change 11# Build against precompiled zeromq libs.
22if (! file.exists(" ../windows/zeromq-4.3.4/include/zmq.h" )){
33 if (getRversion() < " 3.3.0" ) setInternet2()
4- download.file(" https://github.com/rwinlib/zeromq/archive/v4 .3.4.zip" , " lib.zip" , quiet = TRUE )
4+ download.file(" https://github.com/rwinlib/zeromq/archive/4 .3.4.zip" , " lib.zip" , quiet = TRUE )
55 dir.create(" ../windows" , showWarnings = FALSE )
66 unzip(" lib.zip" , exdir = " ../windows" )
77 unlink(" lib.zip" )
8+
9+ # We want to use vendored zmq.hpp from rzmq instead
10+ unlink(" ../windows/zeromq-4.3.4/include/*.hpp" )
811}
You can’t perform that action at this time.
0 commit comments