You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
49 lines
1.8 KiB
Tcl
49 lines
1.8 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 python 1.0
|
|
|
|
name py-pytensor
|
|
# confirm compatibility with py-pymc before updating the version
|
|
version 3.0.7
|
|
revision 0
|
|
|
|
categories-append math
|
|
license BSD
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Optimizing compiler for evaluating mathematical expressions \
|
|
on CPUs and GPUs.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pymc-devs/pytensor
|
|
|
|
checksums rmd160 69f12c408a37d4fbf9f90c3ed4b4329a4584666e \
|
|
sha256 858df82fa44e5401c9e913e5acaa5e0044f1515db0290755a139e58e28f22b9e \
|
|
size 4952896
|
|
|
|
python.versions 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython \
|
|
port:py${python.version}-toml \
|
|
port:py${python.version}-versioneer
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-cons \
|
|
port:py${python.version}-etuples \
|
|
port:py${python.version}-filelock \
|
|
port:py${python.version}-logical-unification \
|
|
port:py${python.version}-minikanren \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-typing_extensions
|
|
|
|
post-destroot {
|
|
file delete ${destroot}/${python.pkgd}/bin/__init__.py
|
|
delete ${destroot}${python.pkgd}/bin/__pycache__
|
|
}
|
|
}
|