Changes between Initial Version and Version 1 of Ticket #25562
- Timestamp:
- Jul 10, 2010, 8:49:29 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25562 – Description
initial v1 3 3 For readability, I've separated the changes into five cumulative patches. Their effects are: 4 4 5 1 - Update to newest MIRIAD upstream release 6 2 - Remove unnecessary manual --prefix option to configure 7 3 - Explicitly disable building of docs unless requested with +docs 8 4 - Implement telescope choice with a default-on variant +ata 9 5 - Allow the user to use custom compilers, if he/she wants to 10 live dangerously, via the gcc_select mechanism. 5 1. Update to newest MIRIAD upstream release 6 2. Remove unnecessary manual --prefix option to configure 7 3. Explicitly disable building of docs unless requested with +docs 8 4. Implement telescope choice with a default-on variant +ata 9 5. Allow the user to use custom compilers, if he/she wants to live dangerously, via the gcc_select mechanism. 11 10 12 11 I suspect the last one might be a bit controversial. MIRIAD is a heavily numerical piece of software, and compiler choice can make a large difference in its performance. Several users have wanted to use proprietary compilers to build MIRIAD to take advantage of their better numerical optimizations. The people who are interested in doing this are aware that this is not a configuration that can be generically supported by myself or MacPorts.