File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Package: nanonext
22Type: Package
33Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4- Version: 0.5.4.9000
4+ Version: 0.5.5
55Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66 a socket library providing high-performance scalability protocols,
77 implementing a cross-platform standard for messaging and communications.
Original file line number Diff line number Diff line change 1- # nanonext 0.5.4.9000 (development)
1+ # nanonext 0.5.5
22
33#### Updates
44
Original file line number Diff line number Diff line change 3939 PKG_LIBS=" -L/usr/local/lib $PKG_LIBS "
4040 fi
4141else
42- echo " Detecting cmake..."
42+ echo " Detecting ' cmake' ..."
4343 which cmake
4444 if [ $? -ne 0 ]
4545 then
You can’t perform that action at this time.
0 commit comments