<div dir="ltr">ATLAS just always takes a long time to build. It stands for "Automatically Tuned Linear Algebra System," so all that time is the automatic tuning. If you want a quicker build, use OpenBLAS or the built-in Accelerate framework.<div><br></div><div>David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 15, 2018 at 8:21 AM, Joshua Kordani <span dir="ltr"><<a href="mailto:jkordani@lsa2.com" target="_blank">jkordani@lsa2.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This package will take a long time to build, although don't be surprised if it fails on the first try.  I can never get it to work on the first try with default settings.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 3/15/18 9:45 AM, Craig Treleaven wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mar 15, 2018, at 8:29 AM, pagani laurent via macports-users <<a href="mailto:macports-users@lists.macports.org" target="_blank">macports-users@lists.macports<wbr>.org</a>> wrote:<br>
<br>
I reinstalled gcc5, both gcc5 and 7 are active but the result is the same.<br>
I desactivate gcc7 but Xcode gcc takes precedence upon Macports/gcc5 even when I deactivate/reactivate the later.<br>
<br>
</blockquote>
I’m not familiar with ATLAS but I think you need to choose one of the variants in order to build it with another compiler:<br>
<br>
$ port variants atlas<br>
atlas has the variants:<br>
    gcc49: build using macports-gcc-4.9<br>
      * conflicts with gcc5 mpclang37 perf<br>
    gcc5: build using macports-gcc-5<br>
      * conflicts with gcc49 mpclang37 perf<br>
    mpclang37: use mp-clang-3.7 and gfortran<br>
      * conflicts with gcc49 gcc5 perf<br>
    nofortran: Forgo use of fortran compiler<br>
    universal: Build for multiple architectures<br>
<br>
Perhaps try<br>
<br>
sudo port install atlas +gcc5<br>
<br>
Also, some packages can take a very long time to build.  Adding the verbose flag can give you more feedback as the build progresses:<br>
<br>
sudo port -v install atlas +gcc5<br>
<br>
Craig<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>