[deal.II] Re: 'make' returns error on step-1 example

2021-07-27 Thread 'Wakil Sarfaraz' via deal.II User Group
This issue is resolved! On Tuesday, July 27, 2021 at 1:27:25 PM UTC+2 Wakil Sarfaraz wrote: > Hi all, > > I am coming back to using dealii after quite a few years. > I installed it on MacOS BigSur Version: 11.4 (20F71) and attempted to > execute step-1. > cmake . worked fine > make returned

[deal.II] 'make' returns error on step-1 example

2021-07-27 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi all, I am coming back to using dealii after quite a few years. I installed it on MacOS BigSur Version: 11.4 (20F71) and attempted to execute step-1. cmake . worked fine make returned this error: bash-3.2$ cmake . -- The C compiler identification is AppleClang 12.0.5.12050022 -- The CXX

Re: [deal.II] Coming back to dealii after a long time

2021-01-02 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi Timo, Thanks for getting back on this. I just checked, yes I have installed 9.2.0-v3.dmg version of dealii. However, I installed it before upgrading my Mac OS from Mojave 10.14.6 to Catalina 10.15.7. Do you think this could be the reason for the error? I am going ahead to reinstall the

[deal.II] Coming back to dealii after a long time

2021-01-02 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi All, I am coming back to dealii after about 5 years. I installed version 9.2 of dealii release on Mac OS Catalina version 10.15.7. I followed the instructions including setting up the xcode command line tools, downloading the dmg file and etc. As I attempted to compile step-1.cc, I get an

Re: [deal.II] Re: cmake . returns error on MAC OS XI Captain version 10.11.6 upon compiling dealii-8.5.0-brew.dmg

2018-05-11 Thread 'Wakil Sarfaraz' via deal.II User Group
In version 9.0.0 the examples directory is no longer located in /Applications/deal.II-9.0.0.app/Contents/Resources/examples, Could you please help me allocated this? Thanks, Wakil, On Fri, May 11, 2018 at 10:47 PM, Denis Davydov wrote: > you can also try a pre-release

Re: [deal.II] Re: cmake . returns error on MAC OS XI Captain version 10.11.6 upon compiling dealii-8.5.0-brew.dmg

2018-05-11 Thread 'Wakil Sarfaraz' via deal.II User Group
I got the dmg for version 9.0.0, thanks, Wakil On Fri, May 11, 2018 at 10:47 PM, Denis Davydov wrote: > you can also try a pre-release package from this post: > > https://groups.google.com/forum/?fromgroups=#!topic/dealii/uvgXWCwAIlY > > > On Friday, May 11, 2018 at 10:53:32

Re: [deal.II] Re: cmake . returns error on MAC OS XI Captain version 10.11.6 upon compiling dealii-8.5.0-brew.dmg

2018-05-11 Thread 'Wakil Sarfaraz' via deal.II User Group
Can this new version be installed on Mac without a dmg file? Apologies if the question is too basic. Best, Wakil On Fri, May 11, 2018 at 10:47 PM, Denis Davydov wrote: > you can also try a pre-release package from this post: > >

Re: [deal.II] Re: cmake . returns error on MAC OS XI Captain version 10.11.6 upon compiling dealii-8.5.0-brew.dmg

2018-05-11 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi Denis, The command line tool is installed as shown in this: Wakils-MBP:~ wakilsarfaraz$ sudo xcode-select --install Password: xcode-select: error: command line tools are already installed, use "Software Update" to install updates Wakils-MBP:~ wakilsarfaraz$ I will check the other

[deal.II] Re: cmake . returns error on MAC OS XI Captain version 10.11.6 upon compiling dealii-8.5.0-brew.dmg

2018-05-11 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi Denis, Xcode is installed on my machine. It is just that I deleted the dmg files associated to previous versions of deal.ii and cmake, which was perfectly working. When I downloaded the new versions today, it returned these errors. Best, Wakil On Friday, May 11, 2018 at 9:04:17 PM UTC+1,

[deal.II] cmake . returns error on MAC OS XI Captain version 10.11.6 upon compiling dealii-8.5.0-brew.dmg

2018-05-11 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi all, I have been away from deal.ii for almost two years. I have come back and wanted to install the most updated version which is dealii-8.5.0-brew.dmg When I attempted to cmake the step-1 of the examples, it

[deal.II] The "make run" command on the new version of deal.ii (8.4.1) complains about "libmpi.cxx.1.dylib" version.

2016-11-16 Thread 'Wakil Sarfaraz' via deal.II User Group
I am trying to run the deal.II version 8.4.1 on a mac with OS X Yosemite version 10.10.5: cmake works fine as well make, but when I "make run" the code, it complains that the version of "libmpi.cxx.1.dylib" is 2.0.0 and the required version of "libmpi.cxx.1.dylib" must be 3.0.0 or above. I