pyne / pyne-ci

Continuous Integration scripts for PyNE core using Batlab
Other
1 stars 5 forks source link

Sigma Team Codes #26

Closed scopatz closed 9 years ago

scopatz commented 9 years ago

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

scopatz commented 9 years ago

Update for MOAB tools: http://submit-1.batlab.org/nmi/results/details?groupBy=platform&runID=305777&groupDirection=down&sortBy=taskID&sortDirection=down

crbates commented 9 years ago

so as it this just adds a potential run-spec right?

scopatz commented 9 years ago

That is right, to be run whenever sigma updates and we want to follow suit.

makeclean commented 9 years ago

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.

makeclean commented 9 years ago

But maybe that's part of my build system updates pr?

scopatz commented 9 years ago

@makeclean, what do you mean "pickup"

makeclean commented 9 years ago

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"

scopatz commented 9 years ago

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.

scopatz commented 9 years ago

Do you have a link to the updated FindMoab.cmake file?

scopatz commented 9 years ago

The one in pyne does not contain DAGMC_LIBRARIES

scopatz commented 9 years ago

Actually I don't think this is needed because of the the way that dagmc is linked in pyne/CMakeLists.txt

makeclean commented 9 years ago

Ok, my mistake. If you do need it we have an updated FindMOAB.cmake in DAGMC

scopatz commented 9 years ago

Hi Andy, Do you have a link to the new one. It is probably worth upgrading...