kernsuite / packaging

Use this repository to report issues with packages or request new packages
13 stars 4 forks source link

FOUND NO DOCUMENTATION for miriad #207

Closed danieleUTS closed 4 years ago

danieleUTS commented 5 years ago

Hi guys!

I installed miriad but every time I try to use it I have troubles.

Every time I want to use a task, for example if I text in the miriad shell: "inp histo" the message is "found no documentation on task histo"

I have this problem for all the tasks!

gijzelaerr commented 5 years ago

you might need to set some environment variables:

MIR=/usr/bin
MIRCAT=/usr/share/miriad
MIRDEF=.
MIRARCH=linux64

https://www.atnf.csiro.au/computing/software/miriad/userguide/node15.html

gijzelaerr commented 5 years ago

does this solve your issue?

danieleUTS commented 5 years ago

Hello,

thank you for replying me. Unfortunately, no. It looks like it is not possible to find the libraries.

Daniele

Il giorno lun 15 lug 2019 alle ore 23:53 Gijs Molenaar < notifications@github.com> ha scritto:

does this solve your issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kernsuite/packaging/issues/207?email_source=notifications&email_token=AMQCNUJGEFMGDICDU7AYLHLP7R6ONA5CNFSM4H7B5H22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ5YMFA#issuecomment-511411732, or mute the thread https://github.com/notifications/unsubscribe-auth/AMQCNUML37UZJCEBFVUSBH3P7R6ONANCNFSM4H7B5H2Q .

gijzelaerr commented 5 years ago

ok. I'm unfamiliar with miriad myself so I can't help you unless someone points out what could be the issue. I'll leave this issue open until someone has an answer.

danieleUTS commented 5 years ago

ok. Thank you so much for the assistance!!!

Il giorno mar 16 lug 2019 alle ore 16:08 Gijs Molenaar < notifications@github.com> ha scritto:

ok. I'm unfamiliar with miriad myself so I can't help you unless someone points out what could be the issue. I'll leave this issue open until someone has an answer.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kernsuite/packaging/issues/207?email_source=notifications&email_token=AMQCNUNC3DMSGJNF4XQK7DDP7VQV7A5CNFSM4H7B5H22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ7ZVIY#issuecomment-511679139, or mute the thread https://github.com/notifications/unsubscribe-auth/AMQCNUPQWOI3KSF2VUHFPODP7VQV7ANCNFSM4H7B5H2Q .

ivstog commented 4 years ago

Adding the MIRPDOC to the environment solved the issue for me. MIRPDOC=$MIR/doc; export MIRPDOC

gijzelaerr commented 4 years ago

great! Thanks! I guess we should modify the source code to point to these locations by defaul.t

gijzelaerr commented 4 years ago

@danieleUTS does adding the MIRPDOC environment variable solve your issue?

gijzelaerr commented 4 years ago

silence probably equals to problem solved.