[108456] trunk/dports/science/gstlal/Portfile

ram at macports.org ram at macports.org
Tue Jul 23 09:12:45 PDT 2013


Revision: 108456
          https://trac.macports.org/changeset/108456
Author:   ram at macports.org
Date:     2013-07-23 09:12:44 -0700 (Tue, 23 Jul 2013)
Log Message:
-----------
science/gstlal: update to 0.6.1

Modified Paths:
--------------
    trunk/dports/science/gstlal/Portfile

Modified: trunk/dports/science/gstlal/Portfile
===================================================================
--- trunk/dports/science/gstlal/Portfile	2013-07-23 16:12:41 UTC (rev 108455)
+++ trunk/dports/science/gstlal/Portfile	2013-07-23 16:12:44 UTC (rev 108456)
@@ -3,8 +3,8 @@
 PortSystem    1.0
 
 name          gstlal
-version       0.5.3
-revision      2
+version       0.6.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 65f75e118fa4dd7767aafe4ae46c1a1379e0af58 \
-              sha256 772b3e5bfe6c363bc185cc0d8639d8bac93e8222f6a136e6127a830a1ab17e79
+checksums     rmd160 5600351ba7503ea56ccf88b075bd80b75c8fa657 \
+              sha256 dd69001b7b6c331438586933e2b7218b99fb17de8a4a79bb48df28ea715d1984
 
 depends_build port:pkgconfig
 
@@ -39,7 +39,6 @@
               port:py27-numpy \
               port:py27-scipy \
               port:lal \
-              port:lalframe \
               port:lalmetaio \
               port:lalsimulation \
               port:lalburst \
@@ -51,8 +50,18 @@
 configure.pkg_config_path ${python_prefix}/lib/pkgconfig
 configure.python ${prefix}/bin/python2.7
 
+# hack around #39223
+configure.args-append PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error -F${frameworks_dir} -framework Python"
+
 use_parallel_build yes
 
+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-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130723/1d2487fe/attachment.html>


More information about the macports-changes mailing list