File tree 5 files changed +8
-10
lines changed
5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ case "$with_boost" in
18
18
# BOOST header files are there.
19
19
AC_MSG_CHECKING ( [ for BOOST installation] )
20
20
for dir in /usr /usr/local; do
21
- if test -f ${dir}/include/boost/tr1/unordered_map .hpp; then
21
+ if test -f ${dir}/include/boost/random/normal_distribution .hpp; then
22
22
boost_PREFIX=${dir}
23
23
break
24
24
fi
@@ -29,7 +29,7 @@ case "$with_boost" in
29
29
# BOOST install path was specified.
30
30
AC_MSG_CHECKING ( [ for BOOST installation] )
31
31
32
- if test -f ${with_boost}/include/boost/tr1/unordered_map .hpp; then
32
+ if test -f ${with_boost}/include/boost/random/normal_distribution .hpp; then
33
33
boost_PREFIX=$with_boost
34
34
boost_INCLUDES="-I${boost_PREFIX}/include"
35
35
dnl Do not have to set boost_LIBS because SAMRAI does not need it (yet).
Original file line number Diff line number Diff line change @@ -17781,7 +17781,7 @@ case "$with_boost" in
17781
17781
{ $as_echo "$as_me:$LINENO: checking for BOOST installation" >&5
17782
17782
$as_echo_n "checking for BOOST installation... " >&6; }
17783
17783
for dir in /usr /usr/local; do
17784
- if test -f ${dir}/include/boost/tr1/unordered_map .hpp; then
17784
+ if test -f ${dir}/include/boost/random/normal_distribution .hpp; then
17785
17785
boost_PREFIX=${dir}
17786
17786
break
17787
17787
fi
@@ -17794,7 +17794,7 @@ $as_echo "$boost_PREFIX" >&6; }
17794
17794
{ $as_echo "$as_me:$LINENO: checking for BOOST installation" >&5
17795
17795
$as_echo_n "checking for BOOST installation... " >&6; }
17796
17796
17797
- if test -f ${with_boost}/include/boost/tr1/unordered_map .hpp; then
17797
+ if test -f ${with_boost}/include/boost/random/normal_distribution .hpp; then
17798
17798
boost_PREFIX=$with_boost
17799
17799
boost_INCLUDES="-I${boost_PREFIX}/include"
17800
17800
{ $as_echo "$as_me:$LINENO: result: $boost_PREFIX" >&5
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ case "$with_boost" in
18
18
# BOOST header files are there.
19
19
AC_MSG_CHECKING ( [ for BOOST installation] )
20
20
for dir in /usr /usr/local; do
21
- if test -f ${dir}/include/boost/tr1/unordered_map .hpp; then
21
+ if test -f ${dir}/include/boost/random/normal_distribution .hpp; then
22
22
boost_PREFIX=${dir}
23
23
break
24
24
fi
@@ -29,7 +29,7 @@ case "$with_boost" in
29
29
# BOOST install path was specified.
30
30
AC_MSG_CHECKING ( [ for BOOST installation] )
31
31
32
- if test -f ${with_boost}/include/boost/tr1/unordered_map .hpp; then
32
+ if test -f ${with_boost}/include/boost/random/normal_distribution .hpp; then
33
33
boost_PREFIX=$with_boost
34
34
boost_INCLUDES="-I${boost_PREFIX}/include"
35
35
dnl Do not have to set boost_LIBS because SAMRAI does not need it (yet).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- module purge
3
2
module load PE-gnu
4
3
module load hdf5
5
4
module load netcdf
6
5
module load hypre
7
- module load boost/1.61.0
6
+ module load boost
8
7
9
8
./configure --enable-debug \
10
9
--with-CXX=mpiCC \
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- module purge
3
2
module load PE-gnu
4
3
module load hdf5
5
4
module load netcdf
6
5
module load hypre
7
- module load boost/1.61.0
6
+ module load boost
8
7
9
8
./configure --disable-debug --enable-opt \
10
9
--with-CXX=mpiCC \
You can’t perform that action at this time.
0 commit comments