You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
e5f679085a
Fixes build failure with compilers that default to C++11 or newer.
37 lines
1.4 KiB
Tcl
37 lines
1.4 KiB
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
|
|
|
|
name slimdata
|
|
version 2.7.1
|
|
revision 0
|
|
checksums rmd160 1a014c1a0964fb8a61aab0a478852d0645521ffc \
|
|
sha256 9c73f5c7d46d10395fbd54585d0070dfec639f92d9dd3dc8f27d4315bd97f068 \
|
|
size 772368
|
|
|
|
set download_version [join [split ${version} .] _]
|
|
categories archivers
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license LGPL-3+
|
|
|
|
description Fast data compression for scientific data.
|
|
long_description Slim is a data compression system for scientific data sets, a binary and a library with C linkage. Slim works \
|
|
with integer data from one or more channels in a file, which it can compress more effectively and more rapidly \
|
|
than general tools like gzip.
|
|
|
|
homepage http://slimdata.sourceforge.net/
|
|
distname slim_v${download_version}
|
|
|
|
extract.suffix .tgz
|
|
|
|
master_sites sourceforge:project/slimdata/slimdata/${version}/
|
|
|
|
patchfiles patch-Makefile.in.diff
|
|
|
|
use_autoreconf yes
|
|
|
|
compiler.cxx_standard 1998
|
|
configure.cxxflags-append \
|
|
-std=c++98
|