Files

33 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2017-02-21 09:09:13 +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 github 1.0
PortGroup cmake 1.1
github.setup clMathLibraries clBLAS 2.12 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 09:09:13 +03:00
name clblas
categories math
license Apache
2018-06-18 01:29:09 -05:00
maintainers {stromnov @stromnov} openmaintainer
2017-02-21 09:09:13 +03:00
description A software library containing BLAS functions written in OpenCL
2025-01-25 02:50:03 +11:00
long_description {*}${description}
2017-02-21 09:09:13 +03:00
checksums rmd160 f9e1ab41a1975cd236e7cd4a0b0f14cdcb7e3336 \
sha256 69b08331459acb273305c287c6bd67345df9807d2f50e9eca933abac1cc12442
worksrcdir ${distname}/src
configure.args-append \
-DBUILD_RUNTIME=ON \
-DBUILD_TEST=OFF \
-DBUILD_PERFORMANCE=OFF \
-DBUILD_SAMPLE=OFF \
-DBUILD_CLIENT=OFF \
-DBUILD_KTEST=ON \
-DBUILD_SHARED_LIBS=ON