Revision: 141199 https://trac.macports.org/changeset/141199 Author: dstrubbe@macports.org Date: 2015-10-12 09:34:39 -0700 (Mon, 12 Oct 2015) Log Message: ----------- octopus: Add forgotten patch file. Clean up some comments. Modified Paths: -------------- trunk/dports/science/octopus/Portfile Added Paths: ----------- trunk/dports/science/octopus/files/patch-configure.diff Modified: trunk/dports/science/octopus/Portfile =================================================================== --- trunk/dports/science/octopus/Portfile 2015-10-12 16:30:14 UTC (rev 141198) +++ trunk/dports/science/octopus/Portfile 2015-10-12 16:34:39 UTC (rev 141199) @@ -27,11 +27,10 @@ # clang38: errors on operate.o compiler.blacklist macports-clang-3.8 -# dragonegg freezes when building; no acceptable way to set FCCPP for gcc5 or gcc6 though gfortran is ok; +# no acceptable way to set FCCPP for gcc5 or gcc6 though gfortran is ok; # clang versions are unnecessary # dragonegg34-gcc46 segfaults on varia.c mpi.setup require_fortran -dragonegg34 -gcc5 -gcc6 -clang -# dragonegg compilers.enforce_fortran libxc depends_lib port:atlas port:libxc port:fftw-3 port:gsl @@ -154,7 +153,3 @@ livecheck.type regex livecheck.url ${homepage}/wiki/index.php/Main_Page livecheck.regex ${name} (\[0-9.\]+) - - -# Match beta xxx : -# Calculated value : 0.38356457E+00 Added: trunk/dports/science/octopus/files/patch-configure.diff =================================================================== --- trunk/dports/science/octopus/files/patch-configure.diff (rev 0) +++ trunk/dports/science/octopus/files/patch-configure.diff 2015-10-12 16:34:39 UTC (rev 141199) @@ -0,0 +1,35 @@ +--- configure 2015-10-09 12:11:54.000000000 -0400 ++++ configure.new 2015-10-09 12:11:38.000000000 -0400 +@@ -1582,7 +1582,7 @@ + Directory where PNFFT Fortran include files were + installed. + --with-pspio-prefix=DIR Directory where pspio was installed. +- --with-metis-prefix Directory where external METIS library was installed ++ --with-metis-prefix=DIR Directory where external METIS library was installed + (must be single-precision) + --with-parmetis-prefix Directory where ParMETIS library was installed + +@@ -12691,11 +12691,11 @@ + + + case $with_metis_prefix in +- no ) acx_external_metis=disabled ;; ++ no ) acx_external_metis=no ;; + "") with_metis_prefix="/usr" ;; + esac + +- if test x"$acx_external_metis" != xdisabled; then ++ if test x"$acx_external_metis" != xno; then + + acx_metis_save_CFLAGS="$CFLAGS" + acx_metis_save_LIBS="$LIBS" +@@ -12775,6 +12775,9 @@ + + CFLAGS="$acx_metis_save_CFLAGS" + LIBS="$acx_metis_save_LIBS" ++ else ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5 ++$as_echo "disabled" >&6; } + fi + + if test x"$acx_external_metis" = xno ; then
participants (1)
-
dstrubbe@macports.org