snoplus / snoing

New snocave installation method for SNO+. Sno packages fall from the web (sky), i.e. snoing.
Other
5 stars 27 forks source link

xsnoed installation #118

Closed mastbaum closed 5 years ago

mastbaum commented 11 years ago

Add xsnoed as an installable package.

mastbaum commented 11 years ago

:pineapple:

orebi commented 11 years ago

Is that a pineapple?

mastbaum commented 11 years ago

'Tis.

pgjones commented 11 years ago

:watermelon: Also are you hoping to get a particular persons attention?

mastbaum commented 11 years ago

:turtle:

straitm commented 11 years ago

:8ball:

I think you said this would be easy. Do you want to knock it out? Or get something almost working that I can touch up?

mastbaum commented 11 years ago

:banana:

pgjones commented 10 years ago

Partially done, see snoplus/xsnoed#29

krishmaj commented 10 years ago

I've been trying to install XSNOED using SNOing recently, and I'm encountering some issues, I think related to a broken file-location in the xsnoedstream.cxx file during installation:

... make[1]: Leaving directory `/data/snoplus/software/snocave_SL6/xsnoed-5.1.0' xsnoedstream.cxx:60:31: error: RAT/zdab_convert.hh: No such file or directory xsnoedstream.cxx: In function ‘aPmtEventRecord* rat_load_event(int)’: xsnoedstream.cxx:589: error: ‘ratzdab’ has not been declared make[1]: * [r_xsnoedstream.o] Error 1 make: * [xsnoed_] Error 2

RAT/zdab_convert.hh doesn't exist anymore, but rat-tools/ratzdab/src/zdab_convert.hpp does ... meant to link the latter? And the "ratzdab" namespace in the second error is missing because it can't find the zdab_convert header.

kgilje commented 5 years ago

Fixed by PR #149

mastbaum commented 5 years ago

You are a hero @kgilje.