| 23a19ef1 | 06-Oct-2014 |
Satish Balay <balay@mcs.anl.gov> |
configure: config/PETSc/compilerOptions.py is removed in 9d310bb76ceaf4434dd2e79465b7666f9cb0876a so change PETSc.compilerOptions to config.compilerOptions. Without this change - CFLAGS/COPTFLAGS are
configure: config/PETSc/compilerOptions.py is removed in 9d310bb76ceaf4434dd2e79465b7666f9cb0876a so change PETSc.compilerOptions to config.compilerOptions. Without this change - CFLAGS/COPTFLAGS are missing from external package builds. For eg: --download-fblaslapack changes from: FOPTFLAGS = -fPIC -Wall -Wno-unused-variable -ffree-line-length-0 -Wno-unused-dummy-argument -g -O0 to FOPTFLAGS = -fPIC
show more ...
|