[MacPorts] #57412: clang ports: add runtime dependency on cctools

MacPorts noreply at macports.org
Mon Oct 29 00:53:23 UTC 2018


#57412: clang ports: add runtime dependency on cctools
-------------------------------------------------+-------------------------
  Reporter:  ryandesign                          |      Owner:  (none)
      Type:  defect                              |     Status:  new
  Priority:  Normal                              |  Milestone:
 Component:  ports                               |    Version:
Resolution:                                      |   Keywords:
      Port:  clang-3.9, clang-4.0, clang-5.0,    |
  clang-6.0, clang-7.0, clang-devel              |
-------------------------------------------------+-------------------------

Comment (by kencu):

 I was thinking of adding it here:
 {{{
  elseif {${subport} eq "clang-${llvm_version}"} {
     homepage            http://clang.llvm.org/
     description         C, C++, Objective C and Objective C++ compiler
     long_description    Clang is an "LLVM native" C/C++/Objective-C
 compiler, \
                         which aims to deliver amazingly fast compiles
 (e.g. \
                         about 3x faster than GCC when compiling
 Objective-C \
                         code in a debug configuration), extremely useful
 error \
                         and warning messages and to provide a platform for
 \
                         building great source level tools. The included
 Clang \
                         Static Analyzer is a tool that automatically finds
 bugs in \
                         your code, and is a great example of the sort of
 tool \
                         that can be built using the Clang frontend as a \
                         library to parse C/C++ code.

     depends_lib         port:libxml2 port:libomp port:llvm-${llvm_version}
 port:python27
     depends_run         port:clang_select port:ld64
     depends_skip_archcheck-append ld64
 }}}
 adding it to the depends_run section, and probably also to the
 depends_skip_archcheck section

-- 
Ticket URL: <https://trac.macports.org/ticket/57412#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list