-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
48 lines (38 loc) · 1.13 KB
/
INSTALL
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
Installation & Usage:
---------------------
---------------------
MacOS Users
---------------------
If you don't want to compile the package, simply run
"gopium" as regular "opium" excutable.
An example would be as following:
./gopium tests/O/HY/o tests/O/HY/o.log all ke rpt upf
----------------------------------------------------------------
Please visit the the OPIUM project web site at
http://opium.sourceforge.net for information on installation and
usage.
To compile OPIUM:
./configure
make
should work fine.
If this fails, simply copy "makevars.in" to "makevars" and replace the
strings that begin and end with "@". Here is an example makevars:
----------
CC=gcc
CFLAGS=-I../include -I../FlexiLib -I../uniPPlib -g -O2
CPP=gcc -E
FC=pgf77
FFLAGS= -fast -r8
FPP=/usr/bin/cpp
FPPFLAGS=-traditional
LD=gcc
LDFLAGS=-L/usr/pgi/linux86/5.0/lib -lm -lpgftnrtl -lpgc
RANLIB=ranlib
AR=/usr/bin/ar
NOOPT=-O0 -r8
----------
If there are further problems, please see the files in docs/ or look at the
FAQ on the OPIUM homepage. If all else fails, please feel free to
email the mailing list:
opium-talk@lists.sourceforge.net
to ask your question.