Skip to content

Commit 4edb121

Browse files
CHG: Older versions of PETSc use config/configure.py (may need to change others)
1 parent 6447d8a commit 4edb121

13 files changed

+13
-13
lines changed

externalpackages/petsc/install-3.14-discover.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf petsc-${VER}
2525

2626
# Configure
2727
cd ${PETSC_DIR}
28-
./configure \
28+
./config/configure.py \
2929
COPTFLAGS="-g -O3" CXXOPTFLAGS="-g -O3" FOPTFLAGS="-g -O3" \
3030
--prefix="${PREFIX}" \
3131
--PETSC_DIR="${PETSC_DIR}" \

externalpackages/petsc/install-3.14-greenplanet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rm -rf petsc-${VER}
2727

2828
#configure
2929
cd ${PETSC_DIR}
30-
./configure \
30+
./config/configure.py \
3131
COPTFLAGS="-g -O3" CXXOPTFLAGS="-g -O3" FOPTFLAGS="-g -O3" \
3232
--prefix="${PREFIX}" \
3333
--PETSC_DIR="${PETSC_DIR}" \

externalpackages/petsc/install-3.14-linux-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rm -rf petsc-${VER}
3333
# compiler PIC flag via CFLAGS, CXXXFLAGS, and FCFLAGS
3434
#
3535
cd ${PETSC_DIR}
36-
./configure \
36+
./config/configure.py \
3737
--prefix="${PREFIX}" \
3838
--PETSC_DIR="${PETSC_DIR}" \
3939
--with-shared-libraries=0 \

externalpackages/petsc/install-3.14-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf petsc-${VER}
2525

2626
# Configure
2727
cd ${PETSC_DIR}
28-
./configure \
28+
./config/configure.py \
2929
--prefix="${PREFIX}" \
3030
--PETSC_DIR="${PETSC_DIR}" \
3131
--with-debugging=0 \

externalpackages/petsc/install-3.14-mac-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sed -i'' 's|thread.isAlive|thread.is_alive|g' ${PETSC_DIR}/config/BuildSystem/sc
4444
# work out of the box on Linux.
4545
#
4646
cd ${PETSC_DIR}
47-
./configure \
47+
./config/configure.py \
4848
--prefix="${PREFIX}" \
4949
--PETSC_DIR="${PETSC_DIR}" \
5050
--with-shared-libraries=0 \

externalpackages/petsc/install-3.14-mac-with-hdf5-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sed -i'' 's|thread.isAlive|thread.is_alive|g' ${PETSC_DIR}/config/BuildSystem/sc
4141
# work out of the box on Linux.
4242
#
4343
cd ${PETSC_DIR}
44-
./configure \
44+
./config/configure.py \
4545
--prefix="${PREFIX}" \
4646
--PETSC_DIR="${PETSC_DIR}" \
4747
--with-shared-libraries=0 \

externalpackages/petsc/install-3.14-mac-with-hdf5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sed -i'' 's|thread.isAlive|thread.is_alive|g' ${PETSC_DIR}/config/BuildSystem/sc
3636
# (may need to remove it for earlier versions not using the C99 standard).
3737
#
3838
cd ${PETSC_DIR}
39-
./configure \
39+
./config/configure.py \
4040
--prefix="${PREFIX}" \
4141
--PETSC_DIR="${PETSC_DIR}" \
4242
--CFLAGS="-Wno-error=implicit-function-declaration" \

externalpackages/petsc/install-3.14-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sed -i'' 's|thread.isAlive|thread.is_alive|g' ${PETSC_DIR}/config/BuildSystem/sc
3636
# (may need to remove it for earlier versions not using the C99 standard).
3737
#
3838
cd ${PETSC_DIR}
39-
./configure \
39+
./config/configure.py \
4040
--prefix="${PREFIX}" \
4141
--PETSC_DIR="${PETSC_DIR}" \
4242
--CFLAGS="-Wno-error=implicit-function-declaration" \

externalpackages/petsc/install-3.14-pleiades.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf petsc-${VER}
2525

2626
# Configure
2727
cd ${PETSC_DIR}
28-
./configure \
28+
./config/configure.py \
2929
--prefix="${PREFIX}" \
3030
--PETSC_DIR="${PETSC_DIR}" \
3131
--CFLAGS="-g -O3" \

externalpackages/petsc/install-3.14-tetralith.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf petsc-${VER}
2525

2626
# Configure
2727
cd ${PETSC_DIR}
28-
./configure \
28+
./config/configure.py \
2929
COPTFLAGS="-g -O2" CXXOPTFLAGS="-g -O2" FOPTFLAGS="-g -O2" \
3030
--prefix="${PREFIX}" \
3131
--PETSC_DIR="${PETSC_DIR}" \

0 commit comments

Comments
 (0)