Overview
Comment: | Re-enabled install of nanomsg |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
cd95146b0abcec1cd52629d80db969fd |
User & Date: | mrwellan on 2017-07-17 13:00:41 |
Other Links: | branch diff | manifest | tags |
Context
2017-07-17
| ||
14:22 | Add the chicken-install of nanomsg egg check-in: 1cb20a2f34 user: mrwellan tags: v1.64 | |
14:16 | Merged in v1.64 changes check-in: 1bf5c0bd20 user: mrwellan tags: v1.65 | |
13:00 | Re-enabled install of nanomsg check-in: cd95146b0a user: mrwellan tags: v1.64 | |
11:19 | Added maxload and maxhomehostload to fullrun check-in: d642435cb5 user: mrwellan tags: v1.64 | |
Changes
Modified utils/installall.sh from [b1d7844e01] to [00369a2aae].
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - - - - - + + + + + + | # PURPOSE. if [[ $OPTION=="" ]]; then export OPTION=std fi echo You may need to do the following first: |
︙ | |||
106 107 108 109 110 111 112 113 114 115 116 117 118 119 | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | + | sleep 5 if [[ $proxy == "" ]]; then echo 'Please set the environment variable "proxy" to host.com:port (e.g. foo.com:1234) to use a proxy' echo PROX="" else export http_proxy=http://$proxy export https_proxy=http://$proxy export PROX="-proxy $proxy" fi if [[ $KTYPE == "" ]]; then echo 'Using KTYPE=26' export KTYPE=26g4 else |
︙ | |||
158 159 160 161 162 163 164 | 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | + - - - - - - - - - - - - + + + + + + + + + + + + + | cd chicken-${CHICKEN_VERSION} # make PLATFORM=linux PREFIX=$PREFIX spotless make PLATFORM=linux PREFIX=$PREFIX make PLATFORM=linux PREFIX=$PREFIX install cd $BUILDHOME fi cd $BUILDHOME if [[ ! -e 1.0.0.tar.gz ]];then |
︙ | |||
361 362 363 364 365 366 367 | 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 | + - - + + + + + | # iup:1.0.2 CSC_OPTIONS="-I$PREFIX/include -L$PREFIX/lib" $CHICKEN_INSTALL $PROX -D no-library-checks canvas-draw # CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" $CHICKEN_INSTALL $PROX -D no-library-checks -deploy -prefix $DEPLOYTARG canvas-draw cd $BUILDHOME # install ducttape if [[ -e ../ducttape ]];then |