# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup R 1.0 R.setup github AnderWilson ZIPLL 9152be3051c3c549243edc908bd7a14775785735 version 1.0 revision 1 maintainers nomaintainer license GPL-2+ description Fit the ZIPLL hierarchical dose-response model long_description {*}${description} checksums rmd160 f253f89a51fb7911333de1f19a9348738c0e930f \ sha256 ee10fee73d4858b508039a95ef51005fc3f94d1395a6222af3013f4af3d4d185 \ size 47622 # https://github.com/AnderWilson/ZIPLL/issues/1 post-extract { foreach f {ZIPLL.o ZIPLL.so} { if {[file exists ${worksrcpath}/src/${f}]} { delete ${worksrcpath}/src/${f} } } } test.run yes