Overview
Comment: | Add the chicken-install of nanomsg egg |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
1cb20a2f3416c7074230b78d143cfe3a |
User & Date: | mrwellan on 2017-07-17 14:22:29 |
Other Links: | branch diff | manifest | tags |
Context
2017-07-17
| ||
15:23 | Modified http-client egg to lock it to 0.7.1 check-in: 10b1c290e6 user: jmoon18 tags: v1.64 | |
15:02 | removed close-idle-connections to be compatibile with good old http-client 0.7.1 check-in: 927f0b6053 user: bjbarcla tags: v1.64 | |
14:22 | Add the chicken-install of nanomsg egg check-in: 1cb20a2f34 user: mrwellan tags: v1.64 | |
13:00 | Re-enabled install of nanomsg check-in: cd95146b0a user: mrwellan tags: v1.64 | |
Changes
Modified utils/installall.sh from [00369a2aae] to [445fba1bcd].
︙ | ︙ | |||
172 173 174 175 176 177 178 179 180 181 182 183 184 185 | wget --no-check-certificate https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz mv 1.0.0 1.0.0.tar.gz tar xf 1.0.0.tar.gz cd nanomsg-1.0.0 ./configure --prefix=$PREFIX make make install fi cd $BUILDHOME export SQLITE3_VERSION=3090200 if ! [[ -e $PREFIX/bin/sqlite3 ]]; then echo Install sqlite3 sqlite3_tgz=sqlite-autoconf-$SQLITE3_VERSION.tar.gz | > | 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 | wget --no-check-certificate https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz mv 1.0.0 1.0.0.tar.gz tar xf 1.0.0.tar.gz cd nanomsg-1.0.0 ./configure --prefix=$PREFIX make make install CSC_OPTIONS="-I$PREFIX/include -L$PREFIX/lib" $CHICKEN_INSTALL $PROX nanomsg fi cd $BUILDHOME export SQLITE3_VERSION=3090200 if ! [[ -e $PREFIX/bin/sqlite3 ]]; then echo Install sqlite3 sqlite3_tgz=sqlite-autoconf-$SQLITE3_VERSION.tar.gz |
︙ | ︙ |