[108393] trunk/dports/science/alps

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Jul 22 09:31:53 PDT 2013


Revision: 108393
          https://trac.macports.org/changeset/108393
Author:   macsforever2000 at macports.org
Date:     2013-07-22 09:31:53 -0700 (Mon, 22 Jul 2013)
Log Message:
-----------
alps: Build fix for cmake 2.8.10. (#39696)

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

Added Paths:
-----------
    trunk/dports/science/alps/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/science/alps/Portfile
===================================================================
--- trunk/dports/science/alps/Portfile	2013-07-22 15:55:47 UTC (rev 108392)
+++ trunk/dports/science/alps/Portfile	2013-07-22 16:31:53 UTC (rev 108393)
@@ -29,6 +29,8 @@
 # alps has its own internal boost it wants to use, and fails if MacPorts' newer boost is active.
 conflicts_build         boost
 
+patchfiles              patch-CMakeLists.txt.diff
+
 configure.args-delete   -DCMAKE_SYSTEM_PREFIX_PATH=\"${prefix}\;/usr\"
 configure.args-append   -DCMAKE_SYSTEM_PREFIX_PATH=\"/usr\;${prefix}\"                              \
                         -DBoost_ROOT_DIR:PATH=${worksrcpath}/boost                                  \

Added: trunk/dports/science/alps/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/science/alps/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/science/alps/files/patch-CMakeLists.txt.diff	2013-07-22 16:31:53 UTC (rev 108393)
@@ -0,0 +1,11 @@
+--- alps/CMakeLists.txt.orig	2012-05-30 23:49:50.000000000 +0200
++++ alps/CMakeLists.txt	2013-07-22 11:07:16.000000000 +0200
+@@ -107,7 +107,7 @@
+ 
+ #maintenance building options
+ 
+-include (CMakeDetermineSystem)
++#include (CMakeDetermineSystem)
+ #include (CMakeDetermineFortranCompiler)
+ #message (STATUS "Fortran compiler: ${CMAKE_Fortran_COMPILER}")
+ #include (CMakeTestFortranCompiler)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130722/55ab3c70/attachment.html>


More information about the macports-changes mailing list