| 38dfeb1c | 26-Dec-2019 |
Jed Brown <jed@jedbrown.org> |
config make.py: add make_jnp_list and make_sudo_list for convenience
Calling executeShellCommand with a string (to be parsed by the shell) is an anti-pattern that causes no end of problems when path
config make.py: add make_jnp_list and make_sudo_list for convenience
Calling executeShellCommand with a string (to be parsed by the shell) is an anti-pattern that causes no end of problems when paths have spaces and the like. We should pass lists in new code (and legacy code should eventually be migrated).
show more ...
|
| f4444a3c | 31-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix hypre.py to handle MPI libraries that end with with .so and .dylib, forbid --with-mpi-include and --with-mpi-lib with MPI compilers
Commit-type: error-checking, bug-fix, portability-fix, configu
Fix hypre.py to handle MPI libraries that end with with .so and .dylib, forbid --with-mpi-include and --with-mpi-lib with MPI compilers
Commit-type: error-checking, bug-fix, portability-fix, configure Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>
show more ...
|