| bfc6307a | 15-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
slepc: update to v3.13.3 with python3 fixes. - sync PETSC_ARCH detect code to match change in slepc 97c44b85b5fe64784bc8442cd5cc8a19b7f773c8 - use same python to configure slepc as the one used to co
slepc: update to v3.13.3 with python3 fixes. - sync PETSC_ARCH detect code to match change in slepc 97c44b85b5fe64784bc8442cd5cc8a19b7f773c8 - use same python to configure slepc as the one used to configure PETSc
show more ...
|
| 69cdbcb9 | 11-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py Change --with-matlabengine-lib to --with-matlab-engine-lib to match --with-matlab-engine Move Matlab vec test to tutorial
MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py Change --with-matlabengine-lib to --with-matlab-engine-lib to match --with-matlab-engine Move Matlab vec test to tutorial directory Add make check for Matlab engine
Commit-type: error-checking, bug-fix, portability-fix, testing-fix, style-fix
show more ...
|
| c0c429c0 | 25-Apr-2020 |
Alexei Colin <acolin@isi.edu> |
config: pkg-config: default to lowercase file.pc
Prior to this patch, when --with-*-pkg-config directory path is given, configure script looks for pkgname.pc file, where pkgname defaults to the mixe
config: pkg-config: default to lowercase file.pc
Prior to this patch, when --with-*-pkg-config directory path is given, configure script looks for pkgname.pc file, where pkgname defaults to the mixed-case package name, e.g. PaStix, unless overridden by a particular package (e.g. eigen3). However, the convention for .pc filenames followed by libraries that do ship them, and by distributions that add .pc files for libraries that don't ship them, is lower case (e.g. pastix.pc). As a result, most of the time, configure script fails to find the library, rendering --with-*-pkg-config useless. This patch changes the default to lowercase.
show more ...
|