Opened 5 years ago

Closed 4 years ago

#57951 closed defect (fixed)

slepc: Configure does not support Python 3 yet

Reported by: mf2k (Frank Schima) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: slepc

Description

:debug:configure system:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_math_slepc/slepc/work/slepc-3.9.2" && ./configure --prefix=/opt/local/lib/slepc 
:info:configure Configure does not support Python 3 yet, please run as
:info:configure   python2 './configure' '--prefix=/opt/local/lib/slepc'

Attachments (2)

main.log (79.2 KB) - added by mf2k (Frank Schima) 5 years ago.
patch-configure.diff (271 bytes) - added by mf2k (Frank Schima) 5 years ago.

Download all attachments as: .zip

Change History (9)

Changed 5 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 5 years ago by mf2k (Frank Schima)

One fix is to patch the configure file to see python 2.7.

Changed 5 years ago by mf2k (Frank Schima)

Attachment: patch-configure.diff added

comment:2 Changed 5 years ago by seanfarley (Sean Farley)

The patch looks fine to me; feel free to add it.

comment:3 Changed 5 years ago by mf2k (Frank Schima)

I'm having trouble installing petsc right now.

comment:4 Changed 5 years ago by mf2k (Frank Schima)

See, for example, #58028 for petsc-devel. I get a configure error with petsc and petsc +openblas.

comment:5 Changed 5 years ago by mf2k (Frank Schima)

Owner: seanfarley deleted

comment:6 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Owner: set to MarcusCalhoun-Lopez
Status: assignedaccepted

comment:7 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: acceptedclosed

In d2fa37bc34c00b7b46d229e03202175eca97b045/macports-ports (master):

slepc: allow greater control on Python version

Fixes #57951

Note: See TracTickets for help on using tickets.