[151388] trunk/dports/science/lalinference/Portfile

ram at macports.org ram at macports.org
Sun Aug 14 09:11:30 PDT 2016


Revision: 151388
          https://trac.macports.org/changeset/151388
Author:   ram at macports.org
Date:     2016-08-14 09:11:30 -0700 (Sun, 14 Aug 2016)
Log Message:
-----------
science/lalinference: move use_autoreconf after deps

otherwise depends_build overwrites the dependencies on the autotools and
the build fails as the autotools are missing.

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

Modified: trunk/dports/science/lalinference/Portfile
===================================================================
--- trunk/dports/science/lalinference/Portfile	2016-08-14 14:44:27 UTC (rev 151387)
+++ trunk/dports/science/lalinference/Portfile	2016-08-14 16:11:30 UTC (rev 151388)
@@ -22,11 +22,6 @@
 checksums     rmd160 c2e41deac545cd4c1b8700b2fc1255627001798e \
               sha256 5d8568279cf31698b1615e1a9cfac25b828853414d461cdedc6dc8e5579f198f
 
-# Add missing HAVE_PYTHON conditional.
-# Fixed on master; remove upon next release of LALSuite.
-use_autoreconf yes
-patchfiles     patch-python_tiger_Makefile.am.diff
-
 depends_build port:pkgconfig
 
 depends_lib   port:gsl \
@@ -44,6 +39,11 @@
               port:healpix-c \
               port:ligo-lvalert
 
+# Add missing HAVE_PYTHON conditional.
+# Fixed on master; remove upon next release of LALSuite.
+use_autoreconf yes
+patchfiles     patch-python_tiger_Makefile.am.diff
+
 # Choose a compiler that supports OpenMP.
 compiler.whitelist macports-clang-3.8 macports-clang-3.7 macports-clang-3.9
 compiler.fallback  macports-clang-3.8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160814/a50e6e86/attachment.html>


More information about the macports-changes mailing list