<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[142437] trunk/dports/math</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/142437">142437</a></dd>
<dt>Author</dt> <dd>dstrubbe@macports.org</dd>
<dt>Date</dt> <dd>2015-11-11 19:29:07 -0800 (Wed, 11 Nov 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>feast: New port.</pre>

<h3>Added Paths</h3>
<ul>
<li>trunk/dports/math/feast/</li>
<li><a href="#trunkdportsmathfeastPortfile">trunk/dports/math/feast/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsmathfeastPortfile"></a>
<div class="addfile"><h4>Added: trunk/dports/math/feast/Portfile (0 => 142437)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/math/feast/Portfile                                (rev 0)
+++ trunk/dports/math/feast/Portfile        2015-11-12 03:29:07 UTC (rev 142437)
</span><span class="lines">@@ -0,0 +1,159 @@
</span><ins>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           mpi 1.0
+
+name                feast
+version             3.0
+categories          science
+platforms           darwin
+maintainers         dstrubbe
+license             BSD
+
+description         A free high-performance numerical library for solving Hermitian and non-Hermitian eigenvalue problems
+
+long_description    The FEAST eigensolver package is a free high-performance numerical library for solving Hermitian \
+    and non-Hermitian eigenvalue problems, and obtaining all the eigenvalues and (right/left) eigenvectors within a given \
+    search interval or arbitrary domain in the complex plane. Its originality lies with a new transformative numerical \
+    approach to the traditional eigenvalue algorithm design - the FEAST algorithm. The algorithm takes its inspiration from \
+    the density-matrix representation and contour integration technique in quantum mechanics. It contains elements from \
+    complex analysis, numerical linear algebra and approximation theory, and it can be defined as an optimal subspace \
+    iteration method using approximate spectral projectors. FEAST's main building block is a numerical quadrature \
+    computation consisting of solving independent linear systems along a complex contour, each with multiple right-hand \
+    sides. A Rayleigh-Ritz procedure is then used to generate a reduced dense eigenvalue problem orders of magnitude \
+    smaller than the original one. The FEAST eigensolver combines simplicity and efficiency and it offers many important \
+    capabilities for achieving high performance, robustness, accuracy, and scalability on parallel architectures.
+
+homepage            http://www.feast-solver.org
+# note: below will have to be updated for a new version
+master_sites        http://www.ecs.umass.edu/~polizzi/feast/m3-0/
+extract.suffix      .tgz
+distname            ${name}_${version}
+
+checksums           rmd160  f2b271569cb22fc8897485394339e545c0d9518a \
+                    sha1    d7f6f350c275bb36bbea43882f0a7079083cc53d
+
+use_configure       no
+worksrcdir          FEAST/${version}/src
+
+compilers.choose    cc fc
+# g95 does not support OpenMP
+mpi.setup           default require_fortran -g95
+configure.optflags  -O3
+
+use_parallel_build  yes
+
+# only for tests
+# also openblas or atlas. Use vecLibFort since it is quickest to install.
+depends_lib-append  port:vecLibFort
+# needed for clang or llvm, only for tests in fact, but very quick to install
+if {![gcc_variant_isset]} {
+    depends_lib-append port:libomp
+}
+
+post-extract {
+    # allow user or developer to inspect working directory!
+    system -W ${worksrcpath}/../.. &quot;chmod -R a+rX .&quot;
+    # remove unwisely distributed binary libs, which get in the way
+    delete file ${worksrcpath}/../lib/x64
+}
+
+build.target        all
+pre-build {
+    if {[mpi_variant_isset]} {
+        build.args-append LIBNAME=pfeast MPI=${mpi.fc}
+    } else {
+        build.args-append LIBNAME=feast
+    }
+
+    configure.fcflags-append  -ffree-line-length-none -ffixed-line-length-none -fopenmp -cpp
+    # they say option 2 only works with ifort. compiles and links fine with gcc5, but segfaults in tests
+    build.args-append  OPTION=1 CC=${configure.cc} CFLAGS=&quot;${configure.cflags}&quot; F90=${configure.fc} \
+        F90FLAGS=&quot;${configure.fcflags}&quot; FFLAGS=&quot;${configure.fcflags}&quot; \
+
+    # LIB is reused with different incompatible meaning in example directory???
+    reinplace -W ${worksrcpath} &quot;s/LIB/LIBNAME/g&quot; Makefile
+
+    #banded/spike-smp/zspike_smp.f90:1078:16: Error: !$OMP PARALLEL DO iteration variable present on clause other than PRIVATE or LASTPRIVATE at (1)
+    # patch to fix this error in OpenMP usage.
+    reinplace -W ${worksrcpath} &quot;s/\!\$omp parallel do firstprivate(t1,t2,i/\!\$omp parallel do private(i) firstprivate(t1,t2/g&quot; banded/spike-smp/dspike_smp.f90
+    reinplace -W ${worksrcpath} &quot;s/\!\$omp parallel do firstprivate(t1,t2,i/\!\$omp parallel do private(i) firstprivate(t1,t2/g&quot; banded/spike-smp/zspike_smp.f90
+    reinplace -W ${worksrcpath} &quot;s/\!\$omp parallel do firstprivate(t1,t2,i/\!\$omp parallel do private(i) firstprivate(t1,t2/g&quot; banded/spike-smp/cspike_smp.f90
+    reinplace -W ${worksrcpath} &quot;s/\!\$omp parallel do firstprivate(t1,t2,i/\!\$omp parallel do private(i) firstprivate(t1,t2/g&quot; banded/spike-smp/sspike_smp.f90
+}
+
+# OPTION 1, +mpich or +openmpi: all sbev(x) C/F, serial/MPI (8 total) hang, no segfaults
+# These are probably related to the need to patch the spike files about OpenMP, since they are banded.
+#  +gfortran -mpich +clang37 everything passes.
+#  +gfortran +mpich  clang[Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)]   serial sbev's hang
+#  +gfortran +mpich +clang37 serial sbev's hang.
+
+test.run            yes
+# '-k' means keep going, so one failure does not stop the whole process
+test.target         -k rall-nosparse
+# why is this needlessly different from src dir?
+# you don't use CFLAGS in linking in example??
+# 'rall' target uselessly repeats 'all' target
+pre-test {
+    set libblas &quot;-lvecLibFort&quot;
+    if {[gcc_variant_isset]} {
+        set libomp  &quot;-lgomp&quot;
+    } else {
+        # clang
+        set libomp  &quot;${prefix}/lib/libomp/libomp.dylib&quot;
+    }
+    if {[mpi_variant_isset]} {
+        if {[mpi_variant_name] eq &quot;mpich&quot; || [mpi_variant_name] eq &quot;mpich-devel&quot;} {
+            set mpiflib  &quot;-lmpifort&quot;
+        } else {
+            set mpiflib  &quot;-lmpi_mpifh ${compilers.libfortran}&quot;
+        }
+        test.target-append   rallMPI-nosparse
+        test.args-append     PCC=${mpi.cc} PFORT=${mpi.f90}
+    } else {
+        set mpiflib &quot;${compilers.libfortran}&quot;
+    }
+    
+    test.args-append  CC=${configure.cc} CFLAGS=&quot;${configure.cflags}&quot; \
+        F90=${configure.fc} F90FLAGS=&quot;${configure.fcflags}&quot; \
+        FORT=${configure.fc} FFLAGS=&quot;${configure.fcflags}&quot; \
+        FLIBS=&quot;${libblas} ${libomp}&quot; CLIBS=&quot;${libblas} ${libomp} ${mpiflib}&quot;
+
+    worksrcdir      ${worksrcdir}/../example
+    # scripitize this
+    # why no targets provided for MPI tests? shouldn't MPI by executed with ${mpi.exec} -n .. ?
+    # call it 'make test' or 'make check'
+    # must exclude pardiso (required for sparse). This is not distributable software. http://www.pardiso-project.org/
+
+    system -W ${worksrcpath} &quot;echo 'rallC-nosparse:\n\tcd ./Hermitian/C/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall; cd ../../../Non-Hermitian/C/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall\nrallF-nosparse:\n\tcd ./Hermitian/Fortran/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall; cd ../../../Non-Hermitian/Fortran/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall\nrall-nosparse: rallF-nosparse rallC-nosparse' &gt;&gt; Makefile&quot;
+    system -W ${worksrcpath} &quot;echo 'rallCMPI-nosparse:\n\tcd ./Hermitian/C-MPI/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall; cd ../../../Non-Hermitian/C-MPI/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall\nrallFMPI-nosparse:\n\tcd ./Hermitian/Fortran-MPI/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall; cd ../../../Non-Hermitian/Fortran-MPI/1_dense &amp;&amp; make myrall; cd ../2_banded &amp;&amp; make myrall\nrallMPI-nosparse: rallFMPI-nosparse rallCMPI-nosparse' &gt;&gt; Makefile&quot;
+
+    system -W ${worksrcpath} &quot;echo 'allC-nosparse:\n\tcd ./Hermitian/C/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all; cd ../../../Non-Hermitian/C/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all\nallF-nosparse:\n\tcd ./Hermitian/Fortran/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all; cd ../../../Non-Hermitian/Fortran/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all\nall-nosparse: allF-nosparse allC-nosparse' &gt;&gt; Makefile&quot;
+    system -W ${worksrcpath} &quot;echo 'allCMPI-nosparse:\n\tcd ./Hermitian/C-MPI/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all; cd ../../../Non-Hermitian/C-MPI/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all\nallFMPI-nosparse:\n\tcd ./Hermitian/Fortran-MPI/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all; cd ../../../Non-Hermitian/Fortran-MPI/1_dense &amp;&amp; make all; cd ../2_banded &amp;&amp; make all\nallMPI-nosparse: allFMPI-nosparse allCMPI-nosparse' &gt;&gt; Makefile&quot;
+
+    # Fortran-MPI examples lack 'rall' target...
+    # can add MPI this way too.
+    # kill a test if it hangs, so the testsuite can proceed
+    system -W ${worksrcpath} &quot;echo 'myrall:   examples\n\t ulimit -t 200 &amp;&amp; for file in \$(EXAMPLES); do echo; echo; echo Running \$\$file; ./\$\$file; echo Ran \$\$file in \$\$PWD; done' &gt;&gt; make.inc&quot;
+}
+
+post-test {
+    ui_notice &quot;Examine log file for test results.&quot;
+}
+
+destroot {
+    file mkdir ${destroot}${prefix}/share/doc/feast
+    xinstall ${worksrcpath}/../doc/feast.pdf ${destroot}${prefix}/share/doc/feast
+    xinstall {*}[glob ${worksrcpath}/../include/*] ${destroot}${prefix}/include/
+    xinstall {*}[glob ${worksrcpath}/../lib/x64/*] ${destroot}${prefix}/lib/
+}
+
+notes {
+    Users should fill out the short anonymous questionnaire, providing guidance for the FEAST project to better serve the scientific community:
+    http://www.ecs.umass.edu/~polizzi/feast/registration.htm
+}
+
+livecheck.type      regex
+livecheck.url       http://www.ecs.umass.edu/~polizzi/feast/
+livecheck.regex     FEAST version v(\[0-9.\]+) release
</ins><span class="cx">Property changes on: trunk/dports/math/feast/Portfile
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
</div>

</body>
</html>