You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
f6abd23fb6
In preparation for changing the default.
29 lines
902 B
Tcl
29 lines
902 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
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
categories math devel
|
|
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
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|