Opened 11 years ago
Closed 11 years ago
#40534 closed submission (fixed)
py-BitArray2D: submission
Reported by: | petrrr | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | nerdling (Jeremy Lavergne) | |
Port: | py-BitArray2D |
Description
A class for memory-efficient packed representation for 2D bit arrays.
This port relies on the port submitted in #40533. There is some non-standard handling of patching and destroot. Any review on this is welcome.
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 11 years ago by petrrr
Replying to ryandesign@…:
The
test
directives and thepre-patch
andpost-destroot
blocks need to be contained within the "if {${subport} ne ${name}}
" block or else the stub port will fail.
Thanks for the comment! I updated the Portfile accordingly.
comment:3 Changed 11 years ago by petrrr
I updated the Portfile to use macports ln -s
alias instead of Tcl file link
command.
comment:4 Changed 11 years ago by petrrr
Only a minor change: Comments and I understand that ne
is to be preferred instead of !=
;
comment:5 Changed 11 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added in r112603.
Note: See
TracTickets for help on using
tickets.
The
test
directives and thepre-patch
andpost-destroot
blocks need to be contained within the "if {${subport} ne ${name}}
" block or else the stub port will fail.