Opened 5 years ago
Closed 5 years ago
#13810 closed enhancement (fixed)
scons-4.0.1
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
New patch version.
Change History (4)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|---|
Summary: | scons-4.1.0 → scons-4.0.1 |
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
NEW FUNCTIONALITY
- Added Environment()
variable
TEMPFILEDIR which allows setting the directory which temp files createdby TEMPFILEMUNGE are created in.
FIXES
- Fix fortran tools to set SHFORTRAN variables to $FORTRAN, similarly SHF77, SHF90, SHF95, SHF03 and SHF08 will default to the variables $F77, $F90, $F95, $F03 and $F08 respectively. If you were depending on changing the value of FORTRAN (or $F[0-9][0-9]) having no effect on the value of SHFORTRAN, this change will break that. The values of FORTRAN, F77, F90, F95, F03, F08 and SHFORTRAN, SHF77 (etc.) now are not overridden in generate if already set by the user.
- Fix subprocess execution of 'lslpp' on AIX to produce text standard i/o.
- Re-do the fix for suncxx tool (Oracle Studio compiler) now that only Python 3 is supported, to avoid decoding errors.
Note:
See TracTickets
for help on using tickets.
Wrong version number.