# -*- 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 Rdatatable data.table 1.16.2 revision 0 maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license MPL-2 description Extension of data.frame long_description {*}${description} homepage https://r-datatable.com checksums rmd160 8bda6bc0254bbd0c38cdbde8a4383d10a0fab949 \ sha256 737c09a5d8d3abf12ade9ad32dab1475c3def570a2856376de343d79bd1f214a \ size 5937777 github.tarball_from archive depends_build-append \ path:bin/pkg-config:pkgconfig depends_lib-append port:zlib # We only need the right paths for builds with clang, # since finally the check works correctly after: # https://github.com/Rdatatable/data.table/issues/6409 patchfiles patch-fix-omp.diff post-patch { reinplace "s,@PREFIX@,${prefix},g" ${worksrcpath}/configure } compiler.openmp_version 3.0 depends_test-append port:R-bit \ port:R-bit64 \ port:R-knitr \ port:R-markdown \ port:R-R.utils \ port:R-xts \ port:R-yaml \ port:R-zoo # 2 errors out of 1161 on PPC: https://github.com/Rdatatable/data.table/issues/5601 test.run yes