Changes between Version 322 and Version 323 of SummerOfCode


Ignore:
Timestamp:
Mar 4, 2019, 8:42:45 AM (5 years ago)
Author:
MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v322 v323  
    186186==== Give Portfile Better Access to CFLAGS, CXXFLAGS, etc. ==== #accessflags
    187187
    188 Currently, the environmental variables CFLAGS and the like are set late in the process (arch flags added, -pipe added, etc.).
     188Currently, the environmental variables CFLAGS, CXXFLAGS, and the like are set late in the process (arch flags added, -pipe added, etc.).
    189189Of course, there are [https://lists.macports.org/pipermail/macports-dev/2018-November/thread.html#39694 good reasons for this].
    190190Unfortunately, this means that there is no Portfile access to these values.
     
    193193
    194194* Difficulty: Medium
     195* Languages: Tcl
     196* Potential mentors: mcalhoun
     197
     198==== Simplify Compilers and MPI PortGroups with Recent Base Changes ==== #accessflags
     199
     200Recently, significant changes were made in the base code concerning default compiler selection.
     201As a result, the PortGroups that aid in user defined compiler selection can be simplified.
     202
     203* Difficulty: Easy to Medium
    195204* Languages: Tcl
    196205* Potential mentors: mcalhoun