Changes between Version 11 and Version 12 of babelbgp
- Timestamp:
- 02/23/09 18:24:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
babelbgp
v11 v12 5 5 1. First of all, I started out with the goal of getting as many languages supported as possible, including python. This meant that I had to install NumPy first, which turned out to be nontrivial (see [wiki:ccanumpy description]). 6 6 7 2. I discovered that the following prerequisites were necessary: libxml2, then zlib. The former was required for Python support (so the fact that Babel includes libparsifal does not remove the dependence on libxml2 if you want Python). The latter was required by libxml2. 7 2. I discovered that the following prerequisites were necessary: libxml2, then zlib. The former was required for Python support (so the fact that Babel includes libparsifal does not remove the dependence on libxml2 if you want Python). The latter was required by libxml2. [[BR]] 8 8 a. zlib-1.2.3 was configured with: 9 9 {{{ 10 10 ./configure --prefix=/home/norris/cca 11 11 }}} 12 and then I had to manually change the values of the CC and LDSHARED variables since zlib does not have a real configure. The values were CC=mpixlc and LDSHARED=mpixlc (I think you only really need CC). 12 and then I had to manually change the values of the CC and LDSHARED variables since zlib does not have a real configure. The values were CC=mpixlc and LDSHARED=mpixlc (I think you only really need CC).[[BR]] 13 13 a. libxml2-2.7.3 was configured with 14 14 {{{