[MacPorts] #38397: new port: bowtie2

MacPorts noreply at macports.org
Sat Mar 16 13:38:55 PDT 2013


#38397: new port: bowtie2
-------------------------+--------------------------------
  Reporter:  sean@…      |      Owner:  macports-tickets@…
      Type:  submission  |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.1.3
Resolution:              |   Keywords:
      Port:  bowtie2     |
-------------------------+--------------------------------
Changes (by ryandesign@…):

 * port:   => bowtie2


Comment:

 The destroot can be simplified to just:
 {{{
 destroot {
     xinstall -W ${worksrcpath} bowtie2 bowtie2-align bowtie2-build
 bowtie2-inspect ${destroot}${prefix}/bin
 }
 }}}
 `eval` is not necessary because you're not evaluating any globs. 0755 is
 the default mode. xinstall can install multiple files at once.

 Using `use_configure no` means you need to manually ensure you're
 UsingTheRightCompiler and `-arch` flags and add a universal variant if
 possible—unless this port doesn't build architecture-specific software, in
 which case you need `supported_archs noarch`.

 When writing sourceforge master_sites you have to be sure to
 [wiki:howto/AvoidRedirects avoid redirects].

-- 
Ticket URL: <https://trac.macports.org/ticket/38397#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list