[CMake] CMake, Xcode, and Intel Fortran? (digitalriptide)

Zaak Beekman zbeekman at gmail.com
Fri Oct 24 13:09:51 EDT 2014


I suspect an issue with Xcode/Intel compilers independent of CMake. Have
you tried creating and building a new Fortran project in Xcode?

If it doesn't work, have you upgraded Xcode recently? I have no experience
with Xcode, but I do know that Apple pushed out an Xcode update recently
and that the Intel Fortran compilers, IIRC, do not yet support the latest
Xcode. That having been said, I suspect if you follow the normal procedure
for dealing with Xcode upgrades and the Intel Compilers you should be able
to use it. Head over to the Intel forums/website for more info.

-Zaak

On Fri, Oct 24, 2014 at 2:19 AM, <cmake-request at cmake.org> wrote:

> Send CMake mailing list submissions to
>         cmake at cmake.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://public.kitware.com/mailman/listinfo/cmake
> or, via email, send a message with subject or body 'help' to
>         cmake-request at cmake.org
>
> You can reach the person managing the list at
>         cmake-owner at cmake.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of CMake digest..."
>
>
> Today's Topics:
>
>    1. CMake, Xcode, and Intel Fortran? (digitalriptide)
>    2. Re: Pass on Unix Signals (ctrl+c)? (digitalriptide)
>    3. The new cmake.org web site (David Cole)
>    4. Fwd: Error in compiling OKULAR using CMAKE (Sahil Sehgal)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 23 Oct 2014 14:19:05 -0600
> From: digitalriptide <digitalriptide at gmail.com>
> To: cmake at cmake.org
> Subject: [CMake] CMake, Xcode, and Intel Fortran?
> Message-ID:
>         <CAJd=gO54nxBC4S6shJCdyZwj9rJn4HZmwvS1CawKEMUeEcSO=
> Q at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> In the past I was able to generate Xcode projects that contained
> Fortran files via `cmake -gXcode ..` and CMake would pick up the Intel
> Fortran compiler. This behavior seems to have changed recently,
> however. Has anyone else experienced this problem and/or found a
> workaround? Is this is an issue with CMake, Xcode, or the Intel suite?
>
> Cheers!
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 23 Oct 2014 14:22:56 -0600
> From: digitalriptide <digitalriptide at gmail.com>
> To: cmake at cmake.org
> Subject: Re: [CMake] Pass on Unix Signals (ctrl+c)?
> Message-ID:
>         <CAJd=gO7JkUsRH6d-+_m63ujD=
> Z1KJeA4nOeyUoD8OufoM4rzqg at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Alternatively, what signal does CMake use to halt tests?
>
> Than you!
>
> On Thu, Oct 23, 2014 at 2:16 PM, digitalriptide
> <digitalriptide at gmail.com> wrote:
> > I have a number of tests configured in my CMakeLists.txt file, a few
> > of which need to do some cleanup after running or if they are
> > interrupted  If I run make tests, and then send a signal (via ctrl+c,
> > for example), however, these signals are not passed on to the test. Is
> > it possible to configure CMake to pass signals on to the tests that
> > are run?
> >
> > Cheers!
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 23 Oct 2014 20:23:06 -0400
> From: David Cole <DLRdave at aol.com>
> To: "cmake at cmake.org" <cmake at cmake.org>
> Subject: [CMake] The new cmake.org web site
> Message-ID:
>         <CAKME8fHa1OYWMhPR3Fgj9rO6B=
> j8_5eZcMSfAXg-v9aH9FwBJA at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> The new CMake web site looks fantastic! Even on my phone... Kudos to
> everybody involved in making it look pretty after all these years of,
> well, ahem, looking slightly less pretty.......
>
> However, on this page:
> http://www.cmake.org/developer-resources/
>
> The "Dashboard" icon is a broken link. 404.
>
> But, besides that, nice work!
>
>
> Cheers,
> David C.
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 24 Oct 2014 11:49:55 +0530
> From: Sahil Sehgal <sahilsehgal1995 at gmail.com>
> To: cmake at cmake.org
> Subject: [CMake] Fwd: Error in compiling OKULAR using CMAKE
> Message-ID:
>         <
> CAEDFXffv5s_eeWW8FauLY15WvPgvfrg0GHFyOKzMRVsQ8aZtyA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I was trying to build Okular (KDE application) in IDE (QT-creator and
> Kdevelop both). I did the following steps:
> 1.) clonned the source code of Okular
> 2.) loaded the source code in IDE
> 3.) click on the build command.
>
> I got the following error
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> */home/sahil/my/New Folder/prog/okular/build> /usr/bin/cmake
> -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug
> '/home/sahil/my/New Folder/prog/okular/'-- Found Qt-Version 5.2.1 (using
> /usr/bin/qmake)CMake Error: The following variables are used in this
> project, but they are set to NOTFOUND.Please set them or make sure they are
> set and tested correctly in the CMake files:QT_QT_INCLUDE_DIR   used as
> include directory in directory /home/sahil/my/New
> Folder/prog/okular/build/CMakeFiles/CMakeTmpCMake Error: Internal CMake
> error, TryCompile configure of cmake failedCMake Error at
> /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1316 (message):
> Unable to compile a basic Qt application.  Qt has not been found
> correctly.Call Stack (most recent call first):
> /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (find_package)
> CMakeLists.txt:3 (find_package)-- Configuring incomplete, errors
> occurred!See also "/home/sahil/my/New
> Folder/prog/okular/build/CMakeFiles/CMakeOutput.log".See also
> "/home/sahil/my/New Folder/prog/okular/build/CMakeFiles/CMakeError.log".***
> Failure: Exit code 1 ****
>
> Please suggest the possible solution
>
> Regards
> Sahil Sehgal
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://public.kitware.com/pipermail/cmake/attachments/20141024/e8173598/attachment.html
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: fee1.png
> Type: image/png
> Size: 213812 bytes
> Desc: not available
> URL: <
> http://public.kitware.com/pipermail/cmake/attachments/20141024/e8173598/attachment.png
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake
>
> ------------------------------
>
> End of CMake Digest, Vol 126, Issue 27
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141024/4af61397/attachment.html>


More information about the CMake mailing list