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 9, 2012, 7:19:56 PM (12 years ago)
- Author:
-
Daniel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
10 | 10 | wget http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.13.tar.gz |
11 | 11 | }}} |
12 | | and install the package. |
| 12 | and install the package. USE the configure options: |
| 13 | |
| 14 | {{{ |
| 15 | --enable-shared |
| 16 | }}} |
| 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. |
13 | 19 | |
14 | 20 | 2. download the BlackHat tar ball, unzip and unpack: |