You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
924 B
Tcl
28 lines
924 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 calebzulawski cotila 1.2.1
|
|
revision 0
|
|
categories math science
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
description A compile-time linear algebra system for C++
|
|
long_description {*}${description}
|
|
checksums rmd160 a34963325e8dcd0f6d829722cac45036ec5e19da \
|
|
sha256 898ebfdf562cd1a3622870e17a703b38559cf2c607b2d5f79e6b3a55563af619 \
|
|
size 105772
|
|
github.tarball_from archive
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
configure.args-append \
|
|
-DBUILD_TESTING=ON \
|
|
-DBUILD_DOCS=OFF
|
|
|
|
test.run yes
|