| 3d744f9e | 23-Apr-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
--with-debugging flag was conveyed through the file that manage --with-errorchecking so need to access the flag directly since the --with-errorchecking has been removed
Problem was not detected in i
--with-debugging flag was conveyed through the file that manage --with-errorchecking so need to access the flag directly since the --with-errorchecking has been removed
Problem was not detected in initial testing because the .pyc file remained on the test system and got used despite the missing .py file
Commit-type: bug-fix Reported-by: bitbucket pipelines
show more ...
|
| 0080bb28 | 18-Mar-2018 |
Satish Balay <balay@mcs.anl.gov> |
install: do not copy over 'RDict.db', 'testfiles', '*.pyc' [along with '*.o'] during install - they are not useful
Also fix bug with comparing file extensions 'DSYM' vs '.DSYM'
And remove 'DIR=' li
install: do not copy over 'RDict.db', 'testfiles', '*.pyc' [along with '*.o'] during install - they are not useful
Also fix bug with comparing file extensions 'DSYM' vs '.DSYM'
And remove 'DIR=' listing from petscvariables - its not used [and affects reproduceable builds]
show more ...
|
| 8727f567 | 15-Mar-2018 |
Satish Balay <balay@mcs.anl.gov> |
destdir: current code was installing in $DESTDIR - but we should be installing in $DESTDIR/$prefix
https://www.gnu.org/software/make/manual/html_node/DESTDIR.html#DESTDIR
Reported-by: Jed Brown <je
destdir: current code was installing in $DESTDIR - but we should be installing in $DESTDIR/$prefix
https://www.gnu.org/software/make/manual/html_node/DESTDIR.html#DESTDIR
Reported-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| a970bd74 | 13-Mar-2018 |
Bernhard M. Wiedemann <bwiedemann@suse.de> |
Allow to override build date
in order to make builds more reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the
Allow to override build date
in order to make builds more reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.
Also dont store the buildhost name if the user desires a reproducible build.
Without this patch, petscmachineinfo.h and the resulting .so file would differ for every clean build
show more ...
|