IRC log for #brlcad on 20171130

01:26.44 *** join/#brlcad kuchgtzuolwvffyr (~armin@dslb-088-064-126-034.088.064.pools.vodafone-ip.de)
01:42.04 brlcad someone done screwed that release up royally
02:07.46 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
02:56.13 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
03:01.27 *** join/#brlcad KimK (~KimK@2001:579:d00c:800:3983:8671:43b2:dc82)
03:02.47 *** join/#brlcad gabbar1947 (uid205515@gateway/web/irccloud.com/x-uyzmhkppubcgxios)
03:26.42 starseeker brlcad: eh?
03:27.06 starseeker you mean the mac?
04:48.55 *** join/#brlcad zwliew (uid161395@gateway/web/irccloud.com/x-tvmjpuaazddfnfmd)
05:45.30 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
06:32.03 brlcad yeah, the mac rooting
07:19.13 *** join/#brlcad Nitesh (niteshkuma@2405:205:a022:17b0:e4a8:bd84:f7e6:a512)
07:19.26 Nitesh Is there anyone...
07:21.43 Nitesh Can I get a reply for GCI.
08:05.23 *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar)
08:30.32 *** join/#brlcad Nitesh (~niteshkum@47.29.1.44)
08:39.01 Nitesh ..
10:15.23 *** join/#brlcad 21WAAFO60 (niteshkuma@2405:204:c10e:ff40:e4a8:bd84:f7e6:a512)
10:42.12 *** join/#brlcad merzo (~merzo@185.39.197.205)
11:57.47 *** join/#brlcad Siddharth (2f1f0ddc@gateway/web/freenode/ip.47.31.13.220)
12:00.04 *** join/#brlcad sidd__ (2f1f0ddc@gateway/web/freenode/ip.47.31.13.220)
12:36.55 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
12:41.34 *** join/#brlcad teepee (~teepee@unaffiliated/teepee)
13:20.43 *** join/#brlcad NiteshKumarNiran (2f1d375a@gateway/web/cgi-irc/kiwiirc.com/ip.47.29.55.90)
13:21.11 NiteshKumarNiran Is this GCI channel...
13:31.29 *** join/#brlcad yorik (~yorik@2804:431:f721:544a:290:f5ff:fedc:3bb2)
13:32.03 NiteshKumarNiran Please Create a gitter channel for GCI
13:41.00 *** join/#brlcad NiteshKumarNiran (2f1d375a@gateway/web/cgi-irc/kiwiirc.com/ip.47.29.55.90)
13:50.31 *** join/#brlcad Nitesh (2f1d1a90@gateway/web/freenode/ip.47.29.26.144)
13:50.42 NiteshKumarNiran ..
14:08.34 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
14:25.40 *** join/#brlcad gabbar1947 (uid205515@gateway/web/irccloud.com/x-tbyusjmcronjrvgc)
14:57.45 *** join/#brlcad teepee (~teepee@unaffiliated/teepee)
15:18.26 *** join/#brlcad lymarenko (5be75429@gateway/web/freenode/ip.91.231.84.41)
15:20.14 lymarenko Hello, i want to do https://codein.withgoogle.com/tasks/5086769135484928/ task. But I did not understand what data the script should download? Which students send or which you posted?
15:20.15 gcibot Write a script in any language (Python, Javascript, C/C++, Java, etc) that downloads GCI task data || 3 days || Code || BRL-CAD
15:27.48 *** join/#brlcad teepee (~teepee@unaffiliated/teepee)
15:40.14 archivist lymarenko, part of any task is the actual understanding of the specification
15:57.01 gabbar1947 lymarenko : please go through https://developers.google.com/open-source/gci/resources/downloads/TaskAPISpec.pdf ,everything lies in here
16:34.53 *** join/#brlcad teepee (~teepee@unaffiliated/teepee)
16:54.56 *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar)
17:10.33 *** join/#brlcad Rakete1111 (~Rakete111@p5099ac52.dip0.t-ipconnect.de)
17:14.01 Rakete1111 Hello all :)
17:14.12 gabbar1947 hello
17:15.53 Rakete1111 I have a file that I want to add to the project that uses C++11, but because CMake's minimum required version is 3.0.2, I can't use CMAKE_CXX_STANDARD. What should I do? Add the flags manually for gcc/clang, Intel and CL?
17:19.06 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
17:22.25 Notify 03BRL-CAD:starseeker * 70456 (brlcad/trunk/NEWS brlcad/trunk/src/tclscripts/man_browser.tcl): Workaround for benchmark broke other features. Try another tack and exclude executable files from the man page results.
17:27.18 starseeker Rakete1111: um. Do you know what the minimum version of CMake is for the feature you want?
17:27.40 Rakete1111 starseeker: Yes, it's 3.1
17:29.57 starseeker brlcad: what do you think? Debian stable is at 3.7.2...
17:33.28 starseeker Rakete1111: did quick discussion - we'll go ahead and bump the minimum version
17:33.39 starseeker do you know the patch version? i.e. 3.1.?
17:34.23 Rakete1111 Pretty sure it's 3.1.3
17:34.40 starseeker matches what I'm seeing. OK, hang on...
17:40.55 *** join/#brlcad kintel_ (~kintel@unaffiliated/kintel)
17:50.27 Notify 03BRL-CAD:starseeker * 70457 (brlcad/trunk/CMakeLists.txt brlcad/trunk/misc/svn2git/svn2git/CMakeLists.txt and 35 others): Bump minimum required CMake to 3.1.3 for C++ standards support. While we're at it, clean out some no-longer-needed CMake version aware logic.
17:50.45 Rakete1111 Cool thank you! :)
17:51.01 starseeker no problem - my pleasure
17:52.33 starseeker supposes if we're going to claim an older version of cmake is adequate we should probably have a CI test running to check, since most of us use way newer CMake versions day-to-day...
20:22.43 Notify 03BRL-CAD:starseeker * 70458 (brlcad/trunk/CMakeLists.txt brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake brlcad/trunk/src/libgcv/plugins/obj/wfobj/CMakeLists.txt): Make a stab at replacing our aborative attempt to catalog std compiler flags with the new CMake feature for doing the same thing (they've got more coverage...)
20:26.05 *** join/#brlcad Rocket1111 (~Rakete111@p5099ac52.dip0.t-ipconnect.de)
21:20.19 *** join/#brlcad yorik (~yorik@2804:431:f720:b702:290:f5ff:fedc:3bb2)
21:29.11 *** join/#brlcad merzo (~merzo@147-50-132-95.pool.ukrtel.net)
21:39.14 *** join/#brlcad zwliew (uid161395@gateway/web/irccloud.com/x-fdjsuxyohwxljggg)
21:51.38 Notify 03BRL-CAD:starseeker * 70459 (brlcad/trunk/src/libgcv/plugins/obj/wfobj/CMakeLists.txt brlcad/trunk/src/libgcv/plugins/obj/wfobj/obj_parser.cpp): We shouldn't need this any more...
22:38.55 *** join/#brlcad witness (uid10044@gateway/web/irccloud.com/x-mqapnctluqqwnkbc)
22:39.06 *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.