Opened 12 years ago
Last modified 12 years ago
#38398 new submission
new port: bwa
Reported by: | sean@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | bwa |
Description
Attachments (2)
Change History (4)
Changed 12 years ago by sean@…
comment:1 Changed 12 years ago by cooljeanius (Eric Gallager)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | bwa added |
---|
The destroot can be simplified to just:
destroot { xinstall ${worksrcpath}/bwa ${destroot}${prefix}/bin }
eval
is not necessary because you're not evaluating any globs. 0755 is the default mode.
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 avoid redirects.
Note: See
TracTickets for help on using
tickets.
My comments from #38397 apply here as well.