No need to revert OS. Xcode comes with developers toolkits. Newer versions of
xcode allow users to develop codes for older macs. In order to do that, you
have to install the corresponding developers toolkit. Namely 10.12.
I never tried this, but it should work. The other way around is more diff
Alberto
I am having similar problem as posted by Alberto.
Luca
Thanks for the suggestion. I am new to both Mac OS and Deal. Can you
possibly advise how may I install 10.12 SDK. Would it mean reverting to an
older version of the OS for iMac as well?
Regards
Deepak
On Wednesday, 11 October
Yes. It is trying to use the accelerate framework, but since it was installed
using 10.12, it links to that one.
If you install the 10.12 SDK you should have what you need.
L.
> On 11 Oct 2017, at 8:58, Alberto Salvadori wrote:
>
> Sure, I will. Am I understanding properly that deal.ii is tr
Sure, I will. Am I understanding properly that deal.ii is trying to use the
accelerate framework (I guess because of some lapack calls) when compiled
for MacOS?
*Alberto Salvadori* Dipartimento di Ingegneria Civile, Architettura,
Territorio, Ambiente e di Matematica (DICATAM)
Universita` di Bres
Alberto,
In the options of xcode, you should be able to install also the 10.12 sdk. Can
you try that?
Luca
> On 11 Oct 2017, at 08:30, Alberto Salvadori
> wrote:
>
> Hi Daniel.
>
> After installation of High Sierra, Xcode9, upgrading cmake and using
> deal.ii/8.5.1 provided by Timo, I run
Hi Daniel.
After installation of High Sierra, Xcode9, upgrading cmake and using
deal.ii/8.5.1 provided by Timo, I run usual regression tests that worked
well under Xcode8.x.
It turned out that they could not be linked anymore with this error (sorry
for the code name):
make[2]: *** No rule to m
Hi,
I successfully build deal.II with all dependencies on macOS High Sierra
XCode 9 with Spack https://github.com/dealii/dealii/wiki/deal.II-in-Spack
(Clang 9.0 + gfortran from GCC 7.2.0)
BUT you would need to wait until this PR with minor fixes is merged:
https://github.com/LLNL/spack/pull/56