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
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup quarkslab arybo 1.1.0 release-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name libpetanque
|
|
revision 0
|
|
categories math
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Library that helps manipulate symbolic boolean expressions
|
|
long_description Manipulation, canonicalization and identification \
|
|
of mixed boolean-arithmetic symbolic expressions.
|
|
checksums rmd160 61fdd1497b0f01613d2ad6a003ddaf09083c86ff \
|
|
sha256 8a3d5ac2c7f595848404480732e57cf0228cedc60f481cbf080fa6c0745c171a \
|
|
size 941087
|
|
|
|
compiler.cxx_standard 2014
|
|
|
|
cmake.source_dir ${worksrcpath}/petanque
|
|
|
|
# pybind11.h: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
|
|
# Passing -DPYTHON_BINDINGS_ENABLED=OFF to configure gets ignored, therefore using a patch:
|
|
patchfiles patch-no-bindings.diff
|
|
|
|
test.run yes
|
|
test.cmd ctest
|