[MacPorts] CompilerSelection modified

MacPorts Wiki noreply at macports.org
Sun Dec 22 15:23:47 UTC 2019


Page "CompilerSelection" was changed by ryandesign
Diff URL: <https://trac.macports.org/wiki/CompilerSelection?action=diff&version=7>
Revision 7
Comment: environmental -> environment
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: CompilerSelection
=========================================================================
--- CompilerSelection (version: 6)
+++ CompilerSelection (version: 7)
@@ -32,13 +32,13 @@
 configure.bison
 configure.javac
 }}}
-These commands do nothing more than set environmental variables during the [https://guide.macports.org/#reference.phases configure phase] if [https://guide.macports.org/#reference.phases.configure use_configure] is {{{yes}}}.
+These commands do nothing more than set environment variables during the [https://guide.macports.org/#reference.phases configure phase] if [https://guide.macports.org/#reference.phases.configure use_configure] is {{{yes}}}.
 They do **not** add [https://guide.macports.org/#reference.dependencies dependencies].
 
 == Full Base Support ==
 [https://en.wikipedia.org/wiki/C_(programming_language) C] and [https://en.wikipedia.org/wiki/C%2B%2B C++] are fully supported in the base. This means that, unless instructed otherwise, each Portfile will have access to a compiler for both of these languages.
 * {{{configure.cc}}}, {{{configure.cxx}}}, and {{{configure.cpp}}} are set.
-* The environmental variables {{{CC}}} and {{{CXX}}} are set during the configure phase if {{{use_configure}}} is {{{yes}}}.
+* The environment variables {{{CC}}} and {{{CXX}}} are set during the configure phase if {{{use_configure}}} is {{{yes}}}.
 * If MacPorts provides the compiler, the appropriate dependencies are added.
 
 Ideally, [https://guide.macports.org/#installing.xcode Xcode] would provide the C and C++ compilers.
@@ -139,12 +139,12 @@
 [https://en.wikipedia.org/wiki/Objective-C#Objective-C++ Objective-C++]
 are supported as well.
 * {{{configure.objc}}} and {{{configure.objcxx}}} are set.
-* The environmental variables {{{OBJC}}} and {{{OBJCXX}}} are set during the configure phase if {{{use_configure}}} is {{{yes}}}.
+* The environment variables {{{OBJC}}} and {{{OBJCXX}}} are set during the configure phase if {{{use_configure}}} is {{{yes}}}.
 This is achieved, however, by assuming that the Objective-C and Objective-C++ compilers as the same as the C and C++ compilers respectively.
 
 [https://en.wikipedia.org/wiki/Fortran Fortran] is partially supported in the base.
 * {{{configure.fc}}}, {{{configure.f90}}}, and {{{configure.f77}}} are set.
-* The environmental variables {{{FC}}}, {{{F90}}}, and {{{F77}}} are set during the configure phase if {{{use_configure}}} is {{{yes}}}.
+* The environment variables {{{FC}}}, {{{F90}}}, and {{{F77}}} are set during the configure phase if {{{use_configure}}} is {{{yes}}}.
 * If MacPorts provides the compiler, the appropriate dependencies are added.
 Xcode does not provide any Fortran compilers.
 Clang does not provide a Fortran compiler (although [https://github.com/flang-compiler/flang Flang] might one day be viable).
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/CompilerSelection>
MacPorts <https://www.macports.org/>
Ports system for macOS

This is an automated message. Someone added your email address to be
notified of changes on 'CompilerSelection' page.
If it was not you, please report to admin at macports.org.


More information about the macports-changes mailing list