Re: [deal.II] Warning messages about text-based stub files not syncing with library files when compiling on Mac.

2019-01-31 Thread Matthias Maier
Dear all, Just for documenting this publicly: An alternative workaround is to simply set -DDEAL_II_LINKER_FLAGS="-w" on the command line. This also suppresses the warning (without disabling lapack and subsequently umfpack). It would still be nice if we could actually identify the main cause

Re: [deal.II] Warning messages about text-based stub files not syncing with library files when compiling on Mac.

2019-01-31 Thread Jean-Paul Pelteret
Dear Zachary, Here’s the relevant part of the detailed.log file: > #DEAL_II_WITH_LAPACK set up with external dependencies > #LAPACK_WITH_64BIT_BLAS_INDICES = OFF > #LAPACK_LINKER_FLAGS = > #LAPACK_LIBRARIES = > /System/Library/Frameworks/Accelerate.fr

Re: [deal.II] Warning messages about text-based stub files not syncing with library files when compiling on Mac.

2019-01-31 Thread Zachary Hardy
Attached are the requested files. Please let me know what you believe the best remedy would be! *Zachary Hardy '18* ––– *Texas A&M University* *B.S. Nuclear Engineering* ––– ––

Re: [deal.II] Warning messages about text-based stub files not syncing with library files when compiling on Mac.

2019-01-31 Thread Jean-Paul Pelteret
Hi Zachary, So it looks like maybe the “-framework Accelerate” is what’s being complained about, but I’m not sure. I also don’t have the latest MacOS, so I can’t inspect this myself. But what you could try to do is build deal.II without BLAS and LAPACK support, and this might prevent this from

Re: [deal.II] Warning messages about text-based stub files not syncing with library files when compiling on Mac.

2019-01-31 Thread Zachary Hardy
Hi Jean-Paul, Thanks for the response! I am running on MacOS 10.14.2, with Xcode 10.1. The verbose output is as follows: /usr/local/Cellar/cmake/3.13.3/bin/cmake -E cmake_link_script CMakeFiles/step-1.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_

Re: [deal.II] Warning messages about text-based stub files not syncing with library files when compiling on Mac.

2019-01-30 Thread Jean-Paul Pelteret
Dear Zachary, I googled this problem and it seems that, dependent on what version of Xcode and MacOS you’re running, there might be one of two solutions. Here’s a similar post on the Apple forums that outlines the two possibilities . The first po

[deal.II] Warning messages about text-based stub files not syncing with library files when compiling on Mac.

2019-01-30 Thread Zachary Hardy
When I compile the examples, I receive about 12 warning messages about linking stating that the text-based stub files and library files are not in sync, all from within `/System/Library/Framework/Accelerate.framework.' Everything ends up working in the end, but I can't seem to remedy this issue