close
Warning:
Can't synchronize with repository "(default)" (/hepforge/svn/blackhat does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Aug 10, 2012, 10:46:18 AM (12 years ago)
- Author:
-
Daniel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
10 | 10 | wget http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.13.tar.gz |
11 | 11 | }}} |
12 | | and install the package. USE the configure options: |
| 12 | and install the package. Use the configure options: |
13 | 13 | |
14 | 14 | {{{ |
… |
… |
|
16 | 16 | }}} |
17 | 17 | |
18 | | Make sure the shared libraries are installed. When building qd is looking for other compilers than g++ and is seems that depending on which it finds the shared library will not be supported, so I found that one sometimes had to specify t use g++ with the additional argument CXX=g++ in the configure line. |
| 18 | Make sure the shared libraries are installed. When building qd is looking for other compilers than g++ and is seems that depending on which it finds the shared library will not be supported, so I found that one sometimes had to specify t use g++ with the additional argument CXX=g++ (or another compiler which supports shared libraries) in the configure command line. |
19 | 19 | |
20 | 20 | 2. download the BlackHat tar ball, unzip and unpack: |