Nesbitt
Sent: Thursday, August 24, 2023 10:43 PM
To: Arjen Markus
Cc: plplot-devel@lists.sourceforge.net
Subject: Re: [Plplot-devel] Building plplot in Windows with Intel Fortran
Compiler
Caution: This message was sent from outside of Deltares. Please do not click
links or open attachments unless you
rtran programs. As
> far as I know CMake picks the classic ifort compiler by default.
>
>
>
> Regards,
>
>
>
> Arjen
>
>
>
> *From:* Jeremy Nesbitt
> *Sent:* Saturday, August 19, 2023 3:30 AM
> *To:* plplot-devel@lists.sourceforge.net
> *Subject:* Re:
AM
To: plplot-devel@lists.sourceforge.net
Subject: Re: [Plplot-devel] Building plplot in Windows with Intel Fortran
Compiler
Caution: This message was sent from outside of Deltares. Please do not click
links or open attachments unless you recognize the source of this email and
know the content is
Hi,
I had some time today and figured out the issue. CMake found the Intel IFX
compiler first and it seemed to cause confusion about what type of compiler
was actually being used. I worked around this by simply using set FC=ifort
and re-running CMake. Was able to get everything I wanted built a
Hi,
I would like to get plplot built in windows with intel fortran bindings
using the Visual Studio command line. I can get build files generated via
CMake if I turn off fortran bindings, but if I enable fortran I always get
an error when running CMake. I have tried NMake, Ninja, and Visual Stud