Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:8hdk376snf09zj37dk82s92:ubuild [2009-06-23 22:11:01] paule |
kvalobs:kvoss:system:qc2:8hdk376snf09zj37dk82s92:ubuild [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
====== System Build Notes ====== | ====== System Build Notes ====== | ||
+ | |||
+ | Below is a mixed bag of what is needed and other things I tried. Refer also to the definitive kvalobs installation dokumentasjon within the DMZ. | ||
< | < | ||
Line 105: | Line 107: | ||
The current documentation provides the folllowing guidance: | The current documentation provides the folllowing guidance: | ||
< | < | ||
- | # Local additions for kvalobs | + | # Local additions for kvalobs |
- | host all | + | host all |
- | host all | + | host all |
- | host all | + | host all |
- | host all | + | host all |
- | host all | + | host all |
- | host all | + | host all |
</ | </ | ||
Line 131: | Line 133: | ||
... | ... | ||
host all kvalobs | host all kvalobs | ||
+ | |||
+ | ==== GSL ==== | ||
+ | |||
+ | For the GNU Scientific library: | ||
+ | |||
+ | < | ||
+ | |||
+ | Also useful for plotting results(e.g. GNU graph) | ||
+ | < | ||
+ | |||
+ | Also include: | ||
+ | < | ||
+ | ... | ||
+ | -lgsl \ | ||
+ | -lgslcblas | ||
+ | ... | ||
+ | </ | ||
+ | in the local Makefile.am | ||
+ | |||
+ | |||
+ | |||