Revision
108457
Author
ram@macports.org
Date
2013-07-23 09:12:48 -0700 (Tue, 23 Jul 2013)

Log Message

science/gstlal-ugly: update to 0.5.1

Modified Paths

Diff

Modified: trunk/dports/science/gstlal-ugly/Portfile (108456 => 108457)


--- trunk/dports/science/gstlal-ugly/Portfile	2013-07-23 16:12:44 UTC (rev 108456)
+++ trunk/dports/science/gstlal-ugly/Portfile	2013-07-23 16:12:48 UTC (rev 108457)
@@ -3,8 +3,8 @@
 PortSystem    1.0
 
 name          gstlal-ugly
-version       0.4.4
-revision      2
+version       0.5.1
+revision      1
 categories    science
 platforms     darwin
 maintainers   ram
@@ -21,8 +21,8 @@
 homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
 master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/
 
-checksums     rmd160 9be425d767c8cfbb69cf4623644b44cc31d85c8c \
-              sha256 d3d5a990ec096897043ba32f1b859c421f3b66749531c3b3752c3711f5b57933
+checksums     rmd160 65bce5206dcba800ebbce988def2ff65f634204c \
+              sha256 24475c077e3198d87bc84b8d680d4e8bebcfe8f8e5536b0705ed721821688533
 
 depends_build port:pkgconfig
 
@@ -45,7 +45,8 @@
               port:lalburst \
               port:gsl \
               port:nds2-client \
-              port:orc
+              port:orc \
+              port:ldas-tools
 
 # pylal is not universal
 universal_variant no
@@ -54,11 +55,20 @@
 configure.pkg_config_path ${python_prefix}/lib/pkgconfig
 configure.python ${prefix}/bin/python2.7
 
-configure.args --without-framecpp \
-               --without-gds
+configure.args --without-gds
 
-use_parallel_build yes
+# hack around #39223
+configure.args-append PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error -F${frameworks_dir} -framework Python"
 
+use_parallel_build no
+
+set pythondir "${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages"
+destroot.args-append \
+              pythondir="${pythondir}" \
+              pyexecdir="${pythondir}" \
+              pkgpythondir="${pythondir}/${name}" \
+              pkgpyexecdir="${pythondir}/${name}"
+
 livecheck.type   regex
 livecheck.url    ${master_sites}
 livecheck.regex  {gstlal-ugly-(\d+(?:\.\d+)*).tar.gz}