| 208cbd18 | 18-Oct-2018 |
Pieter Ghysels <pghysels@lbl.gov> |
Update to STRUMPACK version 3.1.0 (from 3.0.3).
This new STRUMPACK version uses -DTPL_ENABLE_package instead of -DSTRUMPACK_USE_package, and TPL_package_LIBRARIES, TPL_package_INCLUDE_DIRS for compa
Update to STRUMPACK version 3.1.0 (from 3.0.3).
This new STRUMPACK version uses -DTPL_ENABLE_package instead of -DSTRUMPACK_USE_package, and TPL_package_LIBRARIES, TPL_package_INCLUDE_DIRS for compatibility with xSDK policies.
show more ...
|
| 8a70d6d3 | 09-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
python: fix build on osx/opensolaris - where 'RANLIB=ranlib -c' i.e with a space..
Error running make on CHACO: Could not execute "['make clean', 'make', '/usr/bin/ar cr libchaco.a `ls */*.o |grep -
python: fix build on osx/opensolaris - where 'RANLIB=ranlib -c' i.e with a space..
Error running make on CHACO: Could not execute "['make clean', 'make', '/usr/bin/ar cr libchaco.a `ls */*.o |grep -v main/main.o`', ['/usr/bin/ranlib -c', 'libchaco.a'], ['mkdir', '-p', '/Users/petsc/petsc.next-tmp-2/petsc-install/lib'], ['cp', 'libchaco.a', '/Users/petsc/petsc.next-tmp-2/petsc-install/lib']]":
show more ...
|
| a982b349 | 07-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
python3: map() requires a list modifier for this usage.
print(fortranMangle,funcs) gives:
<python2> (1, ['get_command_argument_']) vs <python3> 1 <map object at 0x7fa3ba674550>
Similarly code with
python3: map() requires a list modifier for this usage.
print(fortranMangle,funcs) gives:
<python2> (1, ['get_command_argument_']) vs <python3> 1 <map object at 0x7fa3ba674550>
Similarly code with executeTest() was getting skipped.
show more ...
|