| 153f275c | 30-Oct-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
Check sizeof enum in configuration
This gives us PETSC_SIZEOF_ENUM == sizeof(PetscEnum) in the configuration header that is spit out in every make, making it easier to identify when size differences
Check sizeof enum in configuration
This gives us PETSC_SIZEOF_ENUM == sizeof(PetscEnum) in the configuration header that is spit out in every make, making it easier to identify when size differences between systems that could be causing bugs exist
show more ...
|
| 53a5e9c0 | 22-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: pkg version check: attempt to make it robust against cpp spliting up lines or adding spaces
# 4 "/tmp/petsc-gUHwey/config.packages.hypre/conftest.c" 2 version= # 4 "/tmp/petsc-gUHwey/con
configure: pkg version check: attempt to make it robust against cpp spliting up lines or adding spaces
# 4 "/tmp/petsc-gUHwey/config.packages.hypre/conftest.c" 2 version= # 4 "/tmp/petsc-gUHwey/config.packages.hypre/conftest.c" 3 "2.17.0"
Reported-by: Justin Herter <herter@kairospower.com>
show more ...
|
| edd0a2d9 | 04-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
BLASLAPACK: fix use of listdir() before checking existence of directory. Configure: fix missing stack trace for except OSError
Removed dead --with-alternatives code
Add -lblis to the library search
BLASLAPACK: fix use of listdir() before checking existence of directory. Configure: fix missing stack trace for except OSError
Removed dead --with-alternatives code
Add -lblis to the library searches
Fixed spelling of unknown
petsc-maint: Confusing search logic for BlasLapack
Commit-type: bug-fix, portability-fix, maintainibility, configure
Reported-by: Jed Brown <jed@jebrown.org>
show more ...
|