-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
47 lines (35 loc) · 977 Bytes
/
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
------------------------------------------------------------------------
Installation
------------------------------------------------------------------------
git clone git://github.com/mdcb/python-gist.git
cd python-gist
git clone git://github.com/dhmunro/yorick.git
- distutil style:
sudo python setup.py install
- rpm style:
sudo dnf install \
python3-devel \
python3-numpy \
python3-numpy-f2py \
libX11-devel \
libXft-devel
python3 setup.py bdist_rpm
sudo yum install -y dist/python-gist3-*.`uname -m`.rpm
OSX
---
export ARCHFLAGS="-arch x86_64"
setup.cfg ->
xft_patch = False
------------------------------------------------------------------------
Authors and Contributors
------------------------------------------------------------------------
Lila Chase (llnl)
David H. Munro (llnl)
Michiel de Hoon (U. of Tokyo)
Matthieu Bec (gmto)
J. Hugunin
Lee Busby (llnl)
Zane Motteler (llnl)
Dave Grote
William Magro (Cornell Theory Center)
and others