| bdcdb929 | 07-Nov-2018 |
Satish Balay <balay@mcs.anl.gov> |
codepack: fix gitcommit format for branch |
| 396915ad | 06-Nov-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Update to version of Codi pack that does not have public macros.h file that conflicts with metis/parametis
Commit-type: portability-fix Thanks-to: Max Sagebaum <max.sagebaum@scicomp.uni-kl.de> |
| fd5d8941 | 06-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Correct handling of Pragmatic include file |
| 96945a9a | 06-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Bump Pragmatic version |
| d570e233 | 06-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Tell me why you are not rebuilding something |
| 81c3a6e1 | 03-Nov-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 8cda4078 | 03-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1213/francesco_ballarin/argCB-binary/master' [PR #1213]
* pr1213/francesco_ballarin/argCB-binary/master: Add missing binary specification that was preventing argDB to be unpickled co
Merge branch 'pr1213/francesco_ballarin/argCB-binary/master' [PR #1213]
* pr1213/francesco_ballarin/argCB-binary/master: Add missing binary specification that was preventing argDB to be unpickled correctly.
show more ...
|
| de02ca2e | 03-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1210/francesco_ballarin/python3-string/master' [PR #1210]
* pr1210/francesco_ballarin/python3-string/master: Stop using string module for string manipulations, for compatibility with
Merge branch 'pr1210/francesco_ballarin/python3-string/master' [PR #1210]
* pr1210/francesco_ballarin/python3-string/master: Stop using string module for string manipulations, for compatibility with python3 Uses obj.replace(…) rather than import string string.replace(obj, ...)
show more ...
|
| 6fe84914 | 03-Nov-2018 |
Satish Balay <balay@mcs.anl.gov> |
pkgs: fix issues when pkgs are built separately in different locations - and then used with --with-pkg-dir option |
| ddb5b695 | 31-Oct-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix rebuild with adblaslapack so that it doesn't check unused output1 |
| d2acaa84 | 31-Oct-2018 |
Francesco Ballarin <francesco.ballarin@sissa.it> |
Add missing binary specification that was preventing argDB to be unpickled correctly. Fixes b8b3d02162ac08342dddb7705a08d0ca340cb2ee. |
| 808cd40c | 30-Oct-2018 |
Francesco Ballarin <francesco.ballarin@sissa.it> |
Replace more occurences of string functions. Keep using the string library for string constants (e.g., string.ascii_letters or string.digits), as this functionality has not been removed in python 3 |
| 285482cf | 31-Oct-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix for adblaslapack location of its include file and revert python 3 changes that Jed made to CoDipack that broke the installer (obviously Jed did not test his change).
Commit-type: bug-fix Reporte
Fix for adblaslapack location of its include file and revert python 3 changes that Jed made to CoDipack that broke the installer (obviously Jed did not test his change).
Commit-type: bug-fix Reported-by: Joe Wallwork <jwallwork@anl.gov>
show more ...
|
| f91fb773 | 28-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/pr1161/pieter_ghysels/STRUMPACKupdate/master' |
| 17b39ad4 | 27-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
strumpack: uses dlapmr() from lapack - but OSX vecLib does not have this symbol |
| ea93750d | 25-Oct-2018 |
Pieter Ghysels <pghysels@lbl.gov> |
Upgrade to STRUMPACK 3.1.1 (fix for libatomic on clang) |
| 6d6f2284 | 25-Oct-2018 |
Pieter Ghysels <pghysels@lbl.gov> |
Require c++11 for STRUMPACK |
| 93c47b02 | 25-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| a0179808 | 25-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/fix-download-slepc/maint' into maint |
| 965372b8 | 24-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
slepc: use slepc-3.10.1 with petsc-3.10 |
| 4a8df60f | 24-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
slepc: fix download with prefix
Reported-by: Chris Coutinho <c.coutinho@redstack.nl> |
| 27821aea | 22-Oct-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/python3-futurize' [PR #1122]
Merge announces support for Python 3.4+ in changes/dev.html.
* jed/python3-futurize: (44 commits) gmakegentest: avoid prefix matching in regex dm
Merge branch 'jed/python3-futurize' [PR #1122]
Merge announces support for Python 3.4+ in changes/dev.html.
* jed/python3-futurize: (44 commits) gmakegentest: avoid prefix matching in regex dm tests ex23.c: fix test args: -one -two -three gmakegentest: more fixes gmakegentest: fix processing of arguments containing number followed by "-" gmakegentest: always loop over nsize; Python-3 fixes python3: add in a python-3.4 test python: fix build on osx/opensolaris - where 'RANLIB=ranlib -c' i.e with a space.. python3: fix --download-ptscotch error configure: glob() gets executed early - whereas we need to get file list later [after 'make all' or equivalent] so revert back to using shell to get file-list python3: map() requires a list modifier for this usage. python: replace ModuleNotFoundError a python3.6+ feature with ImportError config: call setup to ensure that debugLevel is set nightlies: switch linux-pkg-dbg-ftn-interfaces to python3 config: enable Python-3 config: urllib/urlparse updates for Python-3 compatibility config fblaslapack: use isIBM instead of manual test python: replace commands with subprocess Fix LOCDIR paths generateetags.py: switch from commands to subprocess; unicode fix python: don't import commands when it isn't used ...
show more ...
|
| 9d0b26c5 | 22-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jczhang/update-openblas-0.3.3' [PR #1185]
* jczhang/update-openblas-0.3.3: Upgrade OpenBLAS to 0.3.3 Do not build shared openblas when doing static build This is to avoid a build error
Merge branch 'jczhang/update-openblas-0.3.3' [PR #1185]
* jczhang/update-openblas-0.3.3: Upgrade OpenBLAS to 0.3.3 Do not build shared openblas when doing static build This is to avoid a build error of OpenBLAS with static build
show more ...
|
| bf41c70d | 22-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
sowing: add check for cygwin/g++ |
| f3253c6b | 21-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |