2017-02-21 23:34:19 +03:00
|
|
|
# -*- 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
|
|
|
|
|
|
2018-05-31 15:47:57 +03:00
|
|
|
github.setup Theano libgpuarray 0.7.6 v
|
2025-01-25 02:50:03 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2017-02-21 23:34:19 +03:00
|
|
|
|
|
|
|
|
categories math devel
|
|
|
|
|
license MIT
|
|
|
|
|
|
|
|
|
|
supported_archs x86_64
|
|
|
|
|
|
2018-06-18 01:29:09 -05:00
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
2017-02-21 23:34:19 +03:00
|
|
|
|
|
|
|
|
description Library to manipulate tensors on the GPU.
|
2025-01-25 02:50:03 +11:00
|
|
|
long_description {*}${description}
|
2017-02-21 23:34:19 +03:00
|
|
|
|
2018-05-31 15:47:57 +03:00
|
|
|
checksums rmd160 0b1b4a4be3e22fdf3cf38f325c090c6bddeb5109 \
|
|
|
|
|
sha256 fa96c5d2baf5c6ee4521104409bfab5a3319fcc055f89b8c75d4a45983354c5e \
|
|
|
|
|
size 293866
|
2017-02-21 23:34:19 +03:00
|
|
|
|
|
|
|
|
depends_build-append \
|
|
|
|
|
port:pkgconfig
|
|
|
|
|
|
2022-04-16 03:38:28 -05:00
|
|
|
github.livecheck.regex {([0-9.]+)}
|