| 76d84b2f | 03-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
configure: add cxxlibs.py - a warpper for self.compilers.cxxlibs - this way this dependency is handled correctly |
| 6236a5d9 | 06-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| c7820e35 | 06-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib
Reported-by: Ju Liu <liujuy@gmail.com> |
| de52e7a4 | 04-Mar-2017 |
Jed Brown <jed@jedbrown.org> |
config: libraries.toStringNoDupes puts LDFLAGS before LDLIBS
This normalized ordering is cleaner/easier to read. It also fixes what appears to have been a bug when handling a ["-framework", "libnam
config: libraries.toStringNoDupes puts LDFLAGS before LDLIBS
This normalized ordering is cleaner/easier to read. It also fixes what appears to have been a bug when handling a ["-framework", "libname"] sequence during library removal. That is, if we have
-framework foo -framework foo -lbar
then the former code would have produced
-framework foo -framework -lbar
while the new code will merely return the first version. (It's slightly complicated to remove this duplicate and I doubt it is important.)
show more ...
|
| b034f592 | 04-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| f8a3989c | 04-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/portable-restrict' into maint |
| 176db174 | 03-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| bd88270e | 01-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms] |
| 3a5a7035 | 01-Mar-2017 |
Jed Brown <jed@jedbrown.org> |
config: prefer __restrict over C99 restrict keyword |
| 6d90219d | 28-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
metis: use update that supports MATH_LIB option - this way -lm doesn't get linked in automatically [when built with intel compilers] Reported-by: Lisandro Dalcin <dalcinl@gmail.com> |
| afad9a23 | 26-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Update alquimia.py download to use standard repository
since it now has Glenn Hammonds fixes in it.
Funded-by: IDEAS Project: IDEAS/xSDK Reported-by: Sergi Molins Rafa <smolins@lbl.gov> |
| de47c64a | 24-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
configure: do not exclude -lm from compiler library list [there is also a 'continue' vs 'pass' which causes '-limf -lm' order to get messed up]
Reported-by: Lisandro Dalcin <dalcinl@gmail.com> |
| 1e2970b9 | 24-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
mkl: do not explicitly use '-lm' - and prefer self.libraries.math - as this would presumably prefer -limf over -lm [via compiler default libraries] Reported-by: Lisandro Dalcin <dalcinl@gmail.com> |
| d79a33ec | 23-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc |
| 5f40fbd5 | 23-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Update pflotran commit to xsdk-0.2.0-rc1 |
| 127c8d2b | 23-Feb-2017 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/do-not-test-random-mpicc-with-mpi-dir (pull request #637)
If --with-mpi-dir is provided but --with-mpi-dir/bin does not exist |
| 86d9c0f0 | 23-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
update external xSDK packages to use xsdk-0.2.0-rc1 tag
Funded-by: IDEAS Project: IDEAS/xSDK Time: .1 hour |
| e86e009d | 21-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
parmetis: update to snapshot with valgrind fixes Thanks-to: Barry Smith <bsmith@mcs.anl.gov> |
| 9baf48c0 | 21-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
strumpack: used tarball with valgrind fixes Thanks-to: Barry Smith <bsmith@mcs.anl.gov> |
| 4af3ec6c | 20-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: In generated batch script, must change double quotes to single so that C prints do not barf |
| e4ebcc7a | 20-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: BLAS was adding to a non-existent list |
| 03664f53 | 17-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
p4est: add dependency on blas Reported-by: Mark Adams <mfadams@lbl.gov> |
| 17b89b0c | 16-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
p4est: add in tarball url Reported-by: Mark Adams <mfadams@lbl.gov> Thanks-to: Tobin Isaac <tisaac@uchicago.edu> |
| c4cbe8f1 | 15-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
CGNS: compatibility updates
- if configuring with hdf5, try using the discovered libs for cgns - use namespace macros if they are present in cgnslib.h - also undefine I in cgns example ex2.c |
| fe86351d | 15-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/pr628/mapdes/scalable-isgtol/master' |