Changes between Version 322 and Version 323 of SummerOfCode
- Timestamp:
- Mar 4, 2019, 8:42:45 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v322 v323 186 186 ==== Give Portfile Better Access to CFLAGS, CXXFLAGS, etc. ==== #accessflags 187 187 188 Currently, the environmental variables CFLAGS and the like are set late in the process (arch flags added, -pipe added, etc.).188 Currently, the environmental variables CFLAGS, CXXFLAGS, and the like are set late in the process (arch flags added, -pipe added, etc.). 189 189 Of course, there are [https://lists.macports.org/pipermail/macports-dev/2018-November/thread.html#39694 good reasons for this]. 190 190 Unfortunately, this means that there is no Portfile access to these values. … … 193 193 194 194 * Difficulty: Medium 195 * Languages: Tcl 196 * Potential mentors: mcalhoun 197 198 ==== Simplify Compilers and MPI PortGroups with Recent Base Changes ==== #accessflags 199 200 Recently, significant changes were made in the base code concerning default compiler selection. 201 As a result, the PortGroups that aid in user defined compiler selection can be simplified. 202 203 * Difficulty: Easy to Medium 195 204 * Languages: Tcl 196 205 * Potential mentors: mcalhoun