Changes between Initial Version and Version 1 of Ticket #7035
- Timestamp:
- 05/24/11 19:30:29 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7035
-
Property
Report Upstream
changed from
to
N/A
-
Property
Report Upstream
changed from
-
Ticket #7035 – Description
initial v1 4 4 * sage-4.1.2.alpha2 5 5 * Sun Studio 12.1 6 * An updated configure script to allow the Sun compiler to be used http://sagetrac.org/sage_trac/ticket/70216 * An updated configure script to allow the Sun compiler to be used #7021 7 7 8 8 CC was set to the Sun C compiler, and CXX to the Sun C++ compiler and SAGE_FORTRAN to the Sun Fortran 95 compiler. While R sends the correct flags (-KPIC) to make position independent code to the Sun C and C++ compilers, it does not do so with the Fortran compiler. Instead it used the GNU flag -fPIC. R is however picking up the correct Fortran compiler (f95 and not gfortran)