|
4 | 4 | echo "Contents of SRC_DIR / Build directory are:"
|
5 | 5 | ls
|
6 | 6 |
|
7 |
| -## this is sufficient |
8 |
| -autoreconf -i |
9 |
| -./configure --prefix=$PREFIX || cat config.log |
| 7 | +### this is sufficient |
| 8 | +#autoreconf -i |
| 9 | +#./configure --prefix=$PREFIX || cat config.log |
10 | 10 | #./configure --prefix=$PREFIX --with-mpi || cat config.log
|
11 | 11 | #./configure --prefix=$PREFIX --enable-quad-precision || cat config.log
|
12 | 12 | #./configure --prefix=$PREFIX --enable-quad-precision --with-mpi || cat config.log
|
13 |
| -echo "compiling/building" |
14 |
| -make |
15 |
| -echo "installing into $PREFIX" |
16 |
| -make install |
17 |
| - |
18 |
| -### to test, build-dir option, ala README |
19 |
| -#autoreconf -i |
20 |
| -#mkdir build && cd build |
21 |
| -#../configure --prefix=$PREFIX || cat config.log |
22 |
| -##../configure --prefix=$PREFIX --with-mpi || cat config.log |
23 |
| -##../configure --prefix=$PREFIX --enable-quad-precision || cat config.log |
24 |
| -##../configure --prefix=$PREFIX --enable-quad-precision --with-mpi || cat config.logecho "compiling/building" |
| 13 | +#echo "compiling/building" |
25 | 14 | #make
|
26 | 15 | #echo "installing into $PREFIX"
|
27 | 16 | #make install
|
| 17 | + |
| 18 | +## to test, build-dir option, ala README |
| 19 | +autoreconf -i |
| 20 | +mkdir build && cd build |
| 21 | +../configure --prefix=$PREFIX || cat config.log |
| 22 | +#../configure --prefix=$PREFIX --with-mpi || cat config.log |
| 23 | +#../configure --prefix=$PREFIX --enable-quad-precision || cat config.log |
| 24 | +#../configure --prefix=$PREFIX --enable-quad-precision --with-mpi || cat config.logecho "compiling/building" |
| 25 | +echo "compiling/building at $PWD" |
| 26 | +make |
| 27 | +echo "installing into $PREFIX" |
| 28 | +make install |
0 commit comments