You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
28 lines
842 B
Tcl
28 lines
842 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup Theano libgpuarray 0.7.6 v
|
|
|
|
categories math devel
|
|
platforms darwin
|
|
license MIT
|
|
|
|
supported_archs x86_64
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Library to manipulate tensors on the GPU.
|
|
long_description ${description}
|
|
|
|
checksums rmd160 0b1b4a4be3e22fdf3cf38f325c090c6bddeb5109 \
|
|
sha256 fa96c5d2baf5c6ee4521104409bfab5a3319fcc055f89b8c75d4a45983354c5e \
|
|
size 293866
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
|
|
livecheck.regex {archive/v([0-9.]+).tar.gz}
|