From bob.obara at kitware.com Mon May 4 23:50:05 2015 From: bob.obara at kitware.com (Robert Michael O'Bara) Date: Mon, 4 May 2015 22:50:05 -0500 Subject: [Cmb-users] Bug: Adding things to a group clears its color Message-ID: Hi Yumin, Adding anything to a group (either domain or boundary will cause the group to loose its assigned color. 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 yumin.yuan at kitware.com Fri May 15 16:39:00 2015 From: yumin.yuan at kitware.com (Yumin Yuan) Date: Fri, 15 May 2015 16:39:00 -0400 Subject: [Cmb-users] Heads up: paraview and smtk update. Message-ID: Hi folks, Some major changes have just been merged in smtk and cmb, which requires a paraview update. The cmbsuperbuild has been updated to support these changes. Our buildbot should be happier tomorrow. Have a nice weekend. Yumin -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.thompson at kitware.com Fri May 22 15:27:40 2015 From: david.thompson at kitware.com (David Thompson) Date: Fri, 22 May 2015 15:27:40 -0400 Subject: [Cmb-users] Builders beware: Header install location changing Message-ID: <1E7CBE8C-4C30-4F0B-B697-A6D276D5F5E9@kitware.com> Hi all, SMTK is about to start installing its headers into a different location (${PREFIX}/include/smtk/${SMTK_VERSION}/smtk instead of ${PREFIX}/include/smtk). CMB merge request #33 keeps CMB compiling but does require you to remove SMTK_INCLUDE_DIR from your CMB CMakeCache.txt file before rebuilding. It would also be wise to wipe the ${PREFIX}/include/smtk directory before updating+installing SMTK so that CMB doesn't find the old headers and break down the road. This change should make the build+test process less fragile since SMTK builds will no longer find installed headers and try to use those. I will merge the change to SMTK/master right now and wait until folks are ready to merge SMTK/master to SMTK/release-v1. The latter should happen coincidental with MR#33 merging on CMB. David From david.thompson at kitware.com Fri May 22 16:04:31 2015 From: david.thompson at kitware.com (David Thompson) Date: Fri, 22 May 2015 16:04:31 -0400 Subject: [Cmb-users] Builders beware: Header install location changing In-Reply-To: <1E7CBE8C-4C30-4F0B-B697-A6D276D5F5E9@kitware.com> References: <1E7CBE8C-4C30-4F0B-B697-A6D276D5F5E9@kitware.com> Message-ID: <0ECC2EF2-E6E6-4A47-B92E-F6C5BD0FE5A3@kitware.com> This has now been merged. I will tag SMTK's release-v1 branch as v1.0.0rc1. There should be a release-candidate 2 before the official SMTK v1.0 release. David > On May 22, 2015, at 3:27 PM, David Thompson wrote: > > Hi all, > > SMTK is about to start installing its headers into a different location (${PREFIX}/include/smtk/${SMTK_VERSION}/smtk instead of ${PREFIX}/include/smtk). CMB merge request #33 keeps CMB compiling but does require you to remove SMTK_INCLUDE_DIR from your CMB CMakeCache.txt file before rebuilding. It would also be wise to wipe the ${PREFIX}/include/smtk directory before updating+installing SMTK so that CMB doesn't find the old headers and break down the road. > > This change should make the build+test process less fragile since SMTK builds will no longer find installed headers and try to use those. I will merge the change to SMTK/master right now and wait until folks are ready to merge SMTK/master to SMTK/release-v1. The latter should happen coincidental with MR#33 merging on CMB. > > David