Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-24 Thread Arjen Markus
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

Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-24 Thread Jeremy Nesbitt
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:

Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-24 Thread Arjen Markus
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

Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-18 Thread Jeremy Nesbitt
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

[Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-17 Thread Jeremy Nesbitt
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