Closed cxp484 closed 3 weeks ago
already done. the fds build files are removed/cleaned if either the hypre or sundials library are built for any reason not just if the --clean-hpre or --clean-sundials options are specified
On Mon, Nov 4, 2024 at 2:11 PM Chandan Paul @.***> wrote:
@gforney https://github.com/gforney, I wanted to mean that we should clean fds obj and mod files if --clean-hypre and --clean-sundials are specified. I did it for the linux part. Could you please do it for the Windows one.
You can view, comment on, or merge this pull request online at:
https://github.com/firemodels/fds/pull/13690 Commit Summary
- b3dd24f https://github.com/firemodels/fds/pull/13690/commits/b3dd24f4a845030ddda783a801336d1a7c288e32 FDS Build: set clean-fds to true if clean-hypre and clean-sundials specified.
File Changes
(1 file https://github.com/firemodels/fds/pull/13690/files)
- M Build/Scripts/build_thirdparty_libs.sh https://github.com/firemodels/fds/pull/13690/files#diff-5a190f4b263b88a539a3bd0afaf685ad737019f2c77f67d5ad72a88a4130e9a9 (2)
Patch Links:
- https://github.com/firemodels/fds/pull/13690.patch
- https://github.com/firemodels/fds/pull/13690.diff
— Reply to this email directly, view it on GitHub https://github.com/firemodels/fds/pull/13690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6UCRTE72ZNCR5YCQT3M4TZ662ERAVCNFSM6AAAAABRE5SPS6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZTGNRSGQ4TCMI . You are receiving this because you were mentioned.Message ID: @.***>
-- Glenn Forney
let me know if you see something different
@gforney Great, I just tested the Windows version, and it's working as you described. I see that you're removing FDS files within both build_hypre.bat and build_sundials.bat, so the Windows version looks good. Thanks! :)
@gforney, I wanted to mean that we should clean fds obj and mod files if --clean-hypre and --clean-sundials are specified. I did it for the linux part. Could you please do it for the Windows one.