Last change
on this file since 147524 was
147524,
checked in by khindenburg@…, 4 years ago
|
mathgl: Add cflag to give backwards compatibility with the hdf5 1.8.x API; maintainer #51075
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.7 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 147524 2016-04-07 01:22:47Z khindenburg@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name mathgl |
---|
8 | version 2.3.4 |
---|
9 | revision 2 |
---|
10 | categories math |
---|
11 | license GPL-3 |
---|
12 | maintainers gmail.com:mschamschula openmaintainer |
---|
13 | description MathGL is a library for making high-quality scientific graphics. |
---|
14 | long_description ${description} MathGL is also a library for the fast data plotting \ |
---|
15 | and data processing of large data arrays a library for working in \ |
---|
16 | window and console modes and for easy embedding into other programs \ |
---|
17 | and a library with large and growing set of graphics. |
---|
18 | platforms darwin |
---|
19 | homepage http://mathgl.sourceforge.net/ |
---|
20 | master_sites sourceforge |
---|
21 | |
---|
22 | checksums rmd160 711ab23b4253b4a667d9bed3480448b1271533e8 \ |
---|
23 | sha256 6e93cd9f640c5b6c9dac4ca56854612d4261b4eadd6c8aad6536965195f08c02 |
---|
24 | |
---|
25 | depends_lib-append path:lib/libfltk.dylib:fltk \ |
---|
26 | port:giflib \ |
---|
27 | port:gsl \ |
---|
28 | port:guile \ |
---|
29 | port:hdf5 \ |
---|
30 | port:python27 \ |
---|
31 | port:ruby22 |
---|
32 | |
---|
33 | patchfiles patch-CMakeLists.txt.diff |
---|
34 | |
---|
35 | configure.args-append \ |
---|
36 | -Denable-gsl=ON \ |
---|
37 | -Denable-hdf5=ON \ |
---|
38 | -Denable-openmp=OFF |
---|
39 | |
---|
40 | configure.cflags-append \ |
---|
41 | -DH5_USE_18_API |
---|
42 | |
---|
43 | livecheck.type regex |
---|
44 | livecheck.url ${homepage}/doc_en/Download.html |
---|
45 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|
Note: See
TracBrowser
for help on using the repository browser.