1 | # $Id: Portfile 140790 2015-10-02 19:28:48Z ram@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gstlal-ugly |
---|
6 | version 0.9.2 |
---|
7 | categories science |
---|
8 | platforms darwin |
---|
9 | maintainers ram |
---|
10 | license GPL-2+ |
---|
11 | |
---|
12 | description Experimental GSTLAL elements |
---|
13 | long_description \ |
---|
14 | This package provides a variety of experimental GStreamer elements \ |
---|
15 | for gravitational-wave data analysis and some libraries to help \ |
---|
16 | write such elements. The code here sits on top of several other \ |
---|
17 | libraries, notably the LIGO Algorithm Library, FFTW, the GNU \ |
---|
18 | Scientific Library, and, of course, GStreamer |
---|
19 | |
---|
20 | homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html |
---|
21 | master_sites http://software.ligo.org/lscsoft/source/ |
---|
22 | |
---|
23 | checksums rmd160 e0c9f71d6353d59aef98465229a957921a41fe28 \ |
---|
24 | sha256 235682d4c6a1f249ab6fef971f0ae8d64bc05c65494d3b3b3cb38bdef83b11bc |
---|
25 | |
---|
26 | depends_build port:pkgconfig |
---|
27 | |
---|
28 | depends_lib port:gstlal \ |
---|
29 | port:python27 \ |
---|
30 | port:glue \ |
---|
31 | port:pylal \ |
---|
32 | port:fftw-3 \ |
---|
33 | port:fftw-3-single \ |
---|
34 | port:gstreamer010 \ |
---|
35 | port:gstreamer010-gst-plugins-base \ |
---|
36 | port:gstreamer010-gst-plugins-good \ |
---|
37 | port:py27-gst-python \ |
---|
38 | port:py27-gobject \ |
---|
39 | port:py27-numpy \ |
---|
40 | port:py27-scipy \ |
---|
41 | port:lal \ |
---|
42 | port:lalframe \ |
---|
43 | port:lalmetaio \ |
---|
44 | port:lalburst \ |
---|
45 | port:gsl \ |
---|
46 | port:nds2-client \ |
---|
47 | port:orc \ |
---|
48 | port:ldas-tools |
---|
49 | |
---|
50 | # pylal is not universal |
---|
51 | universal_variant no |
---|
52 | |
---|
53 | set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 |
---|
54 | configure.pkg_config_path ${python_prefix}/lib/pkgconfig |
---|
55 | configure.python ${prefix}/bin/python2.7 |
---|
56 | |
---|
57 | configure.args --without-gds |
---|
58 | |
---|
59 | use_parallel_build no |
---|
60 | |
---|
61 | set pythondir "${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages" |
---|
62 | destroot.args-append \ |
---|
63 | pythondir="${pythondir}" \ |
---|
64 | pyexecdir="${pythondir}" \ |
---|
65 | pkgpythondir="${pythondir}/${name}" \ |
---|
66 | pkgpyexecdir="${pythondir}/${name}" |
---|
67 | |
---|
68 | livecheck.type regex |
---|
69 | livecheck.url ${master_sites} |
---|
70 | livecheck.regex {gstlal-ugly-(\d+(?:\.\d+)*).tar.gz} |
---|