View Issue Details

IDProjectCategoryView StatusLast Update
0002139OpenFOAMBugpublic2016-07-05 21:52
ReporterMattijsJ Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOpenSuSEOS Version13.2
Product Versiondev 
Fixed in Versiondev 
Summary0002139: global.Cver always compiled if sources not under git
DescriptionIn src/Allwmake it uses wmakePrintBuild -check. This will return 1 if not under git and hence remove global.o every time.
TagsNo tags attached.

Activities

henry

2016-07-05 17:02

manager   ~0006490

Shall I remove the dependency of global.Cver on git so that it doesn't get recompiled unless it is changed?

MattijsJ

2016-07-05 21:01

reporter   ~0006491

The behaviour under git is correct - it needs to be recompiled every time any file changes. It is when not under git that it
- should leave the .build alone
- and only compile once
Not too familiar with the coding but might be just a question of having wmakePrintBuild return 0 if not under git.

henry

2016-07-05 21:04

manager   ~0006492

I am not familiar with wmakePrintBuild either, patches welcome.

henry

2016-07-05 21:52

manager   ~0006493

Resolved by commit 922785d9cf4d9141bcb13995b15d65a5f44c498d

Issue History

Date Modified Username Field Change
2016-07-05 16:38 MattijsJ New Issue
2016-07-05 17:02 henry Note Added: 0006490
2016-07-05 21:01 MattijsJ Note Added: 0006491
2016-07-05 21:04 henry Note Added: 0006492
2016-07-05 21:52 henry Note Added: 0006493
2016-07-05 21:52 henry Status new => resolved
2016-07-05 21:52 henry Fixed in Version => dev
2016-07-05 21:52 henry Resolution open => fixed
2016-07-05 21:52 henry Assigned To => henry