-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
67 lines (39 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
BUILD:
prerequisites: ( (*) means that the lib is modified and build by us)
- libs:
- liblua.a
- libjansson.a
- libsilo.a
- libplot.a / libcommon.a
- libXaPgplot.a - libcpgplot.a - libpgplot.a
- (*)libvogle.a - (*)libvopl.a
- (*)libsciplot.a
- libspooles.a, libBridge.a
- libamd.a
- libclapack.a - libcblas.a
- python 3.7 or higher:
- jsonschema (validation of input files -meshes and config- )
- scripts:
- p6to (vogle ppm to <format>)
- define(s):
- -DHAVE_X11 -DHAVE_VOGLE -DHAVE_CPGPLOT -DHAVE_LIBSCIPLOT -DHAVE_SILO -DHAVE_LUA -DANSI -DMESCHACH__ITER_EXTENSIONS
- graphics:
- fonts path must be given:
- PGPLOT_FONTS
- VOGLE_FONTS
External libs
-------------
see README in EXTERNAL_LIBS folder
Environment Variables :
-----------------------
export MESCHACH_EF=$HOME/<path_to>/meschach_ef
export PGPLOT_DIR=$MESCHACH_EF/EXTERNAL_LIBS/pgplot
export PGPLOT_DEV=/XWINDOW
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MESCHACH_EF/EXTERNAL_LIBS/pgplot:$MESCHACH_EF/EXTERNAL_LIBS/plotutils-2.6/libplot/.libs
export PATH=$PATH:$MESCHACH_EF/EXTERNAL_LIBS/plotutils-2.6/graph
export VDEVICE=X11
export VFONTLIB=/usr/local/lib/hershey or /usr/share/hershey-fonts # copy all fonts of vogle in this folder
export P6TO=PPM
Man Pages:
----------
run doxygen with given config file "mef_doxygen.cfg"