Closed scopatz closed 9 years ago
so as it this just adds a potential run-spec right?
That is right, to be run whenever sigma updates and we want to follow suit.
Oh, @scopatz, for libdagmc.so you'll need to pick up the ${dagmc_libs} cmake variable in pyne, this is because dagmc is no longer part of the moab library.
But maybe that's part of my build system updates pr?
@makeclean, what do you mean "pickup"
It used to to be the case that moab provided the ${MOAB_LIBRARIES} cmake variable, which was "-ldagmc -lMOAB", since the move of DAGMC to tools, ${MOAB_LIBRARIES} now is "-lMOAB", if you need the dagmc libraries as well you need ${DAGMC_LIBRARIES} which is "-ldagmc -lMOAB"
I see. Thanks!
On Fri, Mar 6, 2015, 10:36 AM Andrew Davis notifications@github.com wrote:
It used to to be the case that moab provided the ${MOAB_LIBRARIES} cmake variable, which was "-ldagmc -lMOAB", since the move of DAGMC to tools, ${MOAB_LIBRARIES} now is "-lMOAB", if you need the dagmc libraries as well you need ${DAGMC_LIBRARIES} which is "-ldagmc -lMOAB"
— Reply to this email directly or view it on GitHub https://github.com/pyne/pyne-ci/pull/26#issuecomment-77589629.
Do you have a link to the updated FindMoab.cmake file?
The one in pyne does not contain DAGMC_LIBRARIES
Actually I don't think this is needed because of the the way that dagmc is linked in pyne/CMakeLists.txt
Ok, my mistake. If you do need it we have an updated FindMOAB.cmake in DAGMC
Hi Andy, Do you have a link to the new one. It is probably worth upgrading...
This PR builds part of the Sigma team suite of software, including: CGM, MOAB, LASSO, and PyTAPS. The associated run is: http://submit-1.batlab.org/nmi/results/details?groupBy=platform&runID=305754&groupDirection=down&sortBy=taskID&sortDirection=down