[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure.
From: |
Ludovic Courtès |
Subject: |
[bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure. |
Date: |
Sat, 07 Oct 2017 22:45:38 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi,
address@hidden (Ludovic Courtès) skribis:
> Paul Garlick <address@hidden> skribis:
[...]
>>> Rather:
>>>
>>> (for-each delete-file (find-files "." "\\.o$"))
>>>
>>> Paul can you confirm that this is OK?
>>>
>>
>> Maybe. We need to be careful that we not delete files which are needed
>> later on. Typically, a user will copy part of the directory structure
>> to a subdirectory of $HOME and compile a new solver. The OpenFOAM
>> 'wmake' utility takes care of the dependencies and re-compiles object
>> files as needed.
>>
>> So, object files under 'platforms/linux64GccDPInt32Opt/src' should be
>> safe to delete. However, this needs to be checked to make sure no
>> dependencies are deleted that cannot easily be re-compiled. Have you
>> already checked this Dave by, for example, re-compiling a standard
>> solver?
>
> I let Dave answer on this part.
I think we got sidetracked by the discussion about debugging info.
Paul, Dave: what do we do this patch?
https://bugs.gnu.org/28593
TIA,
Ludo’.
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Dave Love, 2017/10/02
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure.,
Ludovic Courtès <=
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Paul Garlick, 2017/10/09
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Dave Love, 2017/10/19
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Ludovic Courtès, 2017/10/19
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Paul Garlick, 2017/10/20
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Ludovic Courtès, 2017/10/20
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Dave Love, 2017/10/20
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Dave Love, 2017/10/20
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Dave Love, 2017/10/22
- [bug#28593] [PATCH] gnu: openfoam: Clean up to reduce closure., Paul Garlick, 2017/10/23