mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
26 lines
900 B
Tcl
26 lines
900 B
Tcl
# -*- 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 conflicts_build 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran hcorrada Rcsdp 0.1.57.5
|
|
revision 3
|
|
maintainers nomaintainer
|
|
license CPL-1
|
|
description R interface to the CSDP Semidefinite Programming Library
|
|
long_description {*}${description}
|
|
checksums rmd160 04e56b4204a2dac2d134043cc3c7db3d5a4bc726 \
|
|
sha256 50048bcb4a8bb9f9b48c5e43a32126eda1d23d17876c7632e20b04953f3b1cd2 \
|
|
size 498160
|
|
|
|
# https://github.com/juliuspfadt/Bayesrel/issues/28
|
|
conflicts_build mpeg4ip
|
|
|
|
# https://github.com/hcorrada/rcsdp/issues/4
|
|
patchfiles patch-fix-build.diff
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|