From bob.obara at kitware.com Wed Dec 9 11:29:30 2015 From: bob.obara at kitware.com (Kitware) Date: Wed, 9 Dec 2015 11:29:30 -0500 Subject: [Smtk-developers] Any Issues running MAC OS 10.11 Message-ID: <0B5257E0-0E5E-4C50-B20F-E853A19E5E17@kitware.com> HI Folks, I?m thinking of upgrading one of my macs to 10.11 - are there any problems building/running CMB/SMTK on that version? Bob Robert M. O'Bara, MEng. Assistant Director of Scientific Computing Kitware Inc. 28 Corporate Drive Suite 101 Clifton Park, NY 12065 Phone: (518) 881- 4931 -------------- next part -------------- An HTML attachment was scrubbed... URL: From robert.maynard at kitware.com Wed Dec 9 11:40:05 2015 From: robert.maynard at kitware.com (Robert Maynard) Date: Wed, 9 Dec 2015 11:40:05 -0500 Subject: [Smtk-developers] [Cmb-users] Any Issues running MAC OS 10.11 In-Reply-To: <0B5257E0-0E5E-4C50-B20F-E853A19E5E17@kitware.com> References: <0B5257E0-0E5E-4C50-B20F-E853A19E5E17@kitware.com> Message-ID: I haven't had any issues so far, although I haven't updated to the latest XCode ( using XCode 7.1.1). On Wed, Dec 9, 2015 at 11:29 AM, Kitware wrote: > HI Folks, > > I?m thinking of upgrading one of my macs to 10.11 - are there any problems > building/running CMB/SMTK on that version? > > Bob > > Robert M. O'Bara, MEng. > Assistant Director of Scientific Computing > > Kitware Inc. > 28 Corporate Drive > Suite 101 > Clifton Park, NY 12065 > > Phone: (518) 881- 4931 > > > > > > _______________________________________________ > Cmb-users mailing list > Cmb-users at computationalmodelbuilder.org > http://public.kitware.com/mailman/listinfo/cmb-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob.obara at kitware.com Thu Dec 10 16:02:36 2015 From: bob.obara at kitware.com (Robert Michael O'Bara) Date: Thu, 10 Dec 2015 16:02:36 -0500 Subject: [Smtk-developers] Should SMTK issues now be posted to GitLab? In-Reply-To: References: Message-ID: <908BD009-1225-4736-968D-5C5C4446266C@kitware.com> Hi John, You can now report issues on the Gitlab site for SMTK. Note to all developers - the Github repo is now a mirror for SMTK and the GitLab repo has now been made the true repository for SMTK. Bob Robert M. O'Bara, MEng. Assistant Director of Scientific Computing Kitware Inc. 28 Corporate Drive Suite 101 Clifton Park, NY 12065 Phone: (518) 881- 4931 > On Dec 10, 2015, at 3:52 PM, John Tourtellott wrote: > > Bob, I found a problem with qtAttributeView, but I'm not sure if I should use GitHub to report it. Looks like GitLab/SMTK is now the primary repo, however, it doesn't look like issues are enabled for it (or I cannot find it). Please advise.... > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.thompson at kitware.com Tue Dec 22 13:49:36 2015 From: david.thompson at kitware.com (David Thompson) Date: Tue, 22 Dec 2015 13:49:36 -0500 Subject: [Smtk-developers] SMTK unit-test infrastructure: In-Reply-To: References: Message-ID: > So when writing smtk mesh, I added testing macros > CMake code: https://gitlab.kitware.com/cmb/smtk/blob/master/CMake/SMTKTestingMacros.cmake > Example usage: > https://gitlab.kitware.com/cmb/smtk/blob/master/smtk/mesh/testing/cxx/CMakeLists.txt Related: Python tests should inherit smtk.testing.TestCase. See this example: https://gitlab.kitware.com/cmb/smtk/blob/master/smtk/bridge/exodus/testing/python/slacReadFile.py David From david.thompson at kitware.com Tue Dec 22 13:52:42 2015 From: david.thompson at kitware.com (David Thompson) Date: Tue, 22 Dec 2015 13:52:42 -0500 Subject: [Smtk-developers] SMTK unit-test infrastructure: In-Reply-To: References: Message-ID: <7361B9D0-DD93-4478-8E23-D313814E2496@kitware.com> >> So when writing smtk mesh, I added testing macros >> CMake code: https://gitlab.kitware.com/cmb/smtk/blob/master/CMake/SMTKTestingMacros.cmake >> Example usage: >> https://gitlab.kitware.com/cmb/smtk/blob/master/smtk/mesh/testing/cxx/CMakeLists.txt > > Related: Python tests should inherit smtk.testing.TestCase. See this example: > https://gitlab.kitware.com/cmb/smtk/blob/master/smtk/bridge/exodus/testing/python/slacReadFile.py Also, there's a tutorial on debugging Python unit tests interactively: http://smtk.readthedocs.org/en/latest/tutorials/debugging_python_tests/index.html David