Ticket #23924: py26-tables.diff
File py26-tables.diff, 1.3 KB (added by gurkpeter@…, 15 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-tables 7 version 2. 1.17 version 2.2b2 8 8 categories-append python science 9 9 platforms darwin 10 10 maintainers dal.ca:tom.duck openmaintainer … … 15 15 data sets. 16 16 17 17 homepage http://www.pytables.org/ 18 master_sites ${homepage}download/ stable/18 master_sites ${homepage}download/preliminary/pytables-2.2b2/ 19 19 distname tables-${version} 20 20 21 checksums md5 fce2100e655e91849b3d73f22274b0c4\22 sha1 fc13f8b02e07f753800ccf7a546c8803d50b0409\23 rmd160 ec18e21ed15921f342ba0c9943782034a2356db421 checksums md5 af7efb4b3f0c980f9575fc323544ea4d \ 22 sha1 bfc1c1f6ff92f0f363149a58cb7cd0dc33d73fa8 \ 23 rmd160 b7e0a10a2fe557292b9776be7506def4b365cad9 24 24 25 25 depends_lib-append port:hdf5-18 \ 26 26 port:py26-numpy \ … … 48 48 } 49 49 } 50 50 51 variant lzo description "Use lzo compression library" {52 depends_lib-append port:lzo 51 variant lzo description "Use lzo2 compression library" { 52 depends_lib-append port:lzo2 53 53 build.args-append --lzo=${prefix} 54 54 destroot.args-append --lzo=${prefix} 55 55 }