Ignore:
Timestamp:
05/17/23 16:48:32 (22 months ago)
Author:
jdquinn
Message:

CHG: Newer versions of PETSc do not use configure.py; formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.17-linux-static.sh

    r27759 r27760  
    22set -eu
    33
     4
    45## Constants
     6#
    57VER="3.17.4"
    68
     
    2325
    2426# Configure
     27#
     28# NOTE:
     29# - Cannot use --with-fpic option when compiling static libs,
     30#
     31#               Cannot determine compiler PIC flags if shared libraries is turned off
     32#               Either run using --with-shared-libraries or --with-pic=0 and supply the
     33#               compiler PIC flag via CFLAGS, CXXXFLAGS, and FCFLAGS
     34#
    2535cd ${PETSC_DIR}
    26 ./configure.py \
     36./configure \
    2737        --prefix="${PREFIX}" \
    2838        --PETSC_DIR="${PETSC_DIR}" \
Note: See TracChangeset for help on using the changeset viewer.